Browsing all posts in "Hot".
Hot Time
Sure….. in this time we try to make timer with java
here the source code:
import java.awt.*;
import javax.swing.*;
/**
* Demo komponen timer
*
* @author Didik Dwi Prasetyo, [didik_rpl at yahoo dot com]
* @version 1.00
*/
public class TimerSwing extends JFrame {
public TimerSwing() {
super(”TimerSwing”);
// Menciptakan objek JTimeLabel
[...]

