coding to fill combobox with items at runtime

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • menyki
    New Member
    • Feb 2007
    • 33

    coding to fill combobox with items at runtime

    how can i code a radio button so that when a user click an option it will determines what will fill in combobox at run time.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by menyki
    how can i code a radio button so that when a user click an option it will determines what will fill in combobox at run time.
    As I wrote in my other reply: register a Listener at that JRadioButton; when it is
    clicked your Listener is called and you can do anything you want from there.

    kind regards,

    Jos

    Comment

    Working...