JavaFX UI: iOS Style Toggle Switch
Channel:
Subscribers:
9,540
Published on ● Video Link: https://www.youtube.com/watch?v=maX5ymmQixM
In this tutorial we make a nice lightweight UI control - Toggle Switch and we are going to be model it based on iOS 8 style toggle switch.
Source code: https://github.com/AlmasB/FXTutorials/blob/master/src/com/almasb/ios/IOSApp.java
If you do want to achieve that shadow effect on the left image, you can do the following and maybe play around with shadow properties:
DropShadow shadow = new DropShadow();
shadow.setRadius(2);
trigger.setEffect(shadow);
Please complete this 3 question survey which takes less than 10 seconds https://www.surveymonkey.com/s/72626MD so I can improve the channel content
Other Videos By Almas Baim (AlmasB)
2015-12-23 | JavaFX: Animating Parametric Equations |
2015-12-10 | FXGL: Space Invaders + Achievement System |
2015-12-03 | JavaFX Game Development: Event Bus |
2015-11-21 | FXGL - Core Features 2 |
2015-11-20 | FXGL - Core Features |
2015-10-29 | Git: Simple Introduction |
2015-10-19 | JavaFX: Shapes, Animation, Lambda Expressions |
2015-09-25 | JavaFX Game: Minesweeper |
2015-09-24 | JavaFX FXGL: Basic Game Introduction |
2015-09-21 | JavaFX MVC + JDBC + DAO + DI: Library Loan System |
2015-09-13 | JavaFX UI: iOS Style Toggle Switch |
2015-09-03 | JavaFX on Android (Full Tutorial) |
2015-09-01 | JavaFX Software: Chat (Server-Client) |
2015-08-23 | JavaFX Software: File Downloader (Threads) |
2015-08-21 | JavaFX Game Tutorial: Bejeweled (Stream API) |
2015-08-18 | JavaFX Game Development: Particle System |
2015-08-05 | JavaFX Game Development: Games Architecture |
2015-08-01 | JavaFX Software Tutorial: Calculator (MVC) |
2015-07-29 | JavaFX Game Tutorial: Millionaire |
2015-07-23 | JavaFX Game Tutorial: TicTacToe |
2015-07-18 | JavaFX Game Tutorial: Memory Puzzle |
Tags:
java
java programming tutorial
java game tutorial
game tutorial for beginners
java for beginners
very simple game tutorial
javafx game tutorial
javafx
javafx tutorial
javafx game development
java game development
IOS (Operating System)
javafx custom control
javafx toggle switch
simple javafx
javafx ios
javafx ui
javafx for beginners