Friday 15.20-16.10

Add this session to your schedule

Every front-end developer knows the problem: the project you are working on requires a control that is not part of the standard library, which raises the question “How do I do a custom control myself?” This session will show you one way you can choose to create a custom control in JavaFX. It explains the internal structure of a JavaFX control (control, skin, behavior, Cascading Style Sheets). In addition, it shows the differences between a Java Swing component and a JavaFX control. Finally, it creates a small control in a drawing program and converts it into code, using various approaches such as SVG to FXML, FXG to FXML, and FXG to code.