Home
last modified time | relevance | path

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

/dports/net-im/convey/convey-src-0.3/src/org/convey/
H A DConveyFrame.java169 protected Action createFreehandCurveAction; field in ConveyFrame
755 …this.createFreehandCurveAction = new AbstractAction(null,ResourceLoader.loadImageIcon("org/convey/… in ConveyFrame()
765 this.createFreehandCurveButton = new JToggleButton(this.createFreehandCurveAction); in ConveyFrame()
769 this.freehandcurveMenuItem = new JRadioButtonMenuItem(this.createFreehandCurveAction); in ConveyFrame()
1362 this.createFreehandCurveAction.setEnabled(false); in updateButtons()
1375 this.createFreehandCurveAction.setEnabled(true); in updateButtons()