Re: RFR: JDK-8290469: Add new positioning options to PassFailJFrame test framework [v7]

2022-08-11 Thread Harshitha Onkar
On Thu, 11 Aug 2022 20:36:48 GMT, Alexey Ivanov wrote: >> Harshitha Onkar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> helper method added to sync location > > test/jdk/java/awt/regtesthelpers/PassFailJFrame.java line 313: > >> 311:

Re: RFR: JDK-8290469: Add new positioning options to PassFailJFrame test framework [v7]

2022-08-11 Thread Alexey Ivanov
On Fri, 5 Aug 2022 23:50:57 GMT, Harshitha Onkar wrote: >> Additional position setting (TOP_LEFT_CORNER) and a method to obtain bounds >> of test instruction frame are added to PassFailJFrame to handle positioning >> of multiple test frames. >> >> In scenarios where multiple test windows might

Re: RFR: JDK-8290469: Add new positioning options to PassFailJFrame test framework [v7]

2022-08-05 Thread Harshitha Onkar
> Additional position setting (TOP_LEFT_CORNER) and a method to obtain bounds > of test instruction frame are added to PassFailJFrame to handle positioning > of multiple test frames. > > In scenarios where multiple test windows might be present, the test windows > might overlap the instruction