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

Update an Existing combobox in JTable

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I've asked this quesion in following forum... but didn't get any answer...
https://forums.oracle.com/forums/thread.jspa?threadID=2268390&tstart=0
I thought I'll get some help from this forum.

I have a comboBox in a Jtable.
Now I need to update(add few more items in it) that combobox based on the other cell's value.
How can I do that?

This is what i tried... but didn't work


I've "ScaleTypeComboBoxEditor" and "LingComboBoxEditor" for two different combobox...
In ScaleTypeComboBoxEditor I've added following code to update ComponentCreator.linguisticList


I'm stuck...Please help me....thanks in advance
 
Bartender
Posts: 1104
10
Netbeans IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I started to work on this, but soon lost patience. Your post is complex and needs to be more clear. First, isolate the problem by creating a SSCCE. That will also help people like us trying to help u.
 
I like you because you always keep good, crunchy cereal in your pantry. This tiny ad agrees:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic