我在尝试实现JcomboBox时遇到了问题,一旦我使用它,swingBuilder就再也无法显示它了,给我看一条错误消息:new JComboBox<String>(tempValuesArray) is not valid source for component creation, it references not existing constructor.
不知道为什么,我该如何解决呢?
答案 0 :(得分:0)
我似乎在使用eclipse窗口构建器时遇到了同样的问题,尽管我的数组的元素类型与JComboBox的类型相匹配。
private JComboBox<String> newDvdCategoryComboBox = new JComboBox<String>(categories);