javaclass

Changelog

(0) -100 -10 +10 tip
118:714a1d918aa9
2005-01-13 Paul Boddie changeset files shortlog graph Commented out various trace statements for improved high-level testing. Added the runclass utility which supports running of Java classes through their public, static main methods.
bytecode.py classhook.py runclass.py
117:c24f02c31ec9
2005-01-11 Paul Boddie changeset files shortlog graph Made conversions slightly more general.
tools/wrap.py
116:e35d4948ff82
2005-01-11 Paul Boddie changeset files shortlog graph Added commented-out special method for conversion of HashMap to dictionary.
java/util.py
115:730107aae734
2005-01-10 Paul Boddie changeset files shortlog graph Corrected various base classes (object -> java.lang.Object, Exception -> java.lang.Exception) and fixed raising of exceptions in certain cases.
java/security/__init__.py
114:2420bedaf184
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. Added reflection capabilities.
java/lang/reflect.py
113:0b546623231e
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. Added reflection capabilities.
java/lang/__init__.py java/lang/_object.py
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
(0) -100 -10 +10 tip