On Tue, 30 Apr 2024 10:54:36 GMT, Tejesh R <t...@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