| Site Map | WizTools.org | jCraze Blog |
![]()
|
Frame SizeFrame size can be set in two ways. The first method is the recommended one. ``jf'' is the JFrame object. You can use these methods for JDialog and JWindow also. import javax.swing.*; ==================== // This is the recommended method. // You should have used layout in // the content pane of jf jf.pack(); // The other pixel specific method: int width=500; int height=500; jf.setSize(width, height); |
Sign Guestbook
|
Who is Subhash?
The contents of this site are copyright© 2000-2008, indiWiz.com. All Rights Reserved.