Skip to content

Instantly share code, notes, and snippets.

@skyllo
Created November 13, 2012 15:50
Show Gist options
  • Save skyllo/4066476 to your computer and use it in GitHub Desktop.
Save skyllo/4066476 to your computer and use it in GitHub Desktop.
Java Swing Snippets
((javax.swing.plaf.basic.BasicInternalFrameUI) getUI()).setNorthPane(null);
setBorder(null);
// 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