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.
请先登录再写评论。
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.