|
|
@@ -15,7 +15,7 @@ The Panel class extends Element and, like the Label class, it’s only purpose i
|
|
|
. The 3 standard constructors as shown in the <<jme3/contributions/tonegodgui/quickstart#,Quick Start Guide>>
|
|
|
. Default style information
|
|
|
|
|
|
-*Constructor 1:*+
|
|
|
+*Constructor 1:*
|
|
|
|
|
|
[source,java]
|
|
|
----
|
|
|
@@ -30,7 +30,7 @@ Panel panel = new Panel(screen, “panel”, new Vector2f(15, 15));
|
|
|
|
|
|
----
|
|
|
|
|
|
-*Constructor 2:*+
|
|
|
+*Constructor 2:*
|
|
|
|
|
|
[source,java]
|
|
|
----
|
|
|
@@ -44,7 +44,7 @@ Panel panel = new Panel(screen, “panel”, new Vector2f(15, 15),
|
|
|
|
|
|
----
|
|
|
|
|
|
-*Constructor 3:*+
|
|
|
+*Constructor 3:*
|
|
|
|
|
|
[source,java]
|
|
|
----
|