Searched refs:fill1Label (Results 1 – 1 of 1) sorted by relevance
625 fill1Label = new JLabel (); in initColorPanel()626 fill1Label.setPreferredSize (new Dimension (24,24)); in initColorPanel()627 fill1Label.setOpaque (true); in initColorPanel()628 fill1Label.setBorder (BorderFactory.createLineBorder (Color.black)); in initColorPanel()629 panellayout.setConstraints(fill1Label, panelconstraints); in initColorPanel()630 fill.add (fill1Label); in initColorPanel()1563 fill1Label.setBackground (new Color (Integer.parseInt(cc.op.get(Options.color_fill1)))); in updateGUI()1728 cc.op.set (Options.color_fill1, Integer.toString(fill1Label.getBackground().getRGB())); in updateOptions()1848 private JLabel fill1Label; field in OptionsDialog2025 return fill1Label; in getFill1Label()