java中通过什么函数去下拉列表框的value

 我来答
yinyue_yymusic
推荐于2016-06-14 · TA获得超过156个赞
知道答主
回答量:178
采纳率:0%
帮助的人:73.9万
展开全部
JComboBox:将按钮或可编辑字段与下拉列表组合的组件。用户可以从下拉列表中选择值,下拉列表在用户请求时显示。如果使组合框处于可编辑状态,则组合框将包括用户可在其中键入值的可编辑字段。
getSelectedItem() :获得返回当前所选项。
qzyb_friends
2012-04-09
知道答主
回答量:10
采纳率:0%
帮助的人:9.3万
展开全部
如果是JComboBox,则用getSelectedItem方法。例如:你声明一个JComboBox 变量 comboBox则可以用“comboBox.getSelectedItem()”得到所取的值,是String类型的。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
bd9006
2012-04-09 · TA获得超过2.5万个赞
知道大有可为答主
回答量:4.8万
采纳率:63%
帮助的人:1.6亿
展开全部
这个对象?
java.lang.Object
extended by java.awt.Component
extended by java.awt.Container
extended by javax.swing.JComponent
extended by javax.swing.JComboBox

Object getItemAt(int index)
Returns the list item at the specified index.
int getItemCount()
Returns the number of items in the list.

int getSelectedIndex()
Returns the first item in the list that matches the given item.

Object getSelectedItem()
Returns the current selected item.
Object[] getSelectedObjects()
Returns an array containing the selected item.

void setSelectedIndex(int anIndex)
Selects the item at index anIndex.
void setSelectedItem(Object anObject)
Sets the selected item in the combo box display area to the object in the argument.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式