From: Olivier G. <og...@us...> - 2008-04-04 22:07:11
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/documenteditor In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11829/src/osmose/application/documenteditor Modified Files: OSMColorComponent.java Log Message: Removed usage of deprecated APIs Index: OSMColorComponent.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/documenteditor/OSMColorComponent.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OSMColorComponent.java 3 Oct 2007 21:31:14 -0000 1.2 --- OSMColorComponent.java 4 Apr 2008 22:07:14 -0000 1.3 *************** *** 233,237 **** OSMFrame frame = OSMApplication.ApplicationFrame; OSMDialogDocumentColors dlg = new OSMDialogDocumentColors(frame, m_pane.getDocument(), m_text); ! dlg.show(); } else // It's a single clic. --- 233,237 ---- OSMFrame frame = OSMApplication.ApplicationFrame; OSMDialogDocumentColors dlg = new OSMDialogDocumentColors(frame, m_pane.getDocument(), m_text); ! dlg.setVisible(true); } else // It's a single clic. |