mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
new icons for the debugger window
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user