JTable combobox editor
- From: awvvo@xxxxxxxxxxx
- Date: 14 Nov 2005 05:11:32 -0800
I have a JTable with 17 columns. The last 15 columns contain airport
codes (this is used
for entering a flight schedule). The application uses a list of 5000
airport codes.
When I do:
column.setCellEditor(new MyComboBoxEditor(airportValues));
for each column it is very slow.
Is it possible to only use 1 combobox and reuse and activate it as a
celleditor when I click on a particular cell?
Can someone give me a hint how to do this?
regards
john
.
- Follow-Ups:
- Re: JTable combobox editor
- From: zero
- Re: JTable combobox editor
- From: Roedy Green
- Re: JTable combobox editor
- Prev by Date: Re: How to make the program delay the execution?
- Next by Date: Re: swt
- Previous by thread: intercepting consol input an output
- Next by thread: Re: JTable combobox editor
- Index(es):
Relevant Pages
|
Loading