Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class frmTareas extends javax.swing.JDialog implements Observer{
- private void btnStartActionPerformed(java.awt.event.ActionEvent evt) {
- cronometro crono = new cronometro(00, 00,00);
- tiempo=new Thread(crono);
- crono.addObserver(this);
- tiempo.start();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment