diff options
author | Joshua Slack <[email protected]> | 2017-09-25 14:05:09 -0500 |
---|---|---|
committer | Joshua Slack <[email protected]> | 2017-09-25 14:05:09 -0500 |
commit | e647796e2aef9a2088baab606520e7c32aacc03f (patch) | |
tree | 45cd75db5617444db5c53e01028ad99cb0dfbf9a /ardor3d-examples/src/main/resources | |
parent | eda65808065627ce66c77768e4d71ea35120b527 (diff) |
Simplified UIPopupMenu to extend UIContainer instead of UIFrame.
Updated UIMenuItem to simplify adding nested menus
Updated UIPieMenu to extend UIPopupMenu, to make it easier to reuse menu code.
Added new UI example showing off hierarchical Popup and Pie menus
Diffstat (limited to 'ardor3d-examples/src/main/resources')
-rw-r--r-- | ardor3d-examples/src/main/resources/com/ardor3d/example/i18n/example_descriptions.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ardor3d-examples/src/main/resources/com/ardor3d/example/i18n/example_descriptions.properties b/ardor3d-examples/src/main/resources/com/ardor3d/example/i18n/example_descriptions.properties index fad9b46..5ba0fbf 100644 --- a/ardor3d-examples/src/main/resources/com/ardor3d/example/i18n/example_descriptions.properties +++ b/ardor3d-examples/src/main/resources/com/ardor3d/example/i18n/example_descriptions.properties @@ -85,5 +85,6 @@ com.ardor3d.example.terrain.ShapesPlusProceduralTerrainExample=Example showing t com.ardor3d.example.terrain.TerrainWaterExample=Example showing how to combine the terrain and water systems. Requires GLSL support. com.ardor3d.example.terrain.ZupTerrainExample=Example showing the Geometry Clipmap Terrain system with 'MegaTextures' using Z-Up. This is done by flipping the terrain system from y-up to z-up and inverting interactions with it back to the y-up terrain coordinate space. Requires GLSL support. com.ardor3d.example.ui.BMTextExample=Illustrates how to modify text properties (e.g. font, color, alignment) and display on a canvas. +com.ardor3d.example.ui.PopOverUIExample=Illustrates the use of Popup and Pie menus. com.ardor3d.example.ui.RotatingUIExample=Illustrates how to display and move GUI primitatives (e.g. RadioButton, Lable, TabbedPane) on a canvas. com.ardor3d.example.ui.SimpleUIExample=Illustrates how to display GUI primitatives (e.g. RadioButton, Lable, TabbedPane) on a canvas. |