Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 288 Bytes

File metadata and controls

12 lines (8 loc) · 288 Bytes

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)

javaFX2toggleButton