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] | |
> I'm glad to hear the AWT implementation is going along so well. > Swing is so enormous. It would be nice to at least have a small > subset of Swing, just so folks could get some basic widgets in > a window and maybe do some drawing. That's all I need it for, > and I suspect there's a lot of folks in the same boat as me. You might want to try SwingWT (plug plug), it covers most of the AWT and Swing APIs (barring print, dnd and some of the advanced text/geom support) and uses SWT as the renderer so you get native widgets with Swing. It fulfils a slightly different goal from real Swing (it's platform agnostic with native widgets), but should do what you want in the meantime until the Classpath AWT/Swing implementation is ready (there is a Carbon port of SWT so you can run SwingWT on MacOS X). Cheers, Rob -- ===================================================== Robin Rawson-Tetley Animal Shelter Manager (http://sheltermanager.sf.net) SwingWT (http://swingwt.sf.net) I prefer encrypted email. Download my public key at: http://rawsontetley.ath.cx/sfpk.asc
Attachment:
signature.asc
Description: Digital signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |