Author: chatellier Date: 2009-05-18 15:57:54 +0000 (Mon, 18 May 2009) New Revision: 2239 Modified: isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/ApplicationMonitorUI.jaxx isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/StatusBarUI.jaxx isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/WelcomePanelUI.jaxx isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/WelcomeTabUI.jaxx Log: Fix comment Modified: isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/ApplicationMonitorUI.jaxx =================================================================== --- isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/ApplicationMonitorUI.jaxx 2009-05-18 15:57:41 UTC (rev 2238) +++ isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/ApplicationMonitorUI.jaxx 2009-05-18 15:57:54 UTC (rev 2239) @@ -1,7 +1,6 @@ <!-- /* *##% - * Copyright (C) 2005 - * Ifremer, Code Lutin, Cedric Pineau, Benjamin Poussin + * Copyright (C) 2005 - 2009 Ifremer, Code Lutin * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -17,33 +16,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *##%*/ - -/* * - * IsisFish.java - * - * Created: 1 aout 2005 18:37:25 CEST - * - * @author Benjamin POUSSIN <poussin at codelutin.com> - * @version $Revision: 1312 $ - * - * Last update: $Date: 2008-08-28 10:21:07 +0200 (jeu, 28 aoû 2008) $ - * by : $Author: sletellier $ - */ --> - <JFrame visible="true" size='{new Dimension(400,400)}' title="isisfish.monitor.title" layout='{new BorderLayout()}'> -<!-- Fixme : ApplicationMonitor - maximizable="true" closable="true" - bundle="org.codelutin.i18n.I18nBundleBridge" - - ---> <org.codelutin.widget.ApplicationMonitor smtpServer="fr.ifremer.isisfish.IsisConfig.getSmtpServer()" emailFrom="fr.ifremer.isisfish.IsisConfig.getUserMail()" emailTo="fr.ifremer.isisfish.IsisConfig.BUG_REPORT_EMAIL" /> - </JFrame> - Modified: isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/StatusBarUI.jaxx =================================================================== --- isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/StatusBarUI.jaxx 2009-05-18 15:57:41 UTC (rev 2238) +++ isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/StatusBarUI.jaxx 2009-05-18 15:57:54 UTC (rev 2239) @@ -1,7 +1,6 @@ <!-- /* *##% - * Copyright (C) 2005 - * Ifremer, Code Lutin, Cedric Pineau, Benjamin Poussin + * Copyright (C) 2005 - 2009 Ifremer, Code Lutin * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -17,33 +16,21 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *##%*/ - -/* * - * IsisFish.java - * - * Created: 1 aout 2005 18:37:25 CEST - * - * @author Benjamin POUSSIN <poussin at codelutin.com> - * @version $Revision: 1312 $ - * - * Last update: $Date: 2008-08-28 10:21:07 +0200 (jeu, 28 aoû 2008) $ - * by : $Author: sletellier $ - */ --> <Table> - <row> - <cell fill="both" weightx="0.2"> - <JProgressBar id="progressStatus"/> - </cell> - <cell fill="both" weightx="0.2"> - <JLabel id="labelStatus"/> - </cell> - <cell fill="both" weightx="0.2"> - <JButton id="stopCommand" actionCommand="stopCommand" - visible="false" text="isisfish.common.stop" toolTipText="Stop the process"/> - </cell> - <cell fill="both" weightx="0.2"> - <org.codelutin.widget.StatusBar/> - </cell> - </row> + <row> + <cell fill="both" weightx="0.2"> + <JProgressBar id="progressStatus" /> + </cell> + <cell fill="both" weightx="0.2"> + <JLabel id="labelStatus" /> + </cell> + <cell fill="both" weightx="0.2"> + <JButton id="stopCommand" actionCommand="stopCommand" visible="false" text="isisfish.common.stop" + toolTipText="Stop the process" /> + </cell> + <cell fill="both" weightx="0.2"> + <org.codelutin.widget.StatusBar /> + </cell> + </row> </Table> \ No newline at end of file Modified: isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/WelcomePanelUI.jaxx =================================================================== --- isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/WelcomePanelUI.jaxx 2009-05-18 15:57:41 UTC (rev 2238) +++ isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/WelcomePanelUI.jaxx 2009-05-18 15:57:54 UTC (rev 2239) @@ -1,7 +1,6 @@ <!-- /* *##% - * Copyright (C) 2005 - * Ifremer, Code Lutin, Cedric Pineau, Benjamin Poussin + * Copyright (C) 2005 - 2009 Ifremer, Code Lutin * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -17,21 +16,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *##%*/ - -/* * - * IsisFish.java - * - * Created: 1 aout 2005 18:37:25 CEST - * - * @author Benjamin POUSSIN <poussin at codelutin.com> - * @version $Revision: 1312 $ - * - * Last update: $Date: 2008-08-28 10:21:07 +0200 (jeu, 28 aoû 2008) $ - * by : $Author: sletellier $ - */ --> - <JPanel id='welcomePanelUI' layout='{new BorderLayout()}'> - <script> +<JPanel id='welcomePanelUI' layout='{new BorderLayout()}'> + <script> <![CDATA[ import fr.ifremer.isisfish.IsisFish; public void setContent(Container c){ @@ -52,9 +39,8 @@ return getContextValue(WelcomeSaveVerifier.class); } ]]> - </script> - - <JPanel layout='{new BorderLayout()}' constraints="BorderLayout.SOUTH"> - <StatusBarUI id='statusBar' constraints="BorderLayout.CENTER"/> - </JPanel> - </JPanel> \ No newline at end of file + </script> + <JPanel layout='{new BorderLayout()}' constraints="BorderLayout.SOUTH"> + <StatusBarUI id='statusBar' constraints="BorderLayout.CENTER" /> + </JPanel> +</JPanel> \ No newline at end of file Modified: isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/WelcomeTabUI.jaxx =================================================================== --- isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/WelcomeTabUI.jaxx 2009-05-18 15:57:41 UTC (rev 2238) +++ isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/WelcomeTabUI.jaxx 2009-05-18 15:57:54 UTC (rev 2239) @@ -1,7 +1,6 @@ <!-- /* *##% - * Copyright (C) 2005 - * Ifremer, Code Lutin, Cedric Pineau, Benjamin Poussin + * Copyright (C) 2005 - 2009 Ifremer, Code Lutin * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -17,18 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *##%*/ - -/* * - * IsisFish.java - * - * Created: 1 aout 2005 18:37:25 CEST - * - * @author Benjamin POUSSIN <poussin at codelutin.com> - * @version $Revision: 1312 $ - * - * Last update: $Date: 2008-08-28 10:21:07 +0200 (jeu, 28 aoû 2008) $ - * by : $Author: sletellier $ - */ --> <JPanel id='welcomePanelUI' layout='{new BorderLayout()}'> <script><![CDATA[
participants (1)
-
chatellier@users.labs.libre-entreprise.org