The Source for Java Technology Collaboration


Home | Changes | Index | Search | Go

SceneManagerAPI

The Scene Manager takes the place of the Window Manager in traditional 2D desktop systems. The Scene Manager interfaces with the display server through a well defined interface org.jdesktop.lg3d.scenemanager.DisplayServerManagerInterface. The Scene Manager loaded at runtime is controlled by the sceneManager property in the lgconfig file. The scene manager controls the entire look and feel of the lg3d platform, infact using your own scene manager it is possible to use the platform for applications other than a desktop.

The project currently includes the sample GlassySceneManager? which is reponsible for the lg3d desktop L&F seen today. We strongly encourage community members to experiment with other desktop metaphors or to enhance the current glassy design.

Topic SceneManagerAPI . { Edit | Ref-By | Printable | Diffs r1 | More }
 XML java.net RSS

Revision r1 - 23 Dec 2005 - 03:25:44 - Main.paulby
Parents: WebHome > ProjectLookingGlass > DocumentImprovementProjects > DocumentationPage