Create an array of JButtons with the Netbeans 6.5 GUI Builder

泄露秘密 提交于 2020-01-03 18:21:28

问题


I want to create an array of JButtons with the GUI Builder (not actually writing the code, but drawing it). I can only figure out how to change the name of the element, not add it to an array.

Thanks.


回答1:


http://wiki.netbeans.org/FaqGuiControlArray




回答2:


I think you'll find doing much "programmatically" will go beyond most GUI builders, other than for specific programmed-for exceptions.



来源:https://stackoverflow.com/questions/746325/create-an-array-of-jbuttons-with-the-netbeans-6-5-gui-builder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!