RFR: JDK-8329692 : Add more details to FrameStateTest.java test instructions [v2]
Harshitha Onkar
honkar at openjdk.org
Tue Apr 30 17:22:05 UTC 2024
On Tue, 30 Apr 2024 10:54:36 GMT, Tejesh R <tr at openjdk.org> wrote:
> One observation is that, after the updates the size of whole test window is slightly increased in height where the second Frame which has options is out of the window frame. When the taskbar is at bottom nothing seems to be visible.
> One option is to limit the instruction rows or to use `PassFailJFrame.splitUI` instead of `PassFailJFrame.splitUIBottom` (Offcourse in splitUI the second Frame occupies the whole screen length which is not required).
PassFailJFrame.splitUI is not a good option as it causes a lot of empty space in this case. I have reduced the log area instead.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19008#issuecomment-2086082905
More information about the client-libs-dev
mailing list