Metziop

Untitled

May 13th, 2021
819
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. public class frmTareas extends javax.swing.JDialog implements Observer{
  2.  private void btnStartActionPerformed(java.awt.event.ActionEvent evt) {                                        
  3.      
  4.         cronometro crono = new cronometro(00, 00,00);
  5.         tiempo=new Thread(crono);
  6.         crono.addObserver(this);
  7.         tiempo.start();
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment