On Mon, 17 Jan 2022 14:55:46 GMT, Alexey Ivanov wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Typo fix
>
> src/java.desktop/share/classes/javax/swing/package-info.java line 139:
>
>> 137: * https://do
> Fixed the broken link with appropriate link to swing document.
Prasanta Sadhukhan has updated the pull request incrementally with one
additional commit since the last revision:
Fix other links
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7104/files
- new: https:/
On Fri, 14 Jan 2022 17:31:09 GMT, Aleksandr Veselov
wrote:
>> Perform scaling while converting sizes and coordinates to provide correct
>> positions of accessible elements on HiDPI screen and make hit-test work
>> properly. It uses FontRenderContext to receive display scale without API
>> cha
On Fri, 14 Jan 2022 17:34:11 GMT, Aleksandr Veselov
wrote:
> I've fixed receiving GC at given point and now hit-test and frame bounds seem
> to be calculated correctly. But it looks like NVDA does not work correctly
> with different DPI on the second display, so it (at least v. 2021.3.1) has t
On Fri, 14 Jan 2022 17:31:09 GMT, Aleksandr Veselov
wrote:
>> Perform scaling while converting sizes and coordinates to provide correct
>> positions of accessible elements on HiDPI screen and make hit-test work
>> properly. It uses FontRenderContext to receive display scale without API
>> cha
On Mon, 17 Jan 2022 14:32:59 GMT, Prasanta Sadhukhan
wrote:
>> Fixed the broken link with appropriate link to swing document.
>
> Prasanta Sadhukhan has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Typo fix
Marked as reviewed by aivanov (R
On Mon, 17 Jan 2022 13:31:27 GMT, Kevin Rushforth wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Typo fix
>
> src/java.desktop/share/classes/javax/swing/package-info.java line 135:
>
>> 133: * please see:
On Mon, 17 Jan 2022 14:30:08 GMT, Prasanta Sadhukhan
wrote:
>> Fixed the broken link with appropriate link to swing document.
>
> Prasanta Sadhukhan has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Typo fix
Marked as reviewed by kcr (Autho
> Fixed the broken link with appropriate link to swing document.
Prasanta Sadhukhan has updated the pull request incrementally with one
additional commit since the last revision:
Typo fix
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7104/files
- new: https://git.op
On Mon, 17 Jan 2022 13:33:01 GMT, Kevin Rushforth wrote:
> ...you have a typo in the HTML link.
I see that the GitHub actions run failed for the same reason.
-
PR: https://git.openjdk.java.net/jdk/pull/7104
On Mon, 17 Jan 2022 06:25:59 GMT, Prasanta Sadhukhan
wrote:
> Fixed the broken link with appropriate link to swing document.
This looks like a good replacement, but you have a typo in the HTML link. Once
fixed, please run `make docs` and check the generated html page.
src/java.desktop/share/c
On Tue, 11 Jan 2022 20:58:05 GMT, Alisen Chung wrote:
>> Adjusted the AquaLF scrollbar to account for border inset settings when
>> dragging the thumb and clicking on the track.
>
> Alisen Chung has updated the pull request incrementally with one additional
> commit since the last revision:
>
On Thu, 28 Oct 2021 08:27:44 GMT, Masanori Yano wrote:
>> Could you please review the 8275715 bug fixes?
>>
>> I think D3DScreenUpdateManager posts unnecessary PaintEvent during
>> processing PaintEvent. When the validate method is called from
>> createGraphics, repaintPeerTarget should not be
On Thu, 13 Jan 2022 08:39:04 GMT, Andrey Turbanov wrote:
>> Method `Class.isAssignableFrom` is often used in form of:
>>
>> if (clazz.isAssignableFrom(obj.getClass())) {
>> Such condition could be simplified to more shorter and performarnt code
>>
>> if (clazz.isInstance(obj)) {
>>
14 matches
Mail list logo