How to add a drop down menu to a JTable cell

给你一囗甜甜゛ 提交于 2019-12-09 08:12:15

问题


This may be a question asked before. I searched a lot before posting here, but couldn't figure out any acceptable one.

Can some one show me a way how to do this. I simply need to get a drop down menu when i click on the cell so that I'll have to select a value from that (as a way to restrict the user selection).

If some one can help with this I believe it will help a lot of people out there. There are a lots of questions similar to this but no any clear answer. Please answer with a bit more details. An example would be much appreciated..

Thank you!


回答1:


  • use DefaultCellEditor with DefaultTableModel for JTable in the event that all the JComboBoxes will have identical values in the concrete TableColumn

  • if will have not identical values, then to use DefaultCellEditor for JComboBoxes with custom AbstractTableModel



来源:https://stackoverflow.com/questions/11684903/how-to-add-a-drop-down-menu-to-a-jtable-cell

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!