I'm using Windows builder for create an application in Java. I create a frame with the login interface. What i want is that if the user insert correct information he will write something.
I don't want to open another JFrame
I would like that the Login frame will be substitute with another one in order to have only one windows.
Could you tell me the correct object that I must use?
you can close your current frame by using the command
this will just close your current window. Just make sure you open the other window too.
that should work just fine :)