se-edu / se-book

:book: Online Book: Software Engineering for Self-Directed Learners
https://se-edu.github.io/se-book/
42 stars 32 forks source link

javaFXBasic: Update to JavaFx 9 #62

Closed yamgent closed 6 years ago

yamgent commented 6 years ago
yamgent commented 6 years ago

some levels of addressbook uses module-info.java

We got rid of XMLs in addressbook-level2, so it does not use module-info.java.

However, it is still being used in addressbook-level3 and addressbook-level4, and this post https://github.com/se-edu/addressbook-level3/pull/148#issuecomment-412258351 seems to suggest the need to consider the modules (which can be solved with either setting the compiler options with Alt+Enter, or through module-info.java).