Author: tchemit Date: 2008-01-20 13:42:23 +0000 (Sun, 20 Jan 2008) New Revision: 260 Modified: trunk/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/SimExplorerMainUI.java Log: javadoc + licence Modified: trunk/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/SimExplorerMainUI.java =================================================================== --- trunk/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/SimExplorerMainUI.java 2008-01-20 13:41:55 UTC (rev 259) +++ trunk/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/SimExplorerMainUI.java 2008-01-20 13:42:23 UTC (rev 260) @@ -1,6 +1,6 @@ /* -* \#\#% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Code Lutin, -* Tony Chemit +* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Code Lutin, +* Tony Chemit, Gabriel Landais * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -15,19 +15,22 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -* \#\#% */ +* ##% */ package fr.cemagref.simexplorer.is; import fr.cemagref.simexplorer.is.ui.swing.SimExplorerActionManager; import fr.cemagref.simexplorer.is.ui.swing.SimExplorerUI; -import fr.cemagref.simexplorer.is.ui.swing.actions.ChangeI18nAction; +import fr.cemagref.simexplorer.is.ui.swing.action.common.ChangeI18nAction; import org.codelutin.i18n.CountryEnum; import org.codelutin.i18n.LanguageEnum; import javax.swing.AbstractButton; import java.util.regex.Matcher; -/** @author tony */ +/** + * L'ui principale de l'application + * @author chemit + */ public class SimExplorerMainUI extends SimExplorerUI { public SimExplorerMainUI() { @@ -39,7 +42,7 @@ // chargement dans l'ui des actions SimExplorerActionManager.loadActions(this); - // repaint i18n actions + // repaint i18n actions repaintI18nActions(); } @@ -61,6 +64,7 @@ public void postInit() { // chargement dans le toolbar des actions + //TODO cela devrait être générique SimExplorerActionManager.loadActions(getToolbar()); } }
participants (1)
-
tchemit@users.labs.libre-entreprise.org