https://github.com/63rabbits/javafx2togglebutton
TobbleButton by JavaFX2
https://github.com/63rabbits/javafx2togglebutton
javafx-gui togglebutton
Last synced: 9 months ago
JSON representation
TobbleButton by JavaFX2
- Host: GitHub
- URL: https://github.com/63rabbits/javafx2togglebutton
- Owner: 63rabbits
- License: mit
- Created: 2019-05-05T08:08:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T06:42:47.000Z (almost 5 years ago)
- Last Synced: 2025-03-02T21:42:29.469Z (about 1 year ago)
- Topics: javafx-gui, togglebutton
- Language: Java
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# javaFX2toggleButton
TobbleButton by JavaFX2.
Indicates the state of the button by ON / OFF.
Process in the following three ways.
* Event Handler
* Bind(High-level API) ... It can not be realized by this method.
* Bind(Low-level API)
