javaclass

Graph

(0) -100 -60 tip
Moved the modules into the javaclass package.
Moved the modules into the javaclass package.
Added the start of documentation.
Added the start of a test program.
Added more test programs.
Added a main method test program.
Fixed signed constant loading in bipush and sipush.
Added the mainloop method.
Added a main method.
Added a wrapper class for QApplication.
Added a main method, although it does not currently work - there may be an
Added tests of the Integer class and of String object addition.
Added tests of the StringBuffer class and of String object addition.
Introduced the StringBuffer class so that the addition of String objects
Fixed the argument values to be java.lang.String objects.
Hopefully improved the clarity of the documentation, adding notes on
Added a main method test within a package.
Fixed the importing of package classes.
Added a test of main methods.
Commented out various trace statements for improved high-level testing.
Made conversions slightly more general.
Added commented-out special method for conversion of HashMap to dictionary.
Corrected various base classes (object -> java.lang.Object, Exception ->
Moved the lang module contents into the lang package.
Moved the lang module contents into the lang package.
Moved the lang module contents into the lang package.
Moved the lang module contents into the lang package.
Moved the lang module contents into the lang package.
Exposed the Frame.quit method and Button configuration methods for both
Exposed the Frame.quit method and Button configuration methods for both
Added button configuration and callbacks.
Replaced object with java.lang.Object as the standard base class.
Removed the special base classes and introduced retrieval of all classes
Added a Tkinter wrapping example based on the Python 2.2.2 library
Fixed formatting.
Added various collections, iterators and maps.
Added object as a superclass for each wrapper class, thus enabling
Introduced removal of skeleton classes.
Added some notes about using the software.
Added a tool which inspects Java skeleton classes and produces Python
Added an example of Java code accessing skeleton classes representing
Added an example of Java code accessing skeleton classes representing
Added a method to provide the "unqualified Python name" of methods. This is
Added Python 2.2 dis module compatibility.
Started an inheritance hierarchy for collections resembling that defined in
Added some reminders.
Fixed imports from __this__ within the multi-root import mechanism. This
Added some class definitions.
Fixed Class.forName, added some more exceptions and the start of the System
Added some real behaviour to InputStream and added stream classes of use
Added the start of java.security.
Added more classes and missing special methods.
Moved class name loading (in translated instructions) into a top-level
Added support for "package unions" or "multi-rooted packages" where the
Fixed source code filename acquisition.
Added "return None" for abstract methods.
Added a simple comparison test.
Changed the special notation for Java-callable methods so that methods may
Made i2c a null operation since char values are treated like int values in
Added .jar archive support to the import hook.
(0) -100 -60 tip