将非实质性 Swing 插件加载到 Eclipse
如何将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一个简单的解决方案是将 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).
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.