button.setIcon(icon);
button.setDisabledIcon(icon);
button.setVerticalTextPosition(SwingConstants.BOTTOM);
button.setHorizontalTextPosition(SwingConstants.CENTER);
button.setFont(new Font("Dialog", Font.PLAIN, 10));
button.addMouseListener(this);
addMouseAdapterForHandCursorToComponent(button);
button.setContentAreaFilled(false);
// Set up the available ActionButtons for dragging
DragSource d = new DragSource();