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
..
1998-09-09 00:52:38 +00:00
1998-09-09 00:52:38 +00:00
1998-09-09 00:52:38 +00:00
1998-09-09 00:52:38 +00:00
1998-09-09 00:52:38 +00:00
1998-09-09 00:52:38 +00:00
1998-09-09 00:52:38 +00:00
1998-09-09 00:52:38 +00:00
1998-09-09 00:52:38 +00:00
1998-09-09 00:52:38 +00:00

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

The grendel.ui package implements the grendel GUI.  Much of the work is
to create the outline view of a set of messages, although much of that
work is split off into the grendel.view package.

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