mannyzhou5 / evolutionchamber

Automatically exported from code.google.com/p/evolutionchamber
0 stars 0 forks source link

Consider switching the look and feel to native or nimbus #160

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the application uses a LAF selected by Lomilar. I believe that a 
better fitting look and feel would be the native one for each platform.
For comparison I'm uploading screenshots of EC with the current, native and 
nimbus look and feel.

I'll upload screenshots for Vista later on.

What do you all think? Should we change the LAF?

Original issue reported on code.google.com by netpr...@gmail.com on 24 Nov 2010 at 2:59

Attachments:

GoogleCodeExporter commented 9 years ago
Added MS Vista screenshots without the Nimbus LAF.
Also if anyone wants to try it on a Mac OS X/different OS then change:
javax.swing.UIManager.setLookAndFeel("com.jgoodies.looks.plastic.Plastic3DLookAn
dFeel");
to:
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());

Original comment by netpr...@gmail.com on 24 Nov 2010 at 5:32

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry I didn't post sooner.  It looks kind of bad on Mac I think.  The tabs are 
displayed vertically, making them hard to read.  Also, it won't let you make 
the left half of the window wider (by moving the middle bar).

Original comment by mike.angstadt on 30 Nov 2010 at 12:08

Attachments:

GoogleCodeExporter commented 9 years ago
Also, you don't see the status bar at the bottom that displays the time it was 
running.

Original comment by mike.angstadt on 2 Dec 2010 at 12:29

GoogleCodeExporter commented 9 years ago
Replied to my comment #2, looks like Lomilar fixed the resize issue in r169.

Original comment by mike.angstadt on 5 Dec 2010 at 2:50