Help!!
I've managed to get a JComboBox into a single cell in a JTable
but it is not visible as a JComboBox unless the user actually
clicks on it.
I'm assuming it is possible to make this component visible..
Thanks in advance
Ben
With help of Display Editor you can display ComboBox when the cell get edited. In Buzz words when user clicks on the cell. But If you want to display at Table loading then User CellRebnderer for that. Renderer's task is to Display the component at table.
What does it look like?
What *does* it look like in your implementation?
http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#co...
Display JComboBox in a JTable
Hi,
With help of Display Editor you can display ComboBox when the cell get edited. In Buzz words when user clicks on the cell. But If you want to display at Table loading then User CellRebnderer for that. Renderer's task is to Display the component at table.
Post new comment