开发者

intellij - bind jcombobox to arraylist

开发者 https://www.devze.com 2023-02-21 05:36 出处:网络
I am using intellij and I have an arraylist which I want to display its toStirng. I want to accomplish the following

I am using intellij and I have an arraylist which I want to display its toStirng.

I want to accomplish the following

1. iterate through its value and get the object value,

2. when changed - get the object not only the string


Yes, using Custom create property is the preferred way for such cases.

0

精彩评论

暂无评论...
验证码 换一张
取 消