Swing without Titlebar for my custom Titlebar
I want my custom TitleBar.
So I use this method.
frame.setUndecorated(true);
but it just doesn't show titlebar.
I want only question button and close button and just title name.
for example
--
| Title name ? X |
--
I do not want Iconimage.
just only three.
question button, close button, just title name.
How can I make My TitleBar?
Message was edited by:
sednafox@nate.com
Message was edited by:
sednafox@nate.com
Message was edited by:
sednafox@nate.com

