From: Roland Haeder Date: Fri, 9 Oct 2015 19:39:16 +0000 (+0200) Subject: Auto-formatted whole project X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d54b76cbe66cd2844fb927e75870a920868fc08a;p=jcore-swing.git Auto-formatted whole project --- diff --git a/nbproject/project.xml b/nbproject/project.xml index 9677eed..1a27ca2 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -1,18 +1,18 @@ - org.netbeans.modules.java.j2seproject - - - jcore-swing - - - - - - - - - .\lib\nblibraries.properties - - + org.netbeans.modules.java.j2seproject + + + jcore-swing + + + + + + + + + .\lib\nblibraries.properties + + diff --git a/src/org/mxchange/jcoreswing/client/gui/ClientFrame.java b/src/org/mxchange/jcoreswing/client/gui/ClientFrame.java index a69c75e..710c0cd 100644 --- a/src/org/mxchange/jcoreswing/client/gui/ClientFrame.java +++ b/src/org/mxchange/jcoreswing/client/gui/ClientFrame.java @@ -51,6 +51,7 @@ public interface ClientFrame extends FrameworkInterface { * call this method. *

* @param client Client instance + *

* @throws java.io.IOException If an IO error was found */ public void setupFrame (final Client client) throws IOException; @@ -58,7 +59,8 @@ public interface ClientFrame extends FrameworkInterface { /** * Initializes frame *

- * @throws org.mxchange.jcore.exceptions.FrameAlreadyInitializedException If this method has been called twice + * @throws org.mxchange.jcore.exceptions.FrameAlreadyInitializedException If + * this method has been called twice */ public void init () throws FrameAlreadyInitializedException;