Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricemery/drawerpanefx
Drawer Pane library for JavaFx 8
https://github.com/ricemery/drawerpanefx
javafx
Last synced: 28 days ago
JSON representation
Drawer Pane library for JavaFx 8
- Host: GitHub
- URL: https://github.com/ricemery/drawerpanefx
- Owner: ricemery
- License: apache-2.0
- Created: 2016-12-23T02:13:17.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-01-29T17:13:39.000Z (about 7 years ago)
- Last Synced: 2024-11-13T16:44:36.961Z (3 months ago)
- Topics: javafx
- Language: Java
- Homepage:
- Size: 51.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DrawerPaneFx
![]()
![]()
![]()
## About
JavaFx layout Pane that provides supports for drawers
(pane containers) that slide in from the Top, Right, Bottom and Left.
The drawers can optionally be detached from the DrawerPane and floated
within their own window. Drawers can also be dragged between the
sides of the pane.
Sliding the drawers in/out is controlled with buttons on toolbars that
surround the DrawerPane on the Top, Right, Bottom and Left. The toolbars
can optionally be disabled/enabled independently. And, the toolbars
and buttons can be styled using CSS.
## Dependencies
* Logback - for logging.
* Icons from Icons8 - https://icons8.com - for the sample application.
## Requires
* Java 8 or newer.
## Usage
There is a sample application that shows usage of the DrawerPaneFx features - `com.chainstaysoftware.controls.drawerpanefx.DrawerPaneSampleApp.java`.