public void actionPerformed(ActionEvent e)
{
// System.out.println( "REMOVED" );
color_button_.removeChangeListener( self_ );
status_ = JOptionPane.OK_OPTION;
draw_font_ = new DrawSWFFont(text_field_.getFont(), effect_, text_field_.getText(),color_button_.getColor());
setVisible(false);
fireStateChanged();
}
};