Hi Everyone,
I am currently developing a GUI that is to have multiple screens. Ideally the GUI will have a "master" or default screen (Frame or Container) that will automatically be displayed when the program is executed.
From this "master" screen I will have several Buttons arranged which when pushed will clear the "master" screen and create a new screen relevant to the particular button push. On each of the "secondary" screens which result from button pushes on the "master" screen there will be one button. This button will be a back button which when pushed will result in the "master" screen being displayed again.
If anybody has any idea of how I can go about this suggestions will be greatly appreciated. I am mostly interested in using SWING however AWT suggestions will also be appreciated.
Regards
D
I am currently developing a GUI that is to have multiple screens. Ideally the GUI will have a "master" or default screen (Frame or Container) that will automatically be displayed when the program is executed.
From this "master" screen I will have several Buttons arranged which when pushed will clear the "master" screen and create a new screen relevant to the particular button push. On each of the "secondary" screens which result from button pushes on the "master" screen there will be one button. This button will be a back button which when pushed will result in the "master" screen being displayed again.
If anybody has any idea of how I can go about this suggestions will be greatly appreciated. I am mostly interested in using SWING however AWT suggestions will also be appreciated.
Regards
D