frame Permanently deleted user Created January 11, 2005 08:41 how to display live digit time on a awt-frame.
P> how to display live digit time on a awt-frame.
1. Instantiate a timer (javax.swing.Timer I think).
2. Either write the new time somewhere on the contents background (if the
frame is "canvas" only) or create a Label and set it's value.