This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can't create Frame object with gcc 3.2


>>>>> "Pierre" == Pierre Habraken <Pierre.Habraken@imag.fr> writes:

Pierre> Looking at
Pierre> http://gcc.gnu.org/java/libgcj-classpath-compare.html I saw a
Pierre> lot of AWT classes and did not notice that the class Frame was
Pierre> not there.

If a class doesn't appear on that list, it means either that it
doesn't exist or (as in this case) that it is identical to the
Classpath implementation.

Pierre> Are there in libgcj some features already implemented
Pierre> providing some kind of binding to the Xlib ?

Not in libgcj.

I believe java-gnome works with gcj.  And SWT does.

We have a lot of AWT code, just not all of it.  The problem you were
seeing is that we don't have a peer implementation in the tree.  There
is one in Classpath, but it is incomplete and buggy besides.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]