]> git.mxchange.org Git - jcore-swing.git/commitdiff
Auto-formatted whole project
authorRoland Haeder <roland@mxchange.org>
Fri, 9 Oct 2015 19:39:16 +0000 (21:39 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 9 Oct 2015 19:39:16 +0000 (21:39 +0200)
nbproject/project.xml
src/org/mxchange/jcoreswing/client/gui/ClientFrame.java

index 9677eed5847a771ae802f285a5614667968aa701..1a27ca2cf3d45bfb65c88ded5b056c6466f233a0 100644 (file)
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://www.netbeans.org/ns/project/1">
-    <type>org.netbeans.modules.java.j2seproject</type>
-    <configuration>
-        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
-            <name>jcore-swing</name>
-            <source-roots>
-                <root id="src.dir"/>
-            </source-roots>
-            <test-roots>
-                <root id="test.src.dir"/>
-            </test-roots>
-        </data>
-        <libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
-            <definitions>.\lib\nblibraries.properties</definitions>
-        </libraries>
-    </configuration>
+       <type>org.netbeans.modules.java.j2seproject</type>
+       <configuration>
+               <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
+                       <name>jcore-swing</name>
+                       <source-roots>
+                               <root id="src.dir"/>
+                       </source-roots>
+                       <test-roots>
+                               <root id="test.src.dir"/>
+                       </test-roots>
+               </data>
+               <libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
+                       <definitions>.\lib\nblibraries.properties</definitions>
+               </libraries>
+       </configuration>
 </project>
index a69c75e68d688d96bc9eed683907bd2d0043c3e2..710c0cd1694eda5519ddc5fe41226a7edce94cb1 100644 (file)
@@ -51,6 +51,7 @@ public interface ClientFrame extends FrameworkInterface {
         * call this method.
         * <p>
         * @param client Client instance
+        * <p>
         * @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
         * <p>
-        * @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;