Can someone please tell me, how can i move from one screen to another when using applets? If for example i want to have a login screen that takes to another screen.. how do i do it?
thank u Hannah
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
7
posted
0
There are various ways, one might be to use a CardLayout which lets you have different "screens", only one of which is shown at any one time.
thank u for replying... True, and im using this feature... but that will be when the user logs into the system... but i need another way for the login screen
hannah
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
7
posted
0
I guess I don't fully understand what you're doing. You use one "card" for the login screen, and one or more others for the actual application. What is the problem with this approach?