• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

JTable and Combobox editor

 
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have set Combobox editor on one of the columns in my JTable.This combo box is editqable and has a combobox editor is set to it.Please see the code below.

When I tab off from another cell to this combobox cell, I have click with the mouse on this cell to activate the combobox editor.
I would like to have the ability, when I tab off to this cell and start typing with out having to click with the mouse.Is it possible?
Thanks
Sri
 
reply
    Bookmark Topic Watch Topic
  • New Topic