Actions
Bug #239
closedsearch dialog allows user to uncheck both catalog and local search
Start date:
06/19/2001
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
239
Description
search dialog allows user to uncheck both catalog and local search. It then
throws a NullPointerException and crashes. Error checking should be added so
that only one of them can be unselected at a time, or the check boxes should be
turned into radio buttons (which are more suited for this purpose).
Updated by Matt Jones about 23 years ago
Done. Fixed by inserting an ItemListener on the two checkboxes and only
allowing deselection if the other checkbox is selected. A message dialog pops
up if someone tries to deselect both.
Actions