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.
coding to fill combobox with items at runtime
Collapse
X
-
As I wrote in my other reply: register a Listener at that JRadioButton; when it isOriginally posted by menykihow 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.
clicked your Listener is called and you can do anything you want from there.
kind regards,
Jos
Comment