SE-1021 Software Engineering II 5/11/2019 SE-1021 Software Engineering II Week 5, Day 1 JavaFX Layouts (review) Exceptions (continued) Introduce Lab 5 Review for Half Exam 3 Tomorrow Half Exam 3 Demo Lab 4 Demo first milestone for Lab 5 SE-1021 Dr. Josiah Yoder Slide style: Dr. Hornick Dr. Josiah Yoder
Slide style: Dr. Hornick JavaFX Layouts Layouts we have looked at so far SE-2811 Dr. Josiah Yoder Slide style: Dr. Hornick https://dzone.com/refcardz/javafx-8-1
Sketchy ideas for previous half exam super(), super., abstract, protected, final, static, implements, extends, interface, @Override (vs overload) UML diagrams – composition vs. inheritance, implements vs. extends references to interface types – (implicit and explicit casting, legal and illegal casting), polymorphism (tracing code, writing code), references to shared or not shared memory JavaFX SE-2811 Dr. Josiah Yoder Slide style: Dr. Hornick
Sketchy ideas for this exam Some things from last exam JavaFX Events and Event Handlers Buttons, Labels, and Fields Panel Layouts FXML vs. code creation Anonymous Inner Classes Exceptions will be on Half Exam 4 SE-2811 Dr. Josiah Yoder Slide style: Dr. Hornick