已有101人关注
JComboBoxModel
发表在Java图书答疑 2015-04-13
是否精华
版块置顶:
Exception in thread "main" java.lang.Error: Unresolved compilation problem: 
selecteditem cannot be resolved to a variable

at Thirteen.MyComboBox.getSelectedItem(JComboBoxModelTest.java:44)
at javax.swing.JComboBox.setModel(JComboBox.java:295)
at javax.swing.JComboBox.<init>(JComboBox.java:161)
at Thirteen.JComboBoxModelTest1.<init>(JComboBoxModelTest1.java:8)
at Thirteen.JComboBoxModelTest1.main(JComboBoxModelTest1.java:23)  这个怎么解决
JAVA从入门到精通 第三版 第十三章13.7节 13.13
import java.awt.*;
import java.lang.*;
import java.awt.event.*;
import javax.swing.*;
public class JComboBoxModelTest extends JFrame {
JComboBox jc=new JComboBox(new MyComboBox());
JLabel jl=new JLabel("请选择证件");
public JComboBoxModelTest(){
setSize(new Dimension(160,180));
setVisible(true);
setTitle("在窗口中设置下拉列表框");
setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
Container cp=getContentPane();
cp.setLayout(new FlowLayout());
cp.add(jc);
cp.add(jl);
}
public static void main(String[] args){
new JComboBoxModelTest();
}
}
class MyComboBox extends AbstractListModel implements ComboBoxModel{
String selscteditem=null;
String[] test={
"身份证","军人证","学生证","工作证"
};
    public Object getElementAt(int index){

     return test[index];

    }
public int getSize(){

return test.length;

}
public void setSelectedItem(Object item){

selecteditem = (String) item;
}
public Object getSelectedItem(){
    
return selecteditem;
}
public int getIndex(){
for(int i = 0; i <test.length; i++){
if(test[i].equals(getSelectedItem()))
return i;
}
return 0;
}

}
分享到:
精彩评论 1
菜鸟级精英
学分:0 LV1
TA的每日心情
开心
2020-03-23 21:05:48
2015-04-13
沙发
String selscteditem=null;

创建的变量名与后面用的变量名不一致。这是java.lang.Error,在编译的时候应该就已经报错了。
首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照