};
public IconView(Widget parent, String name) throws GUIException {
super(parent, name);
JIconView.initialize();
iconView = new JIconView();
iconView.setBackground(Color.white);
scrollPane = new JScrollPane(iconView);
iconView.addListSelectionListener(new ListSelectionListener() {
public void valueChanged(ListSelectionEvent e) {
int index = e.getFirstIndex();