Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Closing One jframe opening another??

843804Mar 11 2005 — edited Mar 11 2005
I have created a number of classes which each contain 1 jFrame. Each of these class files are located in separate folders relating to what they do ie.. login, mainwindow, contact etc.

My problem is that after i login using the login jFrame i want it to switch to the mainwindow jFrame but i cannot seem to be able to do this unless the mainwindow class is in the same folder as the login class.

I want to be able to keep everything in separate folders for maintence purposes otherwise things will get very messy.

Any help would be greatly appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 8 2005
Added on Mar 11 2005
10 comments
73 views