On Thu, 7 Apr 2022 22:59:33 GMT, lawrence.andrews wrote:
>> 1) Modified ManualTestFrame.java to support non SwingSet2 and this include
>> modification of SwingSetTest.java
>> 2) Added new TestJProgressBarAccessibility.java testcase that uses
>> ManualTestFrame
>> 3) Added timeout support in ca
On Thu, 7 Apr 2022 22:59:33 GMT, lawrence.andrews wrote:
>> 1) Modified ManualTestFrame.java to support non SwingSet2 and this include
>> modification of SwingSetTest.java
>> 2) Added new TestJProgressBarAccessibility.java testcase that uses
>> ManualTestFrame
>> 3) Added timeout support in ca
On Tue, 22 Mar 2022 15:14:34 GMT, lawrence.andrews
wrote:
>> Following methods are covered in this testcase
>> getAccessibleAction()
>> getAccessibleActionCount()
>> doAccessibleAction(int direction)
>>
>> @shurymury
>
> lawrence.andrews has updated the pull request incrementally with one
> a
On Mon, 25 Apr 2022 08:15:18 GMT, Toshio Nakamura wrote:
>> Japanese logical fonts are drawn with wrong size since Java 18.
>> It's triggered by JEP 400, UTF-8 by Default. `sun.awt.FontConfiguration`
>> (and `sun.awt.windows.WFontConfiguration`) seems to expect the native
>> encoding instead of
On Mon, 25 Apr 2022 08:15:18 GMT, Toshio Nakamura wrote:
>> Japanese logical fonts are drawn with wrong size since Java 18.
>> It's triggered by JEP 400, UTF-8 by Default. `sun.awt.FontConfiguration`
>> (and `sun.awt.windows.WFontConfiguration`) seems to expect the native
>> encoding instead of
This test case tests the functionality of `setAlwaysOnTop`.
Documentation on `setAlwaysOnTop`:
[Link](https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/java/awt/Window.html#setAlwaysOnTop(boolean))
The following test case was seen to fail on windows and linux platforms. With
the p
On Thu, 28 Apr 2022 23:11:20 GMT, Naoto Sato wrote:
>> Toshio Nakamura has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Moved the fix to WFontConfiguration
>
> The following diff seems to choose the right font:
>
> --- a/src/java.desktop
On Mon, 28 Mar 2022 20:43:47 GMT, Alexey Ivanov wrote:
>> Alisen Chung has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> scale stroke width at higher scalings
>
> What if we don't reset the scale to 1.0 and use a thicker stroke to draw
>
> Changed the drawing area to be increased by 0.5 on the left side to prevent
> clipping
Alisen Chung has updated the pull request incrementally with one additional
commit since the last revision:
updated test
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7449/files
This re-jigs some lines of code so that we do all the lookups of the arrays
before calling the GetPrimitiveArrayCritical on both of them together. Thereby
avoiding warnings about calling those other methods in that context.
-
Commit messages:
- 8278367
Changes: https://git.openjdk
On Wed, 27 Apr 2022 11:22:48 GMT, Manukumar V S wrote:
> This test verifies that showing a JPopupMenu shouldn't steal the focus out of
> current focused component..
> This fix moves an unstable closed test to open but updated to be more
> comprehensive in testing multiple Look and Feels and wit
BasicLookAndFeel, BasicProgressBarUI, GTKLookAndFeel tries to find property by
"ProgressBar.verticalSize" but the property defined in NimbusDefaults has a
typo "vertictalSize ".
Rectified the typo.
-
Commit messages:
- 8285962: NimbusDefaults has a typo in a L&F property
Changes:
On Mon, 2 May 2022 03:21:25 GMT, Tejesh R wrote:
>> In Button ToolTip, Mnemonic key string was shown only in Metal Look and
>> Feel, since the feature is implemented in it. In other L&F especially
>> Windows L&F the feature is not available. In order to make it available for
>> other L&F's, th
On Mon, 2 May 2022 05:03:40 GMT, Prasanta Sadhukhan
wrote:
> I believe you can migrate the closed test to open and iterate through all
> L&Fs and add that to the PR.
Means to Iterate through all L&F's and wait for specific amount of time for
user to validate and go on to next L&F...? Beca
The Test had been updated to use all Supported Look and Feel in closed repo.
The same has been moved to open repo.
-
Commit messages:
- Moved Test Case 4380543 from closed to open
- Merge branch 'master' of github.com:TejeshR13/jdk
- Merge branch 'openjdk:master' into master
- Me
On Mon, 2 May 2022 08:07:49 GMT, Tejesh R wrote:
> The Test had been updated to use all Supported Look and Feel in closed repo.
> The same has been moved to open repo.
This pull request has been closed without being integrated.
-
PR: https://git.openjdk.java.net/jdk/pull/8497
On Mon, 2 May 2022 08:23:15 GMT, Tejesh R wrote:
>> The Test had been updated to use all Supported Look and Feel in closed repo.
>> The same has been moved to open repo.
>
> Tejesh R has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Copyrigh
> The Test had been updated to use all Supported Look and Feel in closed repo.
> The same has been moved to open repo.
Tejesh R has updated the pull request incrementally with one additional commit
since the last revision:
Copyright Added
-
Changes:
- all: https://git.openjdk.
The Test had been updated to use all Supported Look and Feel in closed repo.
The same has been moved to open repo.
-
Commit messages:
- Moved Test Case 4380543 from closed to open
- Feature moved to ToolTipUI and updated MetalToolTipUI Accordingly
- Feature moved to ToolTipUI and
On Sun, 1 May 2022 19:31:01 GMT, Phil Race wrote:
> A tool checking for JNI errors complains that the call to
> JNU_NewStringPlatform(..)
> might throw an exception and subsequent JNI code isn't making sure of that.
> Clear the exception so the error handling code can do its thing.
src/java.des
20 matches
Mail list logo