Home
last modified time | relevance | path

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

/dports/net-im/convey/convey-src-0.3/src/org/convey/
H A DConveyFrame.java31 protected ColorComboBox strokeColorComboBox; field in ConveyFrame
775 this.strokeColorComboBox = new ColorComboBox(); in ConveyFrame()
776 this.strokeColorComboBox.setMaximumSize(new Dimension(250, 100)); in ConveyFrame()
777 this.strokeColorComboBox.setSelectedColor(Color.black); in ConveyFrame()
780 getSelectedGraphicPanel().setSelectedStrokeColors(strokeColorComboBox.getSelectedColor()); in ConveyFrame()
783 this.strokeColorComboBox.addActionListener(al); in ConveyFrame()
786 graphicToolBar.add(this.strokeColorComboBox); in ConveyFrame()
1779 return this.strokeColorComboBox.getSelectedColor(); in getStrokeColor()