Home
last modified time | relevance | path

Searched refs:color_fill6 (Results 1 – 3 of 3) sorted by relevance

/dports/science/devisor/devisor2.1/devisor2/grid/options/
H A DOptions.java144 defaults.setProperty (color_fill6, Integer.toString((Color.pink).getRGB())); in initDefaults()
698 public static final String color_fill6 = "color_fill6"; field in Options
H A DDrawControl.java72 parallel_palette[6] = new Color (Integer.parseInt(op.get(Options.color_fill6))); in DrawControl()
/dports/science/devisor/devisor2.1/devisor2/grid/GUI/dialogs/
H A DOptionsDialog.java1568 fill6Label.setBackground (new Color (Integer.parseInt(cc.op.get(Options.color_fill6)))); in updateGUI()
1733 cc.op.set (Options.color_fill6, Integer.toString(fill6Label.getBackground().getRGB())); in updateOptions()