Hi,
In my project , there are comboboxes and checkboxes . I want to retrieve their default values after clicking "run" button.. I can clean my text fields by writing
textbox1.setText(""); but comboboxes and checkboxes stayed as what user has chosen.
Thanks for your valueable thoughts in advance..
