This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Implementation of java.awt.GridBagLayout
>>>>> "Simon" == Simon Rutishauser <simon.rutishauser@gmx.ch> writes:
Simon> is there anywhere a regularly updated page with status
Simon> information on gcj class - status especially about what parts
Simon> of awt/swing are already working
Go to the gcj status page. I think it is:
http://gcc.gnu.org/java/status.html
On this page is a link to the japi page. This is an API comparison
that is updated nightly (well, nearly nightly -- it is run on my
machine and when I'm out of town, like now, it is turned off).
This page shows API comparison only. Sometimes there are methods that
are just stubs. However, mostly that isn't the case; the page is
pretty accurate.
Tom