ive used this code
JOptionPane.showMessageDialog(null, "Welcome, you can use the program ...", "Welcome", JOptionPane.WARNING_MESSAGE); new Auth().setVisible(true); System.exit(0);
but it just closes all windows open, if i remove system.exit(0);
it will open auth but keep login open?:/


Sign In
Create Account

Back to top









