Explorar o código

Update dial.adoc

Removed unneeded new line breaks.
mitm001 %!s(int64=9) %!d(string=hai) anos
pai
achega
343c8d4ac1
Modificáronse 1 ficheiros con 5 adicións e 4 borrados
  1. 5 4
      src/docs/asciidoc/jme3/contributions/tonegodgui/dial.adoc

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

@@ -16,8 +16,7 @@ The Dial class provides:
 
 
 The Dial class provides the standard 3 common constructors as sown in the <<jme3/contributions/tonegodgui/quickstart#,Quick Start Guide>>.
 The Dial class provides the standard 3 common constructors as sown in the <<jme3/contributions/tonegodgui/quickstart#,Quick Start Guide>>.
 
 
-+
-*Constructor 1:*+
+*Constructor 1:*
 
 
 [source,java]
 [source,java]
 ----
 ----
@@ -32,7 +31,7 @@ Dial dial = new Dial(screen, “dial”, new Vector2f(15, 15));
 
 
 ----
 ----
 
 
-*Constructor 2:*+
+*Constructor 2:*
 
 
 [source,java]
 [source,java]
 ----
 ----
@@ -46,7 +45,7 @@ Dial dial = new Dial(screen, “dial”, new Vector2f(15, 15),
 
 
 ----
 ----
 
 
-*Constructor 3:*+
+*Constructor 3:*
 
 
 [source,java]
 [source,java]
 ----
 ----
@@ -64,6 +63,7 @@ Dial dial = new Dial(screen, “dial”, new Vector2f(15, 15), new Vector2f(35,
 ----
 ----
 
 
 
 
+
 === Abstract Event Methods:
 === Abstract Event Methods:
 
 
 [source,java]
 [source,java]
@@ -74,6 +74,7 @@ public void onChange(int selectedIndex, String value);
 ----
 ----
 
 
 
 
+
 === Methods specific to the Dial class:
 === Methods specific to the Dial class:
 
 
 [source,java]
 [source,java]