On Wed, 12 Oct 2022 22:36:09 GMT, Alexander Matveev <almat...@openjdk.org> wrote:
>> Also minor: you can shorten the command lines by removing `javafx.base` and >> `javafx.graphics` from the list of added modules, since `javafx.controls` >> transiently requires them. > > Spelling fixed and javafx.base and javafx.graphics is removed. I do not think > that we need to worry about javadoc, since we do not generate it for this app. This is just a suggestion, really, especially if it is in test code. However, Eclipse IDE shows javadoc (something I routinely use, the javadoc tab is always open): <img width="945" alt="Screen Shot 2022-10-12 at 15 55 55" src="https://user-images.githubusercontent.com/107069028/195462859-1174e2ca-53cd-4f02-9ff3-bd989ccd2cdd.png"> ------------- PR: https://git.openjdk.org/jfx/pull/909