Java timer1 Java, 타이머 만들기 (Jar 파일) Java, 타이머 만들기 (Jar 파일) 이다. import javax.swing.*; import java.awt.event.*; import java.awt.*; public class JavaSimpleTimer extends JPanel implements ActionListener { int miliseconds=0; int seconds=0; int minutes=0; Timer myTimer; Font timerFont=new Font("Verdana",Font.BOLD,24); public JavaSimpleTimer() { myTimer=new Timer(10,this); JFrame myFrame=new JFrame("Simple Timer"); myFrame.add(this); myF.. 2021. 9. 25. 이전 1 다음