On Wed, 3 May 2023 20:34:46 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:
>> Andy Goryachev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> address review comments > > tests/manual/monkey/src/com/oracle/tools/fx/monkey/MonkeyTesterApp.java line > 194: > >> 192: StringBuilder sb = new StringBuilder(); >> 193: sb.append(" "); >> 194: sb.append(System.getProperty("javafx.runtime.version")); > > I would love to see more information in the status bar - especially if users > will submit screenshots as a proof of the fact for bugs having additional > information would be super nice. Already love the scale output, would love to > see the current window size in either logical or physical pixels and a > version of JVM in addition to the version of the JFX runtime - i think it > might be even more important if we would add the JFX/Swing interoperability > tests to this tool. If not in a status bar may be some sort of about menu > that reports all the details about the environment such as reported OS > version, number of displays, reported graphics mode with insets and such. And > i think that might be an RFE for later version of the tool. thank you for suggestions! added to https://bugs.openjdk.org/browse/JDK-8307176 ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1097#discussion_r1184250294