[Ejtools-cvs] applications/jmx.browser/xdocs look_and_feel.xml,NONE,1.1 screenshots.xml,1.3,1.4
Brought to you by:
letiemble
From: <let...@us...> - 2003-12-29 19:50:35
|
Update of /cvsroot/ejtools/applications/jmx.browser/xdocs In directory sc8-pr-cvs1:/tmp/cvs-serv28589/applications/jmx.browser/xdocs Modified Files: screenshots.xml Added Files: look_and_feel.xml Log Message: Adding new images and page. --- NEW FILE: look_and_feel.xml --- <?xml version="1.0" encoding="ISO-8859-1"?> <!-- # ================================================================================ # EJTools, the Enterprise Java Tools # # Distributable under LGPL license. # See terms of license at gnu.org. # # $Revision: 1.1 $ # ================================================================================ --> <document> <properties> <title>Look'n Feel</title> </properties> <body> <section name="Pluggable Look'n Feel"> <p>Although it is a small feature, "cold deploy" of pluggable Look'n Feel brings a professional look to the Swing based applications. Put a pluggable Look'n Feel library (as a .jar file) into the <code>lib/ext</code> folder of the Swing application and it will be deployed automatically. Look'n Feel can be enforced by a configuration file named <code>plaf.properties</code> that lies in the <code>conf</code> folder.</p> </section> <section name="Some Links"> <p>There is a nice <a href="http://www.javootoo.com/">site</a> about pluggable Look'n Feel, where you can find tons of looks. Here are some Look'n Feel that have been successfully tested on EJTools applications : <ul> <li>The <a href="http://www.incors.org/index.php3">Kunststoff Look&Feel</a> (Open Source under LGPL 2.1)</li> <li>The <a href="http://www.jgoodies.com/freeware/looks/index.html">JGoodies Looks</a> (Open Source under BSD License)</li> </ul> </p> </section> </body> </document> Index: screenshots.xml =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/xdocs/screenshots.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** screenshots.xml 26 Dec 2003 00:24:38 -0000 1.3 --- screenshots.xml 29 Dec 2003 19:50:32 -0000 1.4 *************** *** 17,20 **** --- 17,21 ---- <section name="JMX Browser Screen Shots"> <subsection name="Swing Based version"> + <p>All screenshots were made with the <a href="http://www.jgoodies.com/">JGoodies</a> Look and Feel.</p> <thumbnails> <thumbnail prefix="swing/" src="startup.png" title="Startup" comment="JMX Browser just launched"/> |