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)
TobbleButton by JavaFX2
Repository from Github https://github.com63rabbits/javaFX2toggleButton
TobbleButton by JavaFX2.
Indicates the state of the button by ON / OFF. Process in the following three ways.