• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

One more JComboBox in JTable problem...

 
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
I read through all the posts related the JCombobox in Jtable problems. I have a similar problem, where the JComboBox looses focus and the key events which normally work in JComboBox, doesn't work when its inside a table.
It's the keySelectionManager functionality.
Does anybody know how and where to enforce focus to a component. I tried keyPressed event handler to requestfocus for combo, but doesn't help.
any breakthroughs in JComboBox, JTable focus problems?
Thanks.
Avijeet
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic