Преглед на файлове

Update window.adoc

Removed unneeded new line breaks.
mitm001 преди 9 години
родител
ревизия
b2bb46761d
променени са 1 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 5 5
      src/docs/asciidoc/jme3/contributions/tonegodgui/window.adoc

+ 5 - 5
src/docs/asciidoc/jme3/contributions/tonegodgui/window.adoc

@@ -10,11 +10,11 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
 == Window Class
 == Window Class
 
 
-The window class provides a movable, resizable window with a Drag Bar.+
-+
+The window class provides a movable, resizable window with a Drag Bar.
+
 It provides the 3 standard constructors as shown in the <<jme3/contributions/tonegodgui/quickstart#,Quick Start Guide>>.
 It provides the 3 standard constructors as shown in the <<jme3/contributions/tonegodgui/quickstart#,Quick Start Guide>>.
 
 
-*Constructor 1:*+
+*Constructor 1:*
 
 
 [source,java]
 [source,java]
 ----
 ----
@@ -29,7 +29,7 @@ Window win = new Window(screen, “win”, new Vector2f(15, 15));
 
 
 ----
 ----
 
 
-*Constructor 2:*+
+*Constructor 2:*
 
 
 [source,java]
 [source,java]
 ----
 ----
@@ -43,7 +43,7 @@ Window win = new Window(screen, “win”, new Vector2f(15, 15),
 
 
 ----
 ----
 
 
-*Constructor 3:*+
+*Constructor 3:*
 
 
 [source,java]
 [source,java]
 ----
 ----