Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #1619 > unrolled thread

3rd party Swing Themes

Started by"Adam Sandler" <adam.sandler@THRWHITE.remove-dii-this>
First post2011-04-27 15:34 +0000
Last post2011-04-27 15:34 +0000
Articles 4 — 4 participants

Back to article view | Back to comp.lang.java.gui


Contents

  3rd party Swing Themes "Adam Sandler" <adam.sandler@THRWHITE.remove-dii-this> - 2011-04-27 15:34 +0000
    Re: 3rd party Swing Theme "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:34 +0000
    Re: 3rd party Swing Theme "Karsten Lentzsch" <karsten.lentzsch@THRWHITE.remove-dii-this> - 2011-04-27 15:34 +0000
      Re: 3rd party Swing Theme "IchBin" <ichbin@THRWHITE.remove-dii-this> - 2011-04-27 15:34 +0000

#1619 — 3rd party Swing Themes

From"Adam Sandler" <adam.sandler@THRWHITE.remove-dii-this>
Date2011-04-27 15:34 +0000
Subject3rd party Swing Themes
Message-ID<1179112917.876307.308020@n59g2000hsh.googlegroups.com>
  To: comp.lang.java.gui
Hello,

Just wondering, are there any 3rd party Swing themes available?  I'd
like to try some different appearances than the built in look and feel
and changing a color (http://www.codeproject.com/java/theme.asp).  Our
project doesn't have the time in the schedule to mess around with the
look and feel much; so I'm wondering what else is out there.

Thanks!

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [next] | [standalone]


#1620 — Re: 3rd party Swing Theme

From"Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this>
Date2011-04-27 15:34 +0000
SubjectRe: 3rd party Swing Theme
Message-ID<7225d946d3c33@uwe>
In reply to#1619
  To: comp.lang.java.gui
Adam Sandler wrote:
..
>...are there any 3rd party Swing themes available? 

Yes.  For custom PLAF's, I prefer something elegant, quick 
and (end) usable, like JGoodies <http://www.jgoodies.com/>.
See this thread for a run-down of some other alternatives.
<http://www.javakb.com/Uwe/Forum.aspx/java-gui/6848/SynthLookAndFeel>

As an aside, searching for 'plaf' would be a lot more productive 
(when searching for Java themes) than, for example, the much 
more generic - 'theme'.

HTH

-- 
Andrew Thompson
http://www.athompson.info/andrew/

Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-gui/200705/1

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#1622 — Re: 3rd party Swing Theme

From"Karsten Lentzsch" <karsten.lentzsch@THRWHITE.remove-dii-this>
Date2011-04-27 15:34 +0000
SubjectRe: 3rd party Swing Theme
Message-ID<f298a4$dg3$00$1@news.t-online.com>
In reply to#1619
  To: comp.lang.java.gui
Adam Sandler wrote:

> Just wondering, are there any 3rd party Swing themes available?  [...]

The JGoodies Looks library that Andrew mentioned contains
the Plastic L&f family that in turn contains a bunch of
Metal Themes. If you don't want a new L&f, but just some
themes, feel free to extract, use and redistribute them;
the library is BSD licensed.

If you want to test drive the Plastic themes, start the
JGoodies Looks Demo.

Also, in the PlasticLookAndFeel class, there's code that
aims to find a theme that works well with the current
desktop colors.

-Karsten

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#1624 — Re: 3rd party Swing Theme

From"IchBin" <ichbin@THRWHITE.remove-dii-this>
Date2011-04-27 15:34 +0000
SubjectRe: 3rd party Swing Theme
Message-ID<BeWdnSzKs5yC6dXbnZ2dnUVZ_t2tnZ2d@comcast.com>
In reply to#1622
  To: comp.lang.java.gui
Karsten Lentzsch wrote:
> Adam Sandler wrote:
> 
>> Just wondering, are there any 3rd party Swing themes available?  [...]
> 
> The JGoodies Looks library that Andrew mentioned contains
> the Plastic L&f family that in turn contains a bunch of
> Metal Themes. If you don't want a new L&f, but just some
> themes, feel free to extract, use and redistribute them;
> the library is BSD licensed.
> 
> If you want to test drive the Plastic themes, start the
> JGoodies Looks Demo.
> 
> Also, in the PlasticLookAndFeel class, there's code that
> aims to find a theme that works well with the current
> desktop colors.
> 
> -Karsten

You can look at some of these themes I have implemented using Karsten's 
  themes..

Under the 'Screenshots':
http://weconsultants.prophp.org/pmwiki.php/Site/JHackerAppManagerPro
http://weconsultants.prophp.org/pmwiki.php/Site/JHackerAppManager

Also here along with other themes:
http://weconsultants.prophp.org/pmwiki.php/Site/JBookmarkApp

-- 
Thanks in Advance...           http://weconsultants.prophp.org
IchBin, Philadelphia, Pa, USA  http://ichbinquotations.awardspace.com
______________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.gui


csiph-web