Skip to content

Instantly share code, notes, and snippets.

@kasramp
Created August 3, 2020 20:21
Show Gist options
  • Save kasramp/322d95662b2fb1e5f366123d7098b64b to your computer and use it in GitHub Desktop.
Save kasramp/322d95662b2fb1e5f366123d7098b64b to your computer and use it in GitHub Desktop.
Jframe jf = new Jframe();
Jpanel jp = new Jpanel();
jf.add(jp);
jf.size(250, 250);
jf.setVisible(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment