如何使用 ArrayList 填充 JComboBox? [英] How do I populate a JComboBox with an ArrayList?

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

问题描述

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

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

参见 JavaDoc教程 了解更多信息.

See the JavaDoc and tutorial for more info.

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

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