Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> Hi, is there any way to remove the title bar or the three buttons on the top right hand corner for JFrame. I understand that JInternalFrame has methods to remove them. What abt JFrame? > Regards frame.setIconifiable(false); ((javax.swing.plaf.basic.BasicInternalFrameUI) frame.getUI()).setNorthPane(null);
Replies: |
Sponsored Links
|