简体   繁体   中英

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. I've tried adding the maven reference to pom.xml and adding the Palette manually, but this did not worked. What can I do to create a project using these designs? (Do I have to use another IDE?)

You don't need to add any additional component to the Netbinse because material-ui-swing doesn't have any new.

The focus of the library is to work with the basic swing component to help old applications modernize the look.

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

PS: I'm the author of the evolution in the last few years of materia-ui-swing

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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