Searched defs:ButtonV2 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFont2DTest.java344 ButtonV2 bUpdate = new ButtonV2( "Update", this );
381 buttonPanel.add( new ButtonV2( "Print", this ));
382 buttonPanel.add( new ButtonV2( "Cancel", this ));
1065 private final class ButtonV2 extends JButton { class in class:Font2DTest
1066 public ButtonV2( String name, ActionListener al ) { method in class:Font2DTest.ButtonV2

Completed in 124 milliseconds