| Site Map | WizTools.org | jCraze Blog |
![]()
|
JFrame Without TitlebarOften developers are faced with the need to develop JFrame without titlebar. The code is simple (``jf'' is the JFrame object): import javax.swing.*; ==================== jf.setUndecorated(true); Another option to achieve the same result is to use JWindow object instead of JFrame. JWindow frame does not have titlebar by default. |
[Quick Stats: Number of main threads: 1, Number of sub-threads: 0]
Sign Guestbook
|
Who is Subhash?
The contents of this site are copyright© 2000-2008, indiWiz.com. All Rights Reserved.