~sword-devel/jsword/trunk

« back to all changes in this revision

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