2013-10-30 80 views

回答

1

最初讓你combobox2隱藏。

combobox1化妝的選擇監聽器:

if(combobox1.getValue() ==1 || combobox1.getValue() ==2) 

combobox2.show(); 

else 

combobox2.hide(); 


form.doLayout();