aspose file tools
The moose likes Swing / AWT / SWT and the fly likes How to change the screen lauout at runtime Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "How to change the screen lauout at runtime" Watch "How to change the screen lauout at runtime" New topic
Author

How to change the screen lauout at runtime

Kiran Baratam
Greenhorn

Joined: Sep 03, 2003
Posts: 27
Hi All
I have a requirement where the combobox contains 3 defferent fundtypes.
For each fund type the screen layout is different.
How to change the layout of the screen if user changes a fund.
One thing i can do is 2 provid 3 independent screens for 3 fund types.
I wanted to know is there nay way i can change the screen layout at run time.
Kiran
Avi Abrami
Ranch Hand

Joined: Oct 11, 2000
Posts: 1112

Hi Kiran,
If you don't already know about it, perhaps CardLayout can be of help.
Good Luck,
Avi.
 
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: How to change the screen lauout at runtime
 
Similar Threads
JViewPort problems
Portrait/Landscape issue
Windows/Mac screen resolution change
Localization Of Desktop Icons For An Application
How to add button at the end of the screen (after the ListView)