Created
November 13, 2012 15:50
-
-
Save skyllo/4066476 to your computer and use it in GitHub Desktop.
Java Swing Snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
((javax.swing.plaf.basic.BasicInternalFrameUI) getUI()).setNorthPane(null); | |
setBorder(null); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Setting look and feel to System look and feel | |
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment