Skip to content

Instantly share code, notes, and snippets.

@pi0
Created May 13, 2014 14:08
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 pi0/edcdeb13fc7d6da6c852 to your computer and use it in GitHub Desktop.
Save pi0/edcdeb13fc7d6da6c852 to your computer and use it in GitHub Desktop.
Dump[ed] java swing icons
for(Object o:UIManager.getLookAndFeelDefaults().keySet())
if(UIManager.getDefaults().get(o) instanceof Icon)
System.out.println(o);
FileChooser.upFolderIcon
FileChooser.newFolderIcon
InternalFrame.iconifyIcon
OptionPane.questionIcon
RadioButton.icon
FileView.fileIcon
OptionPane.informationIcon
RadioButtonMenuItem.checkIcon
FileView.floppyDriveIcon
InternalFrame.closeIcon
OptionPane.errorIcon
FileChooser.viewMenuIcon
CheckBoxMenuItem.arrowIcon
Tree.closedIcon
InternalFrame.minimizeIcon
FileView.computerIcon
html.pendingImage
Tree.leafIcon
Tree.openIcon
Menu.checkIcon
MenuItem.checkIcon
html.missingImage
FileView.hardDriveIcon
Tree.expandedIcon
FileView.directoryIcon
Table.descendingSortIcon
Tree.collapsedIcon
OptionPane.warningIcon
InternalFrame.maximizeIcon
InternalFrame.icon
FileChooser.listViewIcon
FileChooser.detailsViewIcon
Table.ascendingSortIcon
CheckBoxMenuItem.checkIcon
RadioButtonMenuItem.arrowIcon
CheckBox.icon
Menu.arrowIcon
MenuItem.arrowIcon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment