Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JavaFX Tutorial] Further elaboration on problem 1 in part 4 #92

Open
gongg21 opened this issue Sep 28, 2024 · 0 comments
Open

[JavaFX Tutorial] Further elaboration on problem 1 in part 4 #92

gongg21 opened this issue Sep 28, 2024 · 0 comments

Comments

@gongg21
Copy link

gongg21 commented 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:

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.

@gongg21 gongg21 changed the title [JavaFX Tutorial] [JavaFX Tutorial] Further elaboration on Problem 1 in Part 4 Sep 28, 2024
@gongg21 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant