我如何填充的JComboBox有一个ArrayList? [英] How do I populate a JComboBox with an ArrayList?

查看:127
本文介绍了我如何填充的JComboBox有一个ArrayList?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要填充的JComboBox有一个ArrayList。有没有办法做到这一点?

I need to populate a JComboBox with an ArrayList. Is there any way to do this?

推荐答案

使用ArrayList类的的toArray()方法,并把它传递到的构造函数的的JComboBox

Use the toArray() method of the ArrayList class and pass it into the constructor of the JComboBox

查看<一个href=\"http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JComboBox.html#JComboBox%28java.lang.Object%5B%5D%29\">JavaDoc和教程了解更多信息。

这篇关于我如何填充的JComboBox有一个ArrayList?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆