views:

193

answers:

5

I was wondering if anyone has any suggestions of frameworks to give an old desktop application a much needed facelift. The application has had a long life without anyone giving any attention to its exterior resulting in a monster with an 80s look.

I've just downloaded and tried MyDoggy framework for making windows floatable and dockable. So I'm looking similar for quick and easy fixes that will bring a dead looking application back to life.

A: 

You could give Oracle's ADF a try.

Pablo Santa Cruz
A: 

If you want to go with the latest and greatest, you could try JavaFX. Bu tof course using good old swing or the more OS agnostic SWT does the trick as well.

bitbonk
My understanding is that JavaFX is for rich Internet applications, not desktop applications as Alex is looking for. However, Swing and SWT are both valid suggestions.
Thomas Owens
I think he want to makeover his existing swing app, not rewrite it.
Tim Büthe
JavaFX is targeted for destop applications as well. There are already JavaFX desptop applications out there Vuze is one example. And it looks great.
bitbonk
A: 

There's ofcourse the Eclipse Rich Client Platform or the Netbeans Rich Client Platform.

Jesper
Both links point to Eclipse's RCP
Tim Büthe
Oops, fixed the links. Thanks.
Jesper
+3  A: 

I think you don't want to rewrite your app, right? Because it seems as all the other guys think so, suggesting SWT and JavaFX.

To pimp your existing Swing App, take a look at jgoodies.com, the substance look and feel or the swinglabs

Tim Büthe
Exactly, minimum effort. I'm going to try out substance and see how that looks. Thanks alot!
Alex
+1  A: 
Pascal Thivent