I have a JApplet program, that first of all adds a login form. If user exists, then I want to move the user to another screen - "Instructions screen". But how I need to change those "screens" ? I used setContentPane() method to do that, but after filling the form, it freezes...
↧