本文介绍了使用Netbeans 6.5 GUI Builder创建JButton数组的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想用GUI Builder创建一个JButton数组(实际上不是编写代码,而是绘制代码).我只能弄清楚如何更改元素的名称,而不能将其添加到数组中.
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.
谢谢.
推荐答案
http://wiki.netbeans.org/FaqGuiControlArray
这篇关于使用Netbeans 6.5 GUI Builder创建JButton数组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!