Skip to content

Commit 229e84f

Browse files
authored
Create README.md
1 parent 76c637d commit 229e84f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# javaFX2toggleButton
2+
3+
TobbleButton by JavaFX2.
4+
5+
Indicates the state of the button by ON / OFF.
6+
Process in the following three ways.
7+
8+
* Event Handler
9+
* Bind(High-level API) ... It can not be realized by this method.
10+
* Bind(Low-level API)
11+
12+
![javaFX2toggleButton](/javaFX2toggleButton.png)

0 commit comments

Comments
 (0)