javaclass

Changeset

108:54500cf00f58
2005-01-10 Paul Boddie raw files shortlog changelog graph Exposed the Frame.quit method and Button configuration methods for both textual data and for callbacks.
examples/Tkinter/tkjava/Button.java (file)
     1.1 --- a/examples/Tkinter/tkjava/Button.java	Mon Jan 10 23:43:02 2005 +0100
     1.2 +++ b/examples/Tkinter/tkjava/Button.java	Mon Jan 10 23:43:44 2005 +0100
     1.3 @@ -3,6 +3,10 @@
     1.4  public class Button {
     1.5      public Button(Frame parent) {
     1.6      }
     1.7 +    public void __setitem__(String key, String value) {
     1.8 +    }
     1.9 +    public void __setitem__(String key, java.lang.reflect.Method value) {
    1.10 +    }
    1.11      public void pack() {
    1.12      }
    1.13  }