super("Timer Demo"); setSize(300, 100); addWindowListener(new BasicWindowMonitor()); ClockLabel clock = new ClockLabel(); getContentPane().add(clock, BorderLayout.NORTH);
ClockTest ct = new ClockTest(); ct.setVisible(true);