Lemur-Window
An implementation of windows using the Lemur framework.
- Draggable, restricting movement to within the constraints of the camera dimensions.
- Minimize, Maximize and Close TitleBar buttons.
- Close button can be overridden with the
boolean windowClosing()
event. - Built-In Dialog functions.
- Automatic z-indexing.
JCenter Dependency
repositories {
jcenter()
}
dependencies {
implementation 'com.jayfella:lemur-window:1.0.1'
}
Example Useage
The test class outlines all of these abilities.
https://github.com/jayfella/lemur-window/blob/master/src/test/java/TestWindowManager.java