~sword-devel/jsword/trunk

« back to all changes in this revision

Viewing changes to jsword/java/common/org/crosswire/common/config/swing/TreeConfigPane.java

  • Committer: joe
  • Date: 2002-10-08 21:36:18 UTC
  • Revision ID: svn-v4:a88caf3b-7e0a-0410-8d0d-cecb45342206:trunk:80
big config and comment update

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
import org.crosswire.common.swing.FormPane;
30
30
 
31
31
/**
32
 
* A Tabbed view of a config class.
33
 
*
34
 
* <table border='1' cellPadding='3' cellSpacing='0' width="100%">
35
 
* <tr><td bgColor='white'class='TableRowColor'><font size='-7'>
36
 
* Distribution Licence:<br />
37
 
* Project B is free software; you can redistribute it
38
 
* and/or modify it under the terms of the GNU General Public License,
39
 
* version 2 as published by the Free Software Foundation.<br />
40
 
* This program is distributed in the hope that it will be useful,
41
 
* but WITHOUT ANY WARRANTY; without even the implied warranty of
42
 
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
43
 
* General Public License for more details.<br />
44
 
* The License is available on the internet
45
 
* <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, by writing to
46
 
* <i>Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
47
 
* MA 02111-1307, USA</i>, Or locally at the Licence link below.<br />
48
 
* The copyright to this program is held by it's authors.
49
 
* </font></td></tr></table>
50
 
* @see <a href='http://www.eireneh.com/servlets/Web'>Project B Home</a>
51
 
* @see <{docs.Licence}>
52
 
* @author Joe Walker
53
 
*/
 
32
 * A Tabbed view of a config class.
 
33
 * 
 
34
 * <p><table border='1' cellPadding='3' cellSpacing='0'>
 
35
 * <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
 
36
 *
 
37
 * Distribution Licence:<br />
 
38
 * JSword is free software; you can redistribute it
 
39
 * and/or modify it under the terms of the GNU General Public License,
 
40
 * version 2 as published by the Free Software Foundation.<br />
 
41
 * This program is distributed in the hope that it will be useful,
 
42
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
43
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 
44
 * General Public License for more details.<br />
 
45
 * The License is available on the internet
 
46
 * <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, or by writing to:
 
47
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 
48
 * MA 02111-1307, USA<br />
 
49
 * The copyright to this program is held by it's authors.
 
50
 * </font></td></tr></table>
 
51
 * @see docs.Licence
 
52
 * @author Joe Walker [joe at eireneh dot com]
 
53
 * @version $Id$
 
54
 */
54
55
public class TreeConfigPane extends PanelConfigPane
55
56
{
56
57
    /**