madhawaseeeee

swing clock

Apr 19th, 2016
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. Timer timer = new Timer(1000, new ActionListener(){
  2.         public void actionPerformed( ActionEvent e ) {
  3.                
  4.                 time.setText(//time);
  5.  
  6.             }
  7. });
  8. timer.start();
Advertisement
Add Comment
Please, Sign In to add comment