112:790ece285cc3
|
2005-01-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Moved the lang module contents into the lang package.
Fixed various java.lang and java.io circular imports by introducing a
java.lang._object module.
Corrected various base classes (object -> java.lang.Object, Exception ->
java.lang.Exception) and fixed raising of exceptions in certain cases. |
|
|
java/util.py
|
|
111:83efe2ce143f
|
2005-01-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Moved the lang module contents into the lang package.
Fixed various java.lang and java.io circular imports by introducing a
java.lang._object module.
Corrected various base classes (object -> java.lang.Object, Exception ->
java.lang.Exception) and fixed raising of exceptions in certain cases. |
|
|
java/text.py
|
|
110:ed58b4f865e1
|
2005-01-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Moved the lang module contents into the lang package.
Fixed various java.lang and java.io circular imports by introducing a
java.lang._object module.
Corrected various base classes (object -> java.lang.Object, Exception ->
java.lang.Exception) and fixed raising of exceptions in certain cases. |
|
|
java/io.py java/lang.py
|
|
109:cdeb94937203
|
2005-01-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Exposed the Frame.quit method and Button configuration methods for both
textual data and for callbacks. |
|
|
examples/Tkinter/tkjava/Frame.java
|
|
108:54500cf00f58
|
2005-01-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Exposed the Frame.quit method and Button configuration methods for both
textual data and for callbacks. |
|
|
examples/Tkinter/tkjava/Button.java
|
|
107:ed0c9db3100d
|
2005-01-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added button configuration and callbacks. |
|
|
examples/Tkinter/Application.java
|
|
106:c2b3de28489c
|
2005-01-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Replaced object with java.lang.Object as the standard base class.
Introduced explicit parameters and conversion of String objects (with other
conversions envisaged). |
|
|
tools/wrap.py
|
|
105:0a42c2118b55
|
2005-01-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Removed the special base classes and introduced retrieval of all classes
including java.lang.Object and java.lang.Exception, thus requiring the
special java package to be specified on the PYTHONPATH. |
|
|
bytecode.py
|
|
104:c9e71dcb6038
|
2005-01-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added a Tkinter wrapping example based on the Python 2.2.2 library
reference example. |
|
|
examples/Tkinter/Application.java examples/Tkinter/tkjava/Button.java examples/Tkinter/tkjava/Frame.java
|
|
103:c2a0d5d6660c
|
2005-01-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed formatting. |
|
|
examples/Qt/WidgetTest.java
|
|