A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Certification
»
Developer Certification (SCJD/OCMJD)
Author
Monitor Size
Adrian Yan
Ranch Hand
Joined: Oct 02, 2000
Posts: 688
posted
Mar 16, 2001 15:34:00
0
Does anyone know how to capture the size of the user's monitor?
I want to create my frames based on the monitor size.
Paul Smiley
Ranch Hand
Joined: Jun 02, 2000
Posts: 244
posted
Mar 16, 2001 18:07:00
0
Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
subject: Monitor Size
Similar Threads
Problem with ProgressMonitor
Monitor Size
WA #1.....word association
Help! Can i open a frame to fit the dimensions of the monitor
how to set the size of of a JPanel according to the Screen Size
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter