Skip to content

Instantly share code, notes, and snippets.

@AlexFrazer
Forked from codeguru42/gist:4534305
Created January 14, 2013 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexFrazer/4534322 to your computer and use it in GitHub Desktop.
Save AlexFrazer/4534322 to your computer and use it in GitHub Desktop.
public class MainWindow {
public static void main(String[] args) {
// Write code that creates a window with a button
}
}
public class ColorChooser {
// Write code that sets up a window with a JColorSelector
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment