PDA

View Full Version : Making a cross platform UI that is pretty, using Java



phrostbyte
July 22nd, 2009, 04:00 AM
Is this possible? :D Long time since I've looked at Java.

Does Eclipse have a SWT visual designer?

juancarlospaco
July 22nd, 2009, 04:04 AM
Python can be cross-platform too :)
random example:Bleachbit for Windows

apoth
July 22nd, 2009, 08:32 AM
Turn on GTK look and feel if present?

kpkeerthi
July 22nd, 2009, 08:44 AM
Is this possible? :D Long time since I've looked at Java.

yes. SWT is a better choice compared to Swing if you want to do Java way.



Does Eclipse have a SWT visual designer?

There is. http://www.eclipse.org/vep/ . But I haven't seen much progress in a long time.

http://www.eclipse.org/swt/faq.php#guibuilder

apoth
July 22nd, 2009, 09:14 AM
I prefer Swing to SWT.

The Cog
July 22nd, 2009, 11:15 PM
This may be of interest:
http://java-gnome.sourceforge.net/

kknd
July 23rd, 2009, 04:47 AM
If you don't mind the strange look and feel (the GTK one have a lot of glitches) of Swing (and it's huge memory usage), use Swing, as it comes with the JRE.

Else, you can try JavaGNOME (for GTK+) or QtJambi (for Qt).