Closing One jframe opening another??
843804Mar 11 2005 — edited Mar 11 2005I 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.