parent
d3bf1f09aa
commit
0f45956857
@ -0,0 +1,7 @@
|
||||
public class Time extends JFrame{
|
||||
private static final String INITIAL_LABEL_TEXT="00:00";
|
||||
private CountingThread thread=new CountingThread();
|
||||
private long pauseStart = programStart;
|
||||
private long pauseCount =0;
|
||||
private JLabel label=new JLabel(INITIAL_LABEL_TEXT);
|
||||
}
|
Loading…
Reference in new issue