On Thu, 4 Feb 2021 22:49:23 GMT, Gerard Ziemski wrote:
>> Anton Kozlov has updated the pull request incrementally with six additional
>> commits since the last revision:
>>
>> - Merge remote-tracking branch 'origin/jdk/jdk-macos' into jdk-macos
>> - Add comments to WX transitions
>>
>>
This test was timing out in windows in mach5 nightly testing. Investigation
reveals that 70% of the time, it is failing due to printer being chosen was
Microsoft Print to PDF which opens up a File Save Dialog when "OK" was clicked
in printer pagedialog. Since no user intervention is done to dism
On Mon, 15 Feb 2021 12:44:28 GMT, Prasanta Sadhukhan
wrote:
>> The API doc for Graphics2D.clip(shape s) claims that passing a null argument
>> would actually clear the existing clipping area, which is incorrect.
>> This statement is applicable only to G2D.setClip() and not for the clip()
>> me