JDK 11 | JDK 17 | JDK 21 | JDK 23 | JDK 8 |
---|---|---|---|---|
11.0.25-oracleFixed | 17.0.13-oracleFixed | 21.0.5Fixed | 23 b11Fixed | 8u431Fixed |
Blocks :
|
|
Blocks :
|
|
Blocks :
|
|
Relates :
|
Advantage of using JSplitPane to design manual test framework: No need to manually position the instruction frame and then the test window, as it will be one window - JSplitPane Entire window (test + instruction frame) need to be positioned only once. With this change, we might no longer need positionTestWindow() method, additionally the framework code will be simple and straightforward.
|