我怎样才能查看并查看?感觉像 Swing 应用程序中的 Intellij Idea 吗?

发布于 2024-11-04 05:18:36 字数 113 浏览 1 评论 0原文

作为Java应用程序的流行IDE,Intellij IDEA的外观和感觉在我看来非常漂亮。

它是怎么做到的?如何在我的 Swing 应用程序中获得像 Intellij IDEA 一样的外观和感觉?

As a popular IDE for Java application, Intellij IDEA's look and feel is very beautiful in my opinion.

How did it do that? And how can I get a look and feel like Intellij IDEA in my Swing app?

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

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

发布评论

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

评论(4

薔薇婲 2024-11-11 05:18:36

Darcula主题而言,

“我正在努力使 Darcula 成为一个独立的 LaF。这项工作即将完成,我已准备好发布 Darcula v 1.0 alpha 或其他版本。这意味着您将能够运行这样的应用程序:< /p>

$ java -cp "darcula.jar:myapplication.jar" -Dswing.laf=Darcula MainClass  

一切都应该有效
当 Darcula 准备好发布时我会发布公告”

Konstantin Bulenkov - 2013 年 6 月 12 日

https ://plus.google.com/+jetbrains/posts/NNCSHsjGNXD

但我找不到任何最近的后续信息。

As far as the Darcula theme goes,

"I'm working on making Darcula a stand alone LaF. The work is almost done and I'm ready to release Darcula v 1.0 alpha or something. This means that you will be able to run you apps like this:

$ java -cp "darcula.jar:myapplication.jar" -Dswing.laf=Darcula MainClass  

And everything should work
I'll do an announce when Darcula is ready for publishing"

Konstantin Bulenkov - June 12, 2013

https://plus.google.com/+jetbrains/posts/NNCSHsjGNXD

I couldn't find any recent follow up info though.

[旋木] 2024-11-11 05:18:36

当前的 IntelliJ IDEA 版本附带 3 个捆绑主题:

  • IntelliJ(默认浅色主题)
  • Darcula(深色主题)
  • 高对比度(辅助功能主题)

Darcula 主题 可作为独立的开源项目使用,并且可以在您自己的应用程序中重用。


2011 年的原始答案:

默认情况下 IDEA 使用 Alloy Look&Feel。这是一个商业 L&F,而且已经很旧并且没有更新。它的主要问题之一是它在大多数平台上不支持抗锯齿。

因此,对于 Windows,我建议使用 Windows L&F。对于 Mac IDEA 已经使用 Mac 特定的 L&F。 Alloy 可能只在 Linux 上值得,因为大多数其他 L&F 看起来都非常丑陋,尽管 GTK 可能是更好的选择。

Current IntelliJ IDEA versions come with 3 themes bundled:

  • IntelliJ (default light theme)
  • Darcula (dark theme)
  • High Contrast (accessibility theme)

Darcula theme is available as a stand alone open source project and can be reused in your own apps.


Original answer from 2011:

By default IDEA uses Alloy Look&Feel. It's a commercial L&F and it's already quite old and with no updates. One of the major issues with it is that it doesn't support anti-aliasing on most of the platforms.

Therefore, for Windows I'd recommend using Windows L&F. For Mac IDEA already uses Mac specific L&F. Alloy may be worth it only on Linux where most of the other L&Fs look very ugly, though GTK might be a better choice.

段念尘 2024-11-11 05:18:36

不知道 intellij 的确切外观和感觉,因为从未使用过它[我是 Eclipse 用户]。但以下是外观和感觉的不同选项:

Don't know exact look and feel as intellij cause never used it[I'm a Eclipse user]. but following are different options for look and feel:

一江春梦 2024-11-11 05:18:36

非常感谢 CrazyCoder哈利·乔伊

默认情况下,Intellij IDEA 使用 Alloy Look&Feel。这是一个商业 L&F,而且已经很旧并且没有更新。它的主要问题之一是它在大多数平台上不支持抗锯齿。

为了保持不同操作系统(如 Mac OS X、Win、Linux)的一致性,Alloy Look&Feel 可能是一个不错的选择。不过,我会使用开源 L&F,例如 JGoodies。

Many thanks to CrazyCoder, Harry Joy.

By default Intellij IDEA uses Alloy Look&Feel. It's a commercial L&F and it's already quite old and with no updates. One of the major issues with it is that it doesn't support anti-aliasing on most of the platforms.

In order to maintain consistency in different OS (like Mac OS X, Win, Linux), Alloy Look&Feel may be a good choice. However, I'd use open source L&F like JGoodies.

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