You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part 4 of the JavaFX tutorial first introduces the problems of implementing JavaFX in just Java alone. Problem 1 can be elaborated on, providing evidence to allow readers to understand why it is a problem more clearly:
The Main class attempts to do it all. Code for visual tweaks, listeners and even utility methods are all in one file. This makes it difficult to find and make changes to existing code.
That is, perhaps we could add the Main class code that was implemented by Part 4 in the tutorial into a dropdown. This way, students can expand the panel and see the code, with further explanations.
The text was updated successfully, but these errors were encountered:
gongg21
changed the title
[JavaFX Tutorial]
[JavaFX Tutorial] Further elaboration on Problem 1 in Part 4
Sep 28, 2024
gongg21
changed the title
[JavaFX Tutorial] Further elaboration on Problem 1 in Part 4
[JavaFX Tutorial] Further elaboration on problem 1 in part 4
Sep 28, 2024
Part 4 of the JavaFX tutorial first introduces the problems of implementing JavaFX in just Java alone. Problem 1 can be elaborated on, providing evidence to allow readers to understand why it is a problem more clearly:
That is, perhaps we could add the
Main
class code that was implemented by Part 4 in the tutorial into a dropdown. This way, students can expand the panel and see the code, with further explanations.The text was updated successfully, but these errors were encountered: