Skip to content

Instantly share code, notes, and snippets.

@kleinlennart
Created September 30, 2017 15:10
Show Gist options
  • Save kleinlennart/d6035c964c22ac94fb6581bebeb41743 to your computer and use it in GitHub Desktop.
Save kleinlennart/d6035c964c22ac94fb6581bebeb41743 to your computer and use it in GitHub Desktop.
Set an Image as background for JFrame
frame.setContentPane(new JLabel(new ImageIcon(TestBack.class.getResource("/images/Test.jpg"))));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment