From: Andrew on
Does anyone know of an X11 GUI toolkit for java that is available on
both unix and windows? gnome-java is unix-only but is otherwise just
the sort of thing I am looking for.

Regards,

Andrew Marlow
From: Sabine Dinis Blochberger on
Andrew wrote:

> Does anyone know of an X11 GUI toolkit for java that is available on
> both unix and windows? gnome-java is unix-only but is otherwise just
> the sort of thing I am looking for.

Qt perhaps?

<http://joewalnes.com/2009/01/14/qt-java/>

<http://sourceforge.net/projects/qtjava/>
--
Op3racional - www.op3racional.eu
---------------------
If you're reading this, you're on Usenet
<http://oakroadsystems.com/genl/unice.htm>
From: Ian Smith on
Sabine Dinis Blochberger wrote:
> Andrew wrote:
>
>> Does anyone know of an X11 GUI toolkit for java that is available on
>> both unix and windows? gnome-java is unix-only but is otherwise just
>> the sort of thing I am looking for.

http://www.wxwidgets.org/

is the right answer ;)

Ian.
From: Nigel Wade on
On Tue, 15 Dec 2009 02:37:54 -0800, Andrew wrote:

> Does anyone know of an X11 GUI toolkit for java that is available on
> both unix and windows? gnome-java is unix-only but is otherwise just the
> sort of thing I am looking for.
>
> Regards,
>
> Andrew Marlow

Is there something wrong with Swing? If you want a cross-platform
solution why not use the cross-platform GUI that comes as part of the
standard API?

I'd assume that gnome-java provides you with Gnome desktop integration,
which by its very nature will not be cross-platform just as Windows
native GUI toolkits will not be.

--
Nigel Wade
From: Arne Vajhøj on
On 15-12-2009 10:26, Ian Smith wrote:
> Sabine Dinis Blochberger wrote:
>> Andrew wrote:
>>> Does anyone know of an X11 GUI toolkit for java that is available on
>>> both unix and windows? gnome-java is unix-only but is otherwise just
>>> the sort of thing I am looking for.
>
> http://www.wxwidgets.org/
>
> is the right answer ;)

For Java ?

Arne
 |  Next  |  Last
Pages: 1 2 3 4
Prev: Checked Exceptions
Next: Generics annoyance