grail%cafebabe.org 834458b4fa Stupid stupid stupid. JComboBox.removeAllItems() NullExceptions if
there's a zero count. The safe way to call it is by:

if (combobox.getItemCount() > 0) {
  combobox.removeAllItems();
}

This is stupid.
1999-01-20 09:53:28 +00:00
..
1999-01-16 07:42:16 +00:00

This is Grendel -- a Java mail/news client.

It is incomplete at this time, and is currently being maintained by Jeff Galyan (talisman@anamorphic.com) and Giao Nguyen (grail@cafebabe.org).

See http://www.mozilla.org/projects/grendel/ for more info.