This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Swing / AWT / SWT and the fly likes How to set resolution of the screen 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 set resolution of the screen" Watch "How to set resolution of the screen" New topic
Author

How to set resolution of the screen

Vishal Methi
Ranch Hand

Joined: Jan 14, 2004
Posts: 52
HI guys ,
Hey thanx for opening this page. So might be u can help me.
I want to set the resolution of the screen. I want to chagne the UI depending the resolution. How can i acheive this.
I need ur helpp plz reply to this mail noww ..
thanx in advance for ur co-operation.

Vishal R. Methi
ramon ramos
Greenhorn

Joined: May 03, 2003
Posts: 2
Dimension dim=Toolkit.getDefaultToolkit().getScreenSize();
Dimension has two fiels: width and height
Bye and good luck!!!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to set resolution of the screen
 
Similar Threads
Dyanmic Screen Resolution in J2ME
Screen resolution
Windows/Mac screen resolution change
How do I Dynamically change Applet size.
Problem in detecting Resolution change