标题:JComboBox 问题
取消只看楼主
w5644266
Rank: 1
等 级:新手上路
帖 子:101
专家分:0
注 册:2007-4-4
 问题点数:0 回复次数:1 
JComboBox 问题
在GUI中要怎么做才能获取JComboBox中的值。我没有找到那个方法。
意思就是:
JComboBox的对象.get什么。
我用.getText和.getValue都不行。找了半天也没有找到。那位大哥能告诉我是那个方法不
搜索更多相关主题的帖子: JComboBox get GUI 对象 
2007-09-03 15:20
w5644266
Rank: 1
等 级:新手上路
帖 子:101
专家分:0
注 册:2007-4-4
得分:0 
回复:(千里冰封)int getSelectedIndex() ...
这里有JTextField、JTextArea和JComboBox。我 花上颜色的都是JComboBox.究竟要如何才能获得值呢。这些出了年龄。set方法里面的都是String类型



user.setName(name.getText());
user.setPassword(password.getText());
user.setNickName(String.valueOf(nickName.getSelectedIndex()));
user.setSex(sex.getText());
user.setAge(age.getText());
user.setShengxiao(shengxiao.getSelectedItem());
user.setBloodType(bloodType.getText());
user.setConstenllation(constenllation.getText());
user.setExplain(explain.getText());
2007-09-04 13:43



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-167408-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.261990 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved