简体   繁体   English

有谁知道这个“LookAndFeel”的名字吗?

[英]Does anyone know the name of this “LookAndFeel”?

Does anyone know the name of this "LookAndFeel"?有谁知道这个“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 http://www.axbo.com/webstart/aXbo.jnlp

在此处输入图像描述

It is called syntheticaWhiteVision .它被称为syntheticaWhiteVision
http://www.jyloo.com/synthetica/themes/ (it is the 5 th on this page) http://www.jyloo.com/synthetica/themes/ (本页第5

How I found this:我是怎么发现的:

Download and save the jnlp .下载并保存jnlp jnlp is a plain text file. jnlp 是一个纯文本文件。 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:以下是直接链接:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM