Home
last modified time | relevance | path

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

/dports/net-im/convey/convey-src-0.3/src/org/convey/
H A DConveyFrame.java56 protected JButton newCanvasButton; field in ConveyFrame
477 this.newCanvasButton = new JButton(this.newCanvasAction); in ConveyFrame()
478 this.newCanvasButton.setMargin(new Insets(1, 1, 1, 1)); in ConveyFrame()
479 this.newCanvasButton.setToolTipText("New Canvas..."); in ConveyFrame()
480 fileToolBar.add(this.newCanvasButton); in ConveyFrame()