Does anyone know the name of this "LookAndFeel"?
Does anyone know the name of this "LookAndFeel"? or at least know similar one? It's really amazing and I wish I could use it for my program.
http://开发者_运维技巧www.axbo.com/webstart/aXbo.jnlp
It is called syntheticaWhiteVision
.
http://www.jyloo.com/synthetica/themes/ (it is the 5th on this page)
How I found this:
Download and save the jnlp
. jnlp is a plain text file. Open it and you will see somewhere in the file this:
<resources>
<jar href="axbo.jar" main="true"/>
<jar href="lib/AbsoluteLayout.jar"/>
<jar href="lib/RXTXcomm.jar"/>
<jar href="lib/commons-beanutils.jar"/>
<jar href="lib/commons-logging-1.1.jar"/>
<jar href="lib/commons-digester-1.8.jar"/>
<jar href="lib/infactory-utils.jar"/>
<jar href="lib/jcommon-1.0.9.jar"/>
<jar href="lib/jfreechart-1.0.5.jar"/>
<jar href="lib/swing-components.jar"/>
<jar href="lib/swing-layout-1.0.jar"/>
<jar href="lib/synthetica.jar"/>
<jar href="lib/syntheticaWhiteVision.jar"/>
<nativelib href="lib/native_comm.jar"/>
<j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se"
initial-heap-size="32m" max-heap-size="128m"/>
</resources>
Edit:
It seems like you have to sign up when you want to download them. Here are the direct links:
- http://www.axbo.com/webstart/lib/synthetica.jar
- http://www.axbo.com/webstart/lib/syntheticaWhiteVision.jar
精彩评论