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

发布于 2024-11-24 02:14:05 字数 259 浏览 1 评论 0原文

有谁知道这个“LookAndFeel”的名字吗?或者至少知道类似的?这真的太棒了,我希望我可以将它用于我的程序。

http://www.axbo.com/webstart/aXbo.jnlp

在此处输入图像描述

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

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

草莓酥 2024-12-01 02:14:05

它被称为syntheticaWhiteVision
http://www.jyloo.com/synthetica/themes/(这是 5<此页上的第 1 个)

我是如何发现这个的:

下载并保存 jnlp. jnlp 是纯文本文件。打开它,您将在文件中的某个位置看到以下内容:

  <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>

编辑:

当您想要下载它们时,似乎您必须注册。以下是直接链接:

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:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文