r2733 - isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/widget
Author: chatellier Date: 2009-11-02 16:39:25 +0000 (Mon, 02 Nov 2009) New Revision: 2733 Removed: isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/widget/HidablePanel.java Log: Not used anymore Deleted: isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/widget/HidablePanel.java =================================================================== --- isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/widget/HidablePanel.java 2009-11-02 16:39:13 UTC (rev 2732) +++ isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/widget/HidablePanel.java 2009-11-02 16:39:25 UTC (rev 2733) @@ -1,42 +0,0 @@ -/* *##% - * Copyright (C) 2006 - 2009 - * Ifremer, Code Lutin, Cédric Pineau, Benjamin Poussin - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * 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.ifremer.isisfish.ui.widget; - -import javax.swing.JPanel; - -/** - * HidablePanel. - * - * Created: 7 mars 2006 22:48:25 - * - * @author poussin - * @version $Revision$ - * - * Last update: $Date$ - * by : $Author$ - * - * @deprecated since 20090414 seams to be unused - */ -public class HidablePanel extends JPanel { - - /** serialVersionUID. */ - private static final long serialVersionUID = 4153300672681154582L; - -}
participants (1)
-
chatellier@users.labs.libre-entreprise.org