On Wed, 3 May 2023 20:33:30 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

>> Monkey Tester - a JavaFX application designed to support manual ad-hoc 
>> testing of individual JavaFX controls.  Unlike Ensemble, the goal of this 
>> application is to facilitate manual testing rather than demonstrate the 
>> capabilities of JavaFX.
>> 
>> Feedback and suggestions are always welcome.
>> 
>> ![screenshot](https://user-images.githubusercontent.com/107069028/232911797-3d02da68-ce11-419e-8f16-c2661b778f9c.png)
>
> 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.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1097#discussion_r1184230970

Reply via email to