javaclass

examples/Tkinter/tkjava/Button.java

141:c05daf6bcace
2005-01-22 Paul Boddie Fixed the default values used in array initialisation.
     1 package tkjava;     2      3 public class Button {     4     public Button(Frame parent) {     5     }     6     public void __setitem__(String key, String value) {     7     }     8     public void __setitem__(String key, java.lang.reflect.Method value) {     9     }    10     public void pack() {    11     }    12 }