2
0
Эх сурвалжийг харах

Update screen.adoc

Removed broken links.
mitm001 9 жил өмнө
parent
commit
28f6831cec

+ 2 - 23
src/docs/asciidoc/jme3/contributions/tonegodgui/screen.adoc

@@ -10,7 +10,7 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
 == The Screen Class
 == The Screen Class
 
 
-You can create a screen using one of the two provided constructors as shown in the <<jme3/contributions/tonegodgui/quickstart#,Quick Start Guide>>.+
+You can create a screen using one of the two provided constructors as shown in the <<jme3/contributions/tonegodgui/quickstart#,Quick Start Guide>>.
 
 
 [source,java]
 [source,java]
 ----
 ----
@@ -41,8 +41,7 @@ screen.setUseCustomCursors(true);
 
 
 ----
 ----
 
 
-You can disable and re-enable custom cursors at any point, but they must be initialized with the screen to be loaded.+
-+
+You can disable and re-enable custom cursors at any point, but they must be initialized with the screen to be loaded.
 
 
 Cursor Effects can be enabled/disabled at anytime by calling:
 Cursor Effects can be enabled/disabled at anytime by calling:
 
 
@@ -53,13 +52,6 @@ screen.setUseCursorEffects(boolean useCursorEffects);
 
 
 ----
 ----
 
 
-
-[NOTE]
-====
-More info on: <<jme3/contributions/tonegodgui/cursoreffects#,Cursor Effects>>.
-====
-
-
 Tool Tips can be enabled/disabled at anytime by calling:
 Tool Tips can be enabled/disabled at anytime by calling:
 
 
 [source,java]
 [source,java]
@@ -69,13 +61,6 @@ screen.setUseToolTips(boolean useToolTips);
 
 
 ----
 ----
 
 
-
-[NOTE]
-====
-More info on: <<jme3/contributions/tonegodgui/tooltips#,Tool Tips>>.
-====
-
-
 Audio can be enabled/disabled at anytime by calling:
 Audio can be enabled/disabled at anytime by calling:
 
 
 [source,java]
 [source,java]
@@ -86,12 +71,6 @@ screen.setUseUIAudio(boolean useUIAudio);
 ----
 ----
 
 
 
 
-[NOTE]
-====
-More info on: <<jme3/contributions/tonegodgui/audio#,Audio Support>>.
-====
-
-
 
 
 === Application quick references methods:
 === Application quick references methods: