JDK 11 | JDK 17 | JDK 21 | JDK 23 | JDK 24 | JDK 8 |
---|---|---|---|---|---|
11.0.26-oracleFixed | 17.0.14-oracleFixed | 21.0.6-oracleFixed | 23.0.2Fixed | 24 b17Fixed | 8u441Fixed |
Relates :
|
|
Relates :
|
|
Relates :
|
It has become quite common to use the following code .rows((int) INSTRUCTIONS.lines().count() + 1) to set the number of rows for PassFailJFrame. This can be made the default. Examples of the files where the above is used: test/jdk/java/awt/print/PageFormat/Orient.java test/jdk/java/awt/print/PageFormat/SetOrient.java test/jdk/java/awt/print/PrinterJob/Cancel/PrinterJobCancel.java
|