get the size of the full screen in current settings(urgent)
netharam ram
Ranch Hand
Joined: Aug 09, 2001
Posts: 202
posted
0
Hai, my problem is ,I wish to display a frame/window as windows screen. i.e. the full size of the screen.How to get the size of the screen i.e. the monitor used.My window/frame should be displayed as full screen as windows Explorer. reply as soon as possible.
Matt Hansen
Ranch Hand
Joined: Jul 31, 2001
Posts: 34
posted
0
To get the screen size you can use Toolkit.getDefaultToolkit().getScreenSize()