[jsword-svn] r1464 - in trunk/common-swing/src/main/java/org/crosswire/common: config/swing progress/swing swing swing/desktop swing/desktop/event swing/plaf

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Sun Jul 1 19:34:40 MST 2007


Author: dmsmith
Date: 2007-07-01 19:34:40 -0700 (Sun, 01 Jul 2007)
New Revision: 1464

Modified:
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/AbstractConfigEditor.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/AdvancedConfigEditor.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/BooleanField.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ButtonPane.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ButtonPaneListener.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ColorField.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ConfigEditor.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ConfigEditorFactory.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/DirectoryField.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/Field.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/FieldMap.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/FileField.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/FontField.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/Msg.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/NumberField.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/OptionsField.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/PasswordField.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/PathField.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/StringArrayField.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/TabbedConfigEditor.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/TextField.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/TreeConfigEditor.java
   trunk/common-swing/src/main/java/org/crosswire/common/config/swing/WizardConfigEditor.java
   trunk/common-swing/src/main/java/org/crosswire/common/progress/swing/JobsProgressBar.java
   trunk/common-swing/src/main/java/org/crosswire/common/progress/swing/JobsViewPane.java
   trunk/common-swing/src/main/java/org/crosswire/common/progress/swing/Msg.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/ActionFactory.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/AntiAliasedTextPane.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/CatchingThreadGroup.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/CompositeIcon.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/FieldLayout.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/FixedSplitPane.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/FontChooser.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/GuiConvert.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/MapTableModel.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/Msg.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/NudgeButton.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/NumericDocument.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/QuickHelpDialog.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/StackTraceListModel.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/AbstractViewLayout.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/Clearable.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/LayoutType.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/MDIViewLayout.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/TabPopupListener.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/TabbedPanePanel.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/Titleable.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/ToolBar.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/ViewGenerator.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/ViewManager.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/ViewVisitor.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/Viewable.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/event/TitleChangedEvent.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/event/TitleChangedListener.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/event/ViewEvent.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/plaf/WindowsBorderlessTabbedPaneUI.java
Log:
Ran Eclipse's cleanup.

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/AbstractConfigEditor.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/AbstractConfigEditor.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/AbstractConfigEditor.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -45,7 +45,7 @@
 
 /**
  * Page of a Config.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/AdvancedConfigEditor.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/AdvancedConfigEditor.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/AdvancedConfigEditor.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -43,7 +43,7 @@
 
 /**
  * A mutable view of Fields setting array.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/BooleanField.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/BooleanField.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/BooleanField.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -34,7 +34,7 @@
 
 /**
  * Allow the user to choose from True/False.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ButtonPane.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ButtonPane.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ButtonPane.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -35,7 +35,7 @@
 
 /**
  * A pane that contains ok, cancel and apply buttons.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ButtonPaneListener.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ButtonPaneListener.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ButtonPaneListener.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -25,7 +25,7 @@
 
 /**
  * A listener for button presses in a ButtonPane.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ColorField.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ColorField.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ColorField.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -41,7 +41,7 @@
 
 /**
  * A color selection.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
@@ -105,7 +105,7 @@
 
     /**
      * Serialization support.
-     * 
+     *
      * @param is
      * @throws IOException
      * @throws ClassNotFoundException

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ConfigEditor.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ConfigEditor.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ConfigEditor.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -28,7 +28,7 @@
 
 /**
  * Some static methods for using the Config package.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ConfigEditorFactory.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ConfigEditorFactory.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/ConfigEditorFactory.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -35,7 +35,7 @@
 /**
  * Allow a swing program to display a Dialog box displaying a set of
  * config options.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
@@ -96,7 +96,7 @@
      * Create a dialog to house a TreeConfig component using the default set of
      * Fields, with the default accept action of config.localToApplication and
      * config,localToPermanent
-     * 
+     *
      * @param config The set of Choices to display
      * @param parent A component to use to find a frame to use as a dialog
      *            parent

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/DirectoryField.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/DirectoryField.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/DirectoryField.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -30,7 +30,7 @@
 
 /**
  * A Directory selection.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/Field.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/Field.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/Field.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -27,7 +27,7 @@
 
 /**
  * A Field is an interface for a visual representation of a Choice.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/FieldMap.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/FieldMap.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/FieldMap.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -35,7 +35,7 @@
  * however the practical advantages of compile time type-checking and
  * make simplicity, overweigh the possible re-use gains of a
  * properties file.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/FileField.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/FileField.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/FileField.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -34,7 +34,7 @@
 
 /**
  * A Filename selection.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/FontField.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/FontField.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/FontField.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -31,7 +31,7 @@
 
 /**
  * A swing view of a FontChoice.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/Msg.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/Msg.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/Msg.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -25,7 +25,7 @@
 
 /**
  * Compile safe Msg resource settings.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/NumberField.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/NumberField.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/NumberField.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -33,7 +33,7 @@
 /**
  * A PropertyNumberField is a PropertyTextField that only
  * stores numbers.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/OptionsField.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/OptionsField.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/OptionsField.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -34,7 +34,7 @@
 
 /**
  * Allow the user to choose from True/False.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/PasswordField.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/PasswordField.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/PasswordField.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -28,7 +28,7 @@
 
 /**
  * PasswordField.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/PathField.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/PathField.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/PathField.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -48,7 +48,7 @@
  * A StringArrayField allows editing of an array of Strings in a JList.
  * It allows the user to specify additional classes that extend the
  * functionality of the program.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
@@ -191,7 +191,7 @@
 
     /**
      * Serialization support.
-     * 
+     *
      * @param is
      * @throws IOException
      * @throws ClassNotFoundException

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/StringArrayField.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/StringArrayField.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/StringArrayField.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -50,7 +50,7 @@
  * A StringArrayField allows editing of an array of Strings in a JList.
  * It allows the user to specify additional classes that extend the
  * functionality of the program.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
@@ -195,7 +195,7 @@
 
     /**
      * Serialization support.
-     * 
+     *
      * @param is
      * @throws IOException
      * @throws ClassNotFoundException

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/TabbedConfigEditor.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/TabbedConfigEditor.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/TabbedConfigEditor.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -36,7 +36,7 @@
 
 /**
  * Some static methods for using the Config package.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/TextField.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/TextField.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/TextField.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -28,7 +28,7 @@
 
 /**
  * Text choice swing componenet.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/TreeConfigEditor.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/TreeConfigEditor.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/TreeConfigEditor.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -52,7 +52,7 @@
 
 /**
  * A Tabbed view of a config class.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/config/swing/WizardConfigEditor.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/config/swing/WizardConfigEditor.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/config/swing/WizardConfigEditor.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -62,7 +62,7 @@
  * and that the rest of the app didn't care much, and that the tree style
  * view was the only one you would ever need. This package is a re-write
  * that addresses these shortcomings and others.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
@@ -279,7 +279,7 @@
 
     /**
      * Serialization support.
-     * 
+     *
      * @param is
      * @throws IOException
      * @throws ClassNotFoundException

Modified: trunk/common-swing/src/main/java/org/crosswire/common/progress/swing/JobsProgressBar.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/progress/swing/JobsProgressBar.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/progress/swing/JobsProgressBar.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -52,7 +52,7 @@
 
 /**
  * JobsViewPane is a small JProgressBar based viewer for current jobs.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
@@ -281,7 +281,7 @@
         }
 
         /**
-         * 
+         *
          */
         public Component getComponent()
         {

Modified: trunk/common-swing/src/main/java/org/crosswire/common/progress/swing/JobsViewPane.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/progress/swing/JobsViewPane.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/progress/swing/JobsViewPane.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -53,7 +53,7 @@
 
 /**
  * JobsViewPane is a large(ish) viewer for current jobs.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/progress/swing/Msg.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/progress/swing/Msg.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/progress/swing/Msg.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -25,7 +25,7 @@
 
 /**
  * Compile safe Msg resource settings.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/ActionFactory.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/ActionFactory.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/ActionFactory.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -370,7 +370,7 @@
     }
 
     /**
-     * 
+     *
      */
     private int getModifier(String[] modifiers)
     {

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/AntiAliasedTextPane.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/AntiAliasedTextPane.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/AntiAliasedTextPane.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -30,7 +30,7 @@
 /**
  * An extension of JTextPane that does Anti-Aliasing.
  * JDK15(joe): we will need to take a bit of care not clashing with J2SE5 AA
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
@@ -69,7 +69,7 @@
     {
         AntiAliasedTextPane.antiAliasing = antiAliasing;
         // Set it system wide for the next run
-        System.setProperty("swing.aatext", Boolean.toString(antiAliasing)); //$NON-NLS-1$ 
+        System.setProperty("swing.aatext", Boolean.toString(antiAliasing)); //$NON-NLS-1$
 
     }
 

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/CatchingThreadGroup.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/CatchingThreadGroup.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/CatchingThreadGroup.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -23,7 +23,7 @@
 
 /**
  * Another way to get ahold of missing exceptions.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/CompositeIcon.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/CompositeIcon.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/CompositeIcon.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -34,8 +34,8 @@
  * CENTER:
  *      icon1 is drawn first, icon2 is drawn over it
  * and with horizontal and vertical orientations within the alloted space
- * It's useful with VTextIcon when you want an icon with your text: 
- *      if icon1 is the graphic icon and icon2 is the VTextIcon, 
+ * It's useful with VTextIcon when you want an icon with your text:
+ *      if icon1 is the graphic icon and icon2 is the VTextIcon,
  *      you get a similar effect to a JLabel with a graphic icon and text
  *
  * @see gnu.lgpl.License for license details.
@@ -50,7 +50,7 @@
      * Create a CompositeIcon from the specified Icons,
      * using the default relative position (icon1 above icon2)
      * and orientations (centered horizontally and vertically).
-     * 
+     *
      * @param icon1 Icon
      * @param icon2 Icon
      */
@@ -63,7 +63,7 @@
      * Create a CompositeIcon from the specified Icons,
      * using the specified relative position
      * and default orientations (centered horizontally and vertically).
-     * 
+     *
      * @param icon1 Icon
      * @param icon2 Icon
      * @param position int
@@ -76,7 +76,7 @@
     /**
      * Create a CompositeIcon from the specified Icons,
      * using the specified relative position and orientations.
-     * 
+     *
      * @param icon1 Icon
      * @param icon2 Icon
      * @param position int
@@ -170,7 +170,7 @@
 
     /**
      * Paints one icon in the specified rectangle with the given orientations.
-     * 
+     *
      * @param c Component
      * @param g Graphics
      * @param icon Icon

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/FieldLayout.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/FieldLayout.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/FieldLayout.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -30,7 +30,7 @@
  * Layout Components along with labels that describe them.
  * We ought to consider the Form layout idea that I dreamt
  * up earlier when considering updates to this.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/FixedSplitPane.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/FixedSplitPane.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/FixedSplitPane.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -218,7 +218,7 @@
 
     /**
      * Whether visible borders are hinted
-     * 
+     *
      * @return the divider border visiblity hint
      */
     public boolean isVisibleDividerBorder()
@@ -229,7 +229,7 @@
     /**
      * Set a hint whether the border should be visible or not.
      * Look and feels may ignore this.
-     * 
+     *
      * @param newVisibility
      */
     public void setVisibleDividerBorder(boolean newVisibility)

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/FontChooser.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/FontChooser.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/FontChooser.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -49,7 +49,7 @@
 /**
  * FontChooserBean allows the user to select a font in a similar way to a
  * FileSelectionDialog.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/GuiConvert.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/GuiConvert.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/GuiConvert.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -29,7 +29,7 @@
 
 /**
  * Conversions between various types and Strings.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/MapTableModel.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/MapTableModel.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/MapTableModel.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -37,7 +37,7 @@
  * interface we can't do the same - SO if you change the Map whilst
  * we are displaying it then don't expect the changes to be automatically
  * reflected in the JTable.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/Msg.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/Msg.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/Msg.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -25,7 +25,7 @@
 
 /**
  * Compile safe Msg resource settings.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/NudgeButton.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/NudgeButton.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/NudgeButton.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -32,7 +32,7 @@
 /**
  * A nudge button set based on this dialog -
  * even down to passing on edited source.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/NumericDocument.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/NumericDocument.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/NumericDocument.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -28,7 +28,7 @@
 /**
  * A numeric document simply extends document to refuse all non-numeric
  * data entered according to Character.isDigit.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/QuickHelpDialog.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/QuickHelpDialog.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/QuickHelpDialog.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -40,7 +40,7 @@
 
 /**
  * .
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
@@ -139,7 +139,7 @@
     }
 
     /**
-     * 
+     *
      */
     public final void close()
     {

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/StackTraceListModel.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/StackTraceListModel.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/StackTraceListModel.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -28,7 +28,7 @@
 
 /**
  * To itterate over the full function names.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/AbstractViewLayout.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/AbstractViewLayout.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/AbstractViewLayout.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -37,7 +37,7 @@
 
 /**
  * Abstract manager of how we layout views.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/Clearable.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/Clearable.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/Clearable.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -23,7 +23,7 @@
 
 /**
  * A Clearable object can be cleared and can be queried to see if it is cleared.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [ dmsmith555 at yahoo dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/LayoutType.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/LayoutType.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/LayoutType.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -30,7 +30,7 @@
  * <li>TDI - tabbed document interface.</li>
  * <li>MDI - multiple document interface (sub-windows)</li>
  * </ul>
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/MDIViewLayout.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/MDIViewLayout.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/MDIViewLayout.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -38,7 +38,7 @@
 /**
  * MDI (Multiple documet interface) manager of how we layout views
  * as sub-windows.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/TabPopupListener.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/TabPopupListener.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/TabPopupListener.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -31,7 +31,7 @@
 
 /**
  * A mouse listener for a tabbed pane that can display a popup menu.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [ dmsmith555 at yahoo dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/TabbedPanePanel.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/TabbedPanePanel.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/TabbedPanePanel.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -66,9 +66,9 @@
     }
 
     /**
-     * If we setBorder on this JPanel, the border width will be part of the insets. 
+     * If we setBorder on this JPanel, the border width will be part of the insets.
      * We return an insets of 0 so the child components will paint on top of the
-     * border. 
+     * border.
      */
     /* @Override */
     public Insets getInsets()

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/Titleable.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/Titleable.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/Titleable.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -25,7 +25,7 @@
 
 /**
  * A Titleable object has a title which may be gotten.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [ dmsmith555 at yahoo dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/ToolBar.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/ToolBar.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/ToolBar.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -47,7 +47,7 @@
  * <li>small/large icons</li>
  * <li>showing/hiding toolbar</li>
  * </ul>
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [ dmsmith555 at yahoo dot com]
@@ -221,7 +221,7 @@
 
     /**
      * Serialization support.
-     * 
+     *
      * @param is
      * @throws IOException
      * @throws ClassNotFoundException

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/ViewGenerator.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/ViewGenerator.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/ViewGenerator.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -27,7 +27,7 @@
  * A ViewGenerator is able to create an object which can be used as a view.
  * Typically it extends JPanel. Note, this design allows for only one kind
  * of view.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [ dmsmith555 at yahoo dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/ViewManager.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/ViewManager.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/ViewManager.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -43,7 +43,7 @@
  *
  * A ViewManager is an abstraction of a desktop that displays views
  * as tabs or sub-windows. All the views are of the same type.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/ViewVisitor.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/ViewVisitor.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/ViewVisitor.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -25,7 +25,7 @@
 
 /**
  * A visitor for views held by a layout.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [ dmsmith555 at yahoo dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/Viewable.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/Viewable.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/Viewable.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -29,7 +29,7 @@
 
 /**
  * Interface defining what is Viewable.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [ dmsmith555 at yahoo dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/event/TitleChangedEvent.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/event/TitleChangedEvent.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/event/TitleChangedEvent.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -25,7 +25,7 @@
 
 /**
  * 'thrown' to indicate that a View has a new title.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/event/TitleChangedListener.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/event/TitleChangedListener.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/event/TitleChangedListener.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -25,7 +25,7 @@
 
 /**
  * A listener for changes to a Views title.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/event/ViewEvent.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/event/ViewEvent.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/event/ViewEvent.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -26,7 +26,7 @@
 
 /**
  * An event that describes that something happened to a view.
- * 
+ *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [dmsmith555 at yahoo dot com]

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/plaf/WindowsBorderlessTabbedPaneUI.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/plaf/WindowsBorderlessTabbedPaneUI.java	2007-07-02 02:32:43 UTC (rev 1463)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/plaf/WindowsBorderlessTabbedPaneUI.java	2007-07-02 02:34:40 UTC (rev 1464)
@@ -41,7 +41,7 @@
 
     /**
      * Return the content border insets based on <CODE>tabPlacement</CODE>.
-     * E.g. 
+     * E.g.
      * <CODE>tabPlacement</CODE> = SwingConstants.TOP returns new Insets(1, 0, 0, 0)
      * <CODE>tabPlacement</CODE> = SwingConstants.RIGHT returns new Insets(0, 0, 0, 1)
      * @param tabPlacement tab placement of the tabbed pane




More information about the jsword-svn mailing list