hi everyone,
I have some experience with netbeans, but it is my first time for a java application.
I was wondering, as the main is already placed in a package, where would i place the other classes. Is there a rule or something. Because I saw the sample and the gui class was placed in the same package as main but the other class was in seperate package.
Also if i want to do client and server application is there any difference in term of packages and etc.
thanks