Browse Source

add topics

mitm001 5 years ago
parent
commit
c2acc64c89
2 changed files with 3 additions and 7 deletions
  1. 0 6
      docs/modules/ROOT/pages/jme3.adoc
  2. 3 1
      docs/modules/tutorials/nav.adoc

+ 0 - 6
docs/modules/ROOT/pages/jme3.adoc

@@ -6,12 +6,6 @@
 :experimental:
 ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
-
-=== Graphical User Interface
-
-*  <<jme3/advanced/localization#,Localization>>
-*  <<jme3/advanced/swing_canvas#,Swing Canvas>>
-
 === Custom Rendering
 
 //*  <<jme3/advanced/jme3_forwardrendering#,Forward Rendering process>>

+ 3 - 1
docs/modules/tutorials/nav.adoc

@@ -47,4 +47,6 @@
 **** xref:advanced/articles/pbr/pbr_part1.adoc[PBR – Part one]
 **** xref:advanced/articles/pbr/pbr_part2.adoc[PBR – Part two]
 **** xref:advanced/articles/pbr/pbr_part3.adoc[PBR – Part three]
-** Java
+** Java Tips
+*** xref:advanced/java/localization.adoc[Localization]
+*** xref:advanced/java/swing_canvas.adoc[Swing Canvas]