简体   繁体   English

如何将外部 GUI 库添加到 NetBeans Palette?

[英]How to add external GUI libraries to NetBeans Palette?

I'm trying to add this library https://github.com/atarw/material-ui-swing to my NetBeans Palette to use the JButtons.我正在尝试将此库https://github.com/atarw/material-ui-swing添加到我的 NetBeans Palette 以使用 JButton。 I've tried adding the maven reference to pom.xml and adding the Palette manually, but this did not worked.我已经尝试将 maven 引用添加到 pom.xml 并手动添加调色板,但这没有用。 What can I do to create a project using these designs?如何使用这些设计创建项目? (Do I have to use another IDE?) (我必须使用另一个 IDE 吗?)

You don't need to add any additional component to the Netbinse because material-ui-swing doesn't have any new.您不需要向 Netbinse 添加任何其他组件,因为 material-ui-swing 没有任何新组件。

The focus of the library is to work with the basic swing component to help old applications modernize the look.该库的重点是使用基本的 Swing 组件来帮助旧应用程序实现外观现代化。

Of curse, under the organization https://github.com/material-ui-swing there are additional new components like snack bar and other JtextField tools as an experiment, and you can add this component to Netbeans as normal procedure because they are JComponent :)当然,在https://github.com/material-ui-swing组织下,还有额外的新组件,如小吃店和其他 JtextField 工具作为实验,您可以将此组件作为正常过程添加到 Netbeans 中,因为它们是 JComponent :)

PS: I'm the author of the evolution in the last few years of materia-ui-swing PS:我是materia-ui-swing最近几年进化的作者

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

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