This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Building the GTK peers...
- From: Norman Hendrich <hendrich at informatik dot uni-hamburg dot de>
- To: l dot bardet at magic dot fr
- Cc: java at gcc dot gnu dot org
- Date: Tue, 30 Jul 2002 16:10:30 +0200 (CEST)
- Subject: Re: Building the GTK peers...
- Reply-to: Norman Hendrich <hendrich at informatik dot uni-hamburg dot de>
Hello Laurent,
>I started building the gtk peers just a few days ago. I got a minimal
>gtk-based AWT application running yesterday on my linux i586 machine.
>Before contributing patches to gcc community, I just want to get
>things cleaner (I need background on some configure machinery details).
Cool! I got a Frame to show, but neither events nor painting works...
>Since you currently need an AWT library working and I need feedback
>on this work, I will try to get this work done and contribute it
>within next days. Maybe it can be useful for you ?
Yes! However, I can't promise how quick I will be able to follow your
progress. Still, here is my personal immodest ordered wishlist :-)
libjava-gtk-configury
Toolkit
Frame (Window, Container, Component)
Events and EventListener
Panel with Flow- Grid- Border- GridBag-Layout
Button, Label
Canvas (basically paint(), update(), possibly getGraphics() -
this would allow me to test most of my custom components).
TextComponent, TextField, TextArea
Choice
Dialog, FileDialog
Checkbox
List
Scrollbar
- Norman