Author: tchemit Date: 2008-01-21 20:54:34 +0000 (Mon, 21 Jan 2008) New Revision: 339 Modified: trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/SimExplorerUI.jaxx Log: utilisation classes jaxx Modified: trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/SimExplorerUI.jaxx =================================================================== --- trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/SimExplorerUI.jaxx 2008-01-21 20:54:13 UTC (rev 338) +++ trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/SimExplorerUI.jaxx 2008-01-21 20:54:34 UTC (rev 339) @@ -2,7 +2,7 @@ defaultCloseOperation='DISPOSE_ON_CLOSE' width='800' height='600'> <script> import static org.codelutin.i18n.I18n._; - import static fr.cemagref.simexplorer.is.ui.swing.util.UIHelper.createImageIcon; + import static jaxx.runtime.UIHelper.createImageIcon; </script> <JMenuBar> @@ -46,9 +46,9 @@ <JToolBar id="toolbar" floatable='false' margin='0,0,0,0' opaque='true' borderPainted='true'> - <fr.cemagref.simexplorer.is.ui.swing.util.MyToggleButton id='toggleTab_local' enabled='false'/> - <fr.cemagref.simexplorer.is.ui.swing.util.MyToggleButton id='toggleTab_remote' enabled='false'/> - <fr.cemagref.simexplorer.is.ui.swing.util.MyToggleButton id='toggleTab_synchronize' enabled='false'/> + <jaxx.runtime.swing.JAXXToggleButton id='toggleTab_local' enabled='false'/> + <jaxx.runtime.swing.JAXXToggleButton id='toggleTab_remote' enabled='false'/> + <jaxx.runtime.swing.JAXXToggleButton id='toggleTab_synchronize' enabled='false'/> </JToolBar> </cell> </row>
participants (1)
-
tchemit@users.labs.libre-entreprise.org