To remove the title bar, just use following code
JFrame f=new JFrame();
....
f.setUndecorated(true);
This is very simple and just use of one statement helps us to do our job.
If you liked this tip, please consider bookmarking it!!
Share this Page:- |
Hi, I am Manas Misra.
Engineer, Software Developer, Web Designer I am based in Bangalore, INDIA |
Follow me on Twitter world_of_manas |
No comments:
Post a Comment
Write Your Comments..