• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to use populated jcombobox for selecting another jcombobox values?

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have 3 j combobox for  Depertment,Semester and Books.I populate the  Semester Jcombobox by Depertment jcombobox.now i want to  use Semester jCombobox to populate the Books Jcombobox.Need some Example.
my codes are here:


JCOMBOBOX.png
[Thumbnail for JCOMBOBOX.png]
 
Rancher
Posts: 3324
32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the point of this question?

You were given a working example in your last question on this topic:

https://coderanch.com/t/672751/java/Loading-Values-JComboBox-depending-selection
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic