View Single Post
  #1 (permalink)  
Old 08-03-2007, 05:52 PM
valery valery is offline
Member
 
Join Date: Jul 2007
Posts: 32
valery is on a distinguished road
how to set full screen dimensions
I know how to set the size of a JFrame, e.g.:
Code:
jframe.setSize(new Dimension(400, 600));
I would like to know how to set the full size of the screen?
what are the dimensions that I have to set?
thanks
Reply With Quote
Sponsored Links