File
Doc
Category
Size
Date
Package
ClockLabel.java
API Doc
Example
480
Mon Nov 09 12:45:52 GMT 1998
None
ClockLabel
java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JLabel
public class ClockLabel extends JLabel implements ActionListener
Fields Summary
Constructors Summary
public ClockLabel
()
super("" + new Date()); Timer t = new Timer(1000, this); t.start();
Methods Summary
public void
actionPerformed
(
java.awt.event.ActionEvent
ae)
setText("" + new Date());
Java Code Source