Hello guys, i am working on an application that requires a login. The problem is that after logging in with a correct user id and password the login form (LoginGui) is suppose to exit and the main window(MainWindowGui) will appear, but the login form still remains. I tried System.exit(0) before calling the main window gui(MainWindowGui()) but it exits the whole application.
kinly advice me.
uijbaba