POLITECHNIKA RZESZOWSKA - Wydział Elektrotechniki i Informatyki
Java
I Tworzenie słuchaczy bez użycia klas słuchaczy...
JButton button = new JButton("Press me !");
button.addActionListener((ActionListener)EventHandler.creata( ActionListener.class, this, "myActionMethod”)); panel.add(button);
add(panel, BorderLayout.PAGE_START); add(label, BorderLayout.CENTER) ;
}
public void myActionMethod() (
label.setText("Launched: " + count++);
public static void main(String[] args) {
JFrame frame = new EventHandlerExample(); framę.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); framę.setBounds(100, 100, 300, 200); frame.setVisible(true);
TSW Wykład 6
Copyright t£> 2012 Jan PROKOP
54/7-1