Skip to content

Instantly share code, notes, and snippets.

@kasramp
Created August 3, 2020 20:29
Show Gist options
  • Save kasramp/cb35f3ce3cef211085cdd0479940b631 to your computer and use it in GitHub Desktop.
Save kasramp/cb35f3ce3cef211085cdd0479940b631 to your computer and use it in GitHub Desktop.
JFrame jf = new JFrame("Frame1");
Jf.setPreferredSize(new Dimension(200, 200));
jf.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment