Searched refs:jButton1 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/awt/im/InputContext/
H A Dbug4625203.java30 * 4. push jButton1 button
41 JButton jButton1 = new JButton(); field in class:bug4625203
61 jButton1.setText("jButton1");
62 jButton1.addActionListener(new java.awt.event.ActionListener() {
73 this.getContentPane().add(jButton1, BorderLayout.SOUTH);

Completed in 149 milliseconds