new icons for the debugger window

This commit is contained in:
Ben Fry
2015-09-30 13:33:33 -04:00
parent 497c628818
commit 1432fb92e3
2 changed files with 2 additions and 2 deletions

View File

@@ -465,10 +465,10 @@ public class VariableInspector extends JDialog {
*/
class OutlineRenderer implements RenderDataProvider {
Icon[][] icons;
static final int ICON_SIZE = 16; // icon size (square, size=width=height)
static final int ICON_SIZE = 16;
OutlineRenderer() {
icons = loadIcons("theme/var-icons.gif");
icons = loadIcons("theme/variables-1x.png");
}
/**