which class can i use?
Dorothy Wu
dorothy21cn at 21cn.com
Sun Nov 11 17:43:50 PST 2001
Thanks for Chris Gray's answering.
I have read some documents on kaffe web site,
I think I have had some ideas about my project.
And I want to reference some examples of kaffe.
Where can I find java(kaffe) application group?
Thanks,
Dorothy Wu
----- Original Message -----
From: "Chris Gray" <chris at kiffer.eunet.be>
To: <kaffe at rufus.w3.org>
Sent: Friday, November 09, 2001 10:56 AM
Subject: Re: which class can i use?
>
> On Thu, 8 Nov 2001, Dorothy Wu wrote:
>
> >
> > hello,
> > I am a newbie in Java field and planning a java project by kaffe.
> > It is an application running in linux.
> > Now I am a question about programming,
> > Can I use xt lib?
> > Is there any "class" implementing x function?
>
> You mean xt as in X Toolkit?
>
> The normal way to do any kind of graphical programming in Java is to
> use the Abstract Windowing Toolkit classes in package java.awt. Code
> you develop that way will also run on MS Windows and a lot of other
> weird stuff, not just X11.
>
> If you really want to do low-level X programming then you'll need to
> build some kind of bridge using the Java Native Interface (JNI). Not
> that hard really, but I very much doubt you really want to do that.
>
> --
>
> Chris Gray chris at kiffer.eunet.be chris_gray at bcs.org.uk
>
More information about the kaffe
mailing list