将非实质性 Swing 插件加载到 Eclipse

发布于 2024-12-28 01:02:48 字数 164 浏览 1 评论 0原文

如何将 Insubstantial Swing 插件加载到 Eclipse?

我在这里参考插件: http://insubstantial.posterous.com/

How do I load the Insubstantial Swing plugins to Eclipse?

I refer to the plugins here: http://insubstantial.posterous.com/

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

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

发布评论

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

评论(2

洋洋洒洒 2025-01-04 01:02:48

一个简单的解决方案是将 jar 复制到项目中并将它们添加到构建路径(在“属性 -> Java 构建路径 -> 库”下)。如果您想在多个项目中使用它们并且仅配置一次源文件和 javadoc 附件,那么您可能需要为它们定义一个用户库(请参阅同一页面上的“添加库”按钮)。

A simple solution would be to copy the jars into your project and add them to the build path (under "Properties->Java Build Path->Libraries"). If you want to use them in several projects and configure the source and javadoc attachments only once, then you might want to define a User Library for them (See the "Add Library" button on that same page).

漫漫岁月 2025-01-04 01:02:48

Windows Builder 允许您应用您想要的任何外观。因此,您应该能够添加物质:

http://code.google .com/javadevtools/wbpro/preferences/swing/preferences_lookandfeel.html

根据您具体想要执行的操作,您可能仍然需要在代码中进行一些自定义。

Windows Builder allows you to apply any look and feel you want. So, you should be able to add Substance:

http://code.google.com/javadevtools/wbpro/preferences/swing/preferences_lookandfeel.html

Depending on what exactly you want to do, you may still have to do some customization in code.

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