~sword-devel/jsword/trunk

« back to all changes in this revision

Viewing changes to jsword/java/common/org/crosswire/common/swing/DetailedExceptionPane.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:
36
36
import org.crosswire.common.util.StringUtil;
37
37
 
38
38
/**
39
 
* A more detailed way of reporting problems to the user
40
 
* This is probably too complex for a full-on public app
41
 
* but it is probably simple enough for us to use here.
42
 
* <p>TODO: Think about allowing the users to give us some feedback
43
 
* TODO: Allow the configure system to set the source dirs
44
 
* based on this dialog - even down to passing on edited source.
45
 
*
46
 
* <table border='1' cellPadding='3' cellSpacing='0' width="100%">
47
 
* <tr><td bgColor='white'class='TableRowColor'><font size='-7'>
48
 
* Distribution Licence:<br />
49
 
* Project B is free software; you can redistribute it
50
 
* and/or modify it under the terms of the GNU General Public License,
51
 
* version 2 as published by the Free Software Foundation.<br />
52
 
* This program is distributed in the hope that it will be useful,
53
 
* but WITHOUT ANY WARRANTY; without even the implied warranty of
54
 
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
55
 
* General Public License for more details.<br />
56
 
* The License is available on the internet
57
 
* <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, by writing to
58
 
* <i>Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
59
 
* MA 02111-1307, USA</i>, Or locally at the Licence link below.<br />
60
 
* The copyright to this program is held by it's authors.
61
 
* </font></td></tr></table>
62
 
* @see <a href='http://www.eireneh.com/servlets/Web'>Project B Home</a>
63
 
* @see <{docs.Licence}>
64
 
* @author Joe Walker
65
 
*/
 
39
 * A more detailed way of reporting problems to the user
 
40
 * This is probably too complex for a full-on public app
 
41
 * but it is probably simple enough for us to use here.
 
42
 * <p>TODO: Think about allowing the users to give us some feedback
 
43
 * TODO: Allow the configure system to set the source dirs
 
44
 * based on this dialog - even down to passing on edited source.
 
45
 * 
 
46
 * <p><table border='1' cellPadding='3' cellSpacing='0'>
 
47
 * <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
 
48
 *
 
49
 * Distribution Licence:<br />
 
50
 * JSword is free software; you can redistribute it
 
51
 * and/or modify it under the terms of the GNU General Public License,
 
52
 * version 2 as published by the Free Software Foundation.<br />
 
53
 * This program is distributed in the hope that it will be useful,
 
54
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
55
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 
56
 * General Public License for more details.<br />
 
57
 * The License is available on the internet
 
58
 * <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, or by writing to:
 
59
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 
60
 * MA 02111-1307, USA<br />
 
61
 * The copyright to this program is held by it's authors.
 
62
 * </font></td></tr></table>
 
63
 * @see docs.Licence
 
64
 * @author Joe Walker [joe at eireneh dot com]
 
65
 * @version $Id$
 
66
 */
66
67
public class DetailedExceptionPane
67
68
{
68
69
    /**