Results 1 to 2 of 2
Thread: Sort jcombo in jtable
- 12-10-2009, 08:18 AM #1
Member
- Join Date
- Oct 2009
- Posts
- 88
- Rep Power
- 0
Sort jcombo in jtable
Hello everyone, i want to create a JComboBox where i can write a letter
and the comboBox show the elements starting with that letter, i mean,
make a filter. For example if i got {"Air", "Home", "Homer"} y the
comboBox, and i write in the comboBox the letter 'a', the combo show
only the elements starting with that letter, it will show "Air", and if
i only write the letter 'H', will show {"Home", "Homer"},
Its just like a filter for the input, i hope you understand what i
want. I'll be waiting for your answers. Thanks.Last edited by anilkumar_vist; 12-10-2009 at 11:31 AM.
- 12-11-2009, 05:23 PM #2
Senior Member
- Join Date
- Aug 2008
- Posts
- 384
- Rep Power
- 5
Similar Threads
-
populate jtable from jtextboxes and jcombo
By purejoker in forum AWT / SwingReplies: 4Last Post: 12-02-2010, 09:29 AM -
Sort and filter in Jtable (java ver 1.5 )
By itaipee in forum AWT / SwingReplies: 3Last Post: 04-16-2009, 12:03 PM -
How to sort a JTable for multiple columns?
By BLR in forum Advanced JavaReplies: 2Last Post: 03-16-2009, 10:41 AM -
How to sort column in JTable
By johnt in forum AWT / SwingReplies: 3Last Post: 06-14-2008, 05:48 AM -
sort columns in jtable
By Alan in forum AWT / SwingReplies: 2Last Post: 05-14-2007, 05:18 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks