| JDK 11 | JDK 17 | JDK 21 | JDK 25 | JDK 26 | JDK 8 |
|---|---|---|---|---|---|
| 11.0.31-oracleFixed | 17.0.19-oracleFixed | 21.0.11-oracleFixed | 25.0.3-oracleFixed | 26 b20Fixed | 8u491Fixed |
|
Relates :
|
JDK-8367348 added a new feature to handle links in the instructions. This required adding a new parameter to createInstructionUIPanel. If createInstructionUIPanel accepted the builder, there would've been no need to add a new parameter. Therefore, internals of PassFailJFrame should use the builder to keep its configuration options.
|