 |
Home | Changes | Index | Search | Go
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.
|