GradientButton button = new GradientButton( "Options" );
optionsDialog_ = createOptionsDialog();
button.addActionListener( new ActionListener() {
@Override
public void actionPerformed( ActionEvent e ) {
optionsDialog_.setLocationRelativeTo( (Component) e.getSource() );