Hi,
I tried to use JCombobox (i'm using netbeans 5.5)
how can i use this jComboBox1? how can i load elements? I tried this code but i'm receiving errors....
jComboBox1.setM odel("Bird","Do g","Cat","Fish" );
Regards,
Jeff
I tried to use JCombobox (i'm using netbeans 5.5)
how can i use this jComboBox1? how can i load elements? I tried this code but i'm receiving errors....
jComboBox1.setM odel("Bird","Do g","Cat","Fish" );
Regards,
Jeff
Comment