Container pane = getContentPane(); JButton but1 = new JButton("Hello"); pane.add(but1); pane.add(l1); but1.addActionListener(this);
System.exit(0);