Skip to content

Instantly share code, notes, and snippets.

@mim-Armand
Created July 4, 2014 15:16
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 mim-Armand/492121291be9540ed6d3 to your computer and use it in GitHub Desktop.
Save mim-Armand/492121291be9540ed6d3 to your computer and use it in GitHub Desktop.
void setup(){
ImageIcon titlebaricon = new ImageIcon(loadBytes("myicon.png"));
frame.setIconImage(titlebaricon.getImage());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment