aspose file tools
The moose likes Applets and the fly likes Moving between screens? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Moving between screens?" Watch "Moving between screens?" New topic
Author

Moving between screens?

H Melua
Ranch Hand

Joined: Jan 04, 2005
Posts: 168
Hey

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
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.


Android appsImageJ pluginsJava web charts
H Melua
Ranch Hand

Joined: Jan 04, 2005
Posts: 168
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
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?
H Melua
Ranch Hand

Joined: Jan 04, 2005
Posts: 168
its ok thnx alot
ive solved it
Hannah
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Moving between screens?
 
Similar Threads
How to Save applet page as a JPG file
How to Model GUI with UML?
Restoring Java frame
Confirmation screen
Browser Detection with JSP