Ejemplo n.º 1
0
  public void removeUpdate(DocumentEvent e) {

    checkAndUpdateTime();
  }
Ejemplo n.º 2
0
  public void changedUpdate(DocumentEvent e) {

    checkAndUpdateTime();
  }
Ejemplo n.º 3
0
  /*
  Pre: some DocumentEvent must occur in the speedEntry text field
  Post: the string input is parsed to an int if it meets specs
  */
  public void insertUpdate(DocumentEvent e) {

    checkAndUpdateTime();
  }