Ereignis-Behandlung in Applets (I)

Id: event.tex,v 1.2 2006-12-11 15:46:45 waldmann Exp

public class Click {   
  Label out = new Label ("");
  Button inc = nwe Button ("inc");
  Counter c = new Counter();
  ...
  public void init () {
    add (inc); add (out);
    ...
  }
}



Johannes Waldmann 2009-01-12