fix whitespace
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 24 May 2008 16:42:14 +0000 (18:42 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 24 May 2008 16:42:14 +0000 (18:42 +0200)
src/net/pterodactylus/jsite/gui/AboutDialog.java
src/net/pterodactylus/jsite/gui/EditNodeDialog.java
src/net/pterodactylus/jsite/gui/FontComboBox.java
src/net/pterodactylus/jsite/gui/LogWindow.java

index a8ae223..cc337b2 100644 (file)
@@ -53,7 +53,7 @@ import net.pterodactylus.util.swing.SwingUtils;
 
 /**
  * An “about” dialog.
- *
+ * 
  * @author David ‘Bombe’ Roden &lt;bombe@freenetproject.org&gt;
  * @version $Id$
  */
@@ -86,7 +86,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
        /**
         * Creates a new “about” dialog.
-        *
+        * 
         * @param swingInterface
         *            The Swing interface
         */
@@ -142,7 +142,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
        /**
         * Creates the “about” page.
-        *
+        * 
         * @return The “about” page
         */
        private JComponent createAboutPage() {
@@ -183,7 +183,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
        /**
         * Creates the “license” page.
-        *
+        * 
         * @return The “license” page
         */
        private JComponent createLicensePage() {
@@ -208,7 +208,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
        /**
         * Loads the license text.
-        *
+        * 
         * @return The license text
         */
        private String loadLicenseText() {
@@ -265,7 +265,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
        /**
         * Container for a contributor.
-        *
+        * 
         * @author David ‘Bombe’ Roden &lt;bombe@freenetproject.org&gt;
         * @version $Id$
         */
@@ -282,7 +282,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
                /**
                 * Creates a new contributor.
-                *
+                * 
                 * @param name
                 *            The name of the contributor
                 * @param email
@@ -298,7 +298,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
                /**
                 * Returns the name of the contributor.
-                *
+                * 
                 * @return The name of the contributor
                 */
                String getName() {
@@ -307,7 +307,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
                /**
                 * Returns the email address of the contributor.
-                *
+                * 
                 * @return The email address of the contributor
                 */
                String getEmail() {
@@ -316,7 +316,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
                /**
                 * Returns the parts where the contributor helped.
-                *
+                * 
                 * @return The parts where the contributor helped
                 */
                String getPart() {
index 0fc21ce..3d46cf0 100644 (file)
@@ -44,7 +44,7 @@ import net.pterodactylus.util.swing.SwingUtils;
 
 /**
  * Dialog that lets the user edit the properties of a node.
- *
+ * 
  * @author David ‘Bombe’ Roden &lt;bombe@freenetproject.org&gt;
  * @version $Id$
  */
@@ -88,7 +88,7 @@ public class EditNodeDialog extends JDialog implements I18nable {
 
        /**
         * Creates a new node edit dialog with the given parent.
-        *
+        * 
         * @param parentDialog
         *            The parent dialog of this dialog
         */
@@ -108,7 +108,7 @@ public class EditNodeDialog extends JDialog implements I18nable {
 
        /**
         * Returns the user-given name of the node.
-        *
+        * 
         * @return The user-given name of the node
         */
        public String getNodeName() {
@@ -117,7 +117,7 @@ public class EditNodeDialog extends JDialog implements I18nable {
 
        /**
         * Sets the user-given name of the node.
-        *
+        * 
         * @param name
         *            The name of the node
         */
@@ -128,7 +128,7 @@ public class EditNodeDialog extends JDialog implements I18nable {
 
        /**
         * Returns the hostname of the node.
-        *
+        * 
         * @return The hostname of the node
         */
        public String getNodeHostname() {
@@ -137,7 +137,7 @@ public class EditNodeDialog extends JDialog implements I18nable {
 
        /**
         * Sets the hostname of the node.
-        *
+        * 
         * @param hostname
         *            The hostname of the node
         */
@@ -148,7 +148,7 @@ public class EditNodeDialog extends JDialog implements I18nable {
 
        /**
         * Returns the FCP port number of the node.
-        *
+        * 
         * @return The FCP port number of the node
         */
        public int getNodePort() {
@@ -157,7 +157,7 @@ public class EditNodeDialog extends JDialog implements I18nable {
 
        /**
         * Sets the FCP port number of the node.
-        *
+        * 
         * @param port
         *            The FCP port number of the node
         */
@@ -168,7 +168,7 @@ public class EditNodeDialog extends JDialog implements I18nable {
 
        /**
         * Returns whether the dialog was cancelled.
-        *
+        * 
         * @return <code>true</code> if the dialog was cancelled,
         *         <code>false</code> if the user clicked “okay”
         */
index 1dcb77e..02ec429 100644 (file)
@@ -32,7 +32,7 @@ import javax.swing.ListCellRenderer;
 /**
  * Combobox that displays a list of all available fonts, showing the name of the
  * font in the font itself.
- *
+ * 
  * @see GraphicsEnvironment#getAllFonts()
  * @author David ‘Bombe’ Roden &lt;bombe@freenetproject.org&gt;
  * @version $Id$
@@ -63,7 +63,7 @@ public class FontComboBox extends JComboBox {
 
        /**
         * The cell renderer for the font name cells.
-        *
+        * 
         * @author David ‘Bombe’ Roden &lt;bombe@freenetproject.org&gt;
         * @version $Id$
         */
index 0cd0a8f..c203664 100644 (file)
@@ -237,5 +237,5 @@ public class LogWindow extends JFrame implements LoggingListener, ActionListener
                }
 
        }
-       
+
 }