Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mouse0w0/viewpane
Provide ViewPane control for JavaFX, like as the ToolWindowsPane of IntelliJ or the View of Eclipse.
https://github.com/mouse0w0/viewpane
javafx javafx-library
Last synced: 4 months ago
JSON representation
Provide ViewPane control for JavaFX, like as the ToolWindowsPane of IntelliJ or the View of Eclipse.
- Host: GitHub
- URL: https://github.com/mouse0w0/viewpane
- Owner: mouse0w0
- License: bsd-3-clause
- Created: 2020-10-25T07:09:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T03:35:50.000Z (almost 4 years ago)
- Last Synced: 2024-09-29T03:41:03.198Z (4 months ago)
- Topics: javafx, javafx-library
- Language: Java
- Homepage:
- Size: 181 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# viewpane
[![BSD-3 license](https://img.shields.io/badge/license-BSD--3-%230778B9.svg)](https://opensource.org/licenses/BSD-3-Clause)Provide ViewPane control for JavaFX, like as the ToolWindowsPane of IntelliJ or the View of Eclipse.
## Quick links
- [Example](src/test/java/com/github/mouse0w0/viewpane/example/ViewPaneExample.java)
- [Bug / Feature Tracking](https://github.com/Mouse0w0/viewpane/issues)## Images
![Example](image/example.png)