there's a zero count. The safe way to call it is by:
if (combobox.getItemCount() > 0) {
combobox.removeAllItems();
}
This is stupid.
git-svn-id: svn://10.0.0.236/trunk@18071 18797224-902f-48f8-a5cc-f745e15eee43
4.8 KiB
4.8 KiB