user interface in java

A

asit

I am new to java and want to design user interface like the user
interface of Picasa 3. I tried swing and it does nothing more than
menu, button, etc. Can anyone suggest me a java library ????
 
J

Joshua Cranmer

asit said:
I am new to java and want to design user interface like the user
interface of Picasa 3. I tried swing and it does nothing more than
menu, button, etc. Can anyone suggest me a java library ????

Swing does a lot more than menus and buttons. Somewhere, I have code
lying around that has a fully-featured map editor written using Swing,
and there are examples of fully-fledged text editors being written in
it, too.

Looking at the Wikipedia screenshot of Picasa, I see a very clear way to
implement it in Swing: you can dump three pieces very easily into a
BorderLayout, and the bottom part would probably be a GridBagLayout. A
very custom-styled tree and table, and for the middle I would probably
use a JEditorPane.
 
D

Donkey Hottie

What else do you need in a GUI anyway?

Well, Eclipse framework is quite popular. You can make your application a
plugin for that framework, and use all Eclipses widgets for your GUI.
Netbeans has similar, I think. Those are quite rich libraries.
 
D

David Segall

asit said:
I am new to java and want to design user interface like the user
interface of Picasa 3. I tried swing and it does nothing more than
menu, button, etc. Can anyone suggest me a java library ????

The Netbeans platform <http://platform.netbeans.org/> will provide
what you need but you may find it difficult to use because it provides
so many functions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,216
Latest member
topweb3twitterchannels

Latest Threads

Top