ADDITIONAL SYSTEM INFORMATION :
Windows 10 / JRE 25
A DESCRIPTION OF THE PROBLEM :
On 'jfx/modules/javafx.graphics/src/main/java/javafx/scene/layout/HBox.java' the JavaDoc of the HBox class has a code section with faulty formatting because of the missing quotation mark on line 59.
It looks like this:
new Label("Name:) but it should look like this:
new Label("Name:")
A small problem but worth mentioning.
            
Windows 10 / JRE 25
A DESCRIPTION OF THE PROBLEM :
On 'jfx/modules/javafx.graphics/src/main/java/javafx/scene/layout/HBox.java' the JavaDoc of the HBox class has a code section with faulty formatting because of the missing quotation mark on line 59.
It looks like this:
new Label("Name:) but it should look like this:
new Label("Name:")
A small problem but worth mentioning.
 P4
  P4