On Fri, 11 Aug 2023 17:19:40 GMT, Alexander Zvegintsev
wrote:
> Right now, each call to getPixelColor/createScreenCapture opens and closes a
> ScreenCast session.
> When there are many such calls in a row, it becomes a rather time-consuming
> operation.
>
> For example,
>
>
> for (int i =
On Fri, 11 Aug 2023 13:48:37 GMT, Damon Nguyen wrote:
>> Alisen Chung has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> removed debug statements
>
> src/java.desktop/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java line
> 674:
>
>> 6
On Fri, 11 Aug 2023 17:19:40 GMT, Alexander Zvegintsev
wrote:
> Right now, each call to getPixelColor/createScreenCapture opens and closes a
> ScreenCast session.
> When there are many such calls in a row, it becomes a rather time-consuming
> operation.
>
> For example,
>
>
> for (int i =
Right now, each call to getPixelColor/createScreenCapture opens and closes a
ScreenCast session.
When there are many such calls in a row, it becomes a rather time-consuming
operation.
For example,
for (int i = 0; i < 50; i++) {
for (int j = 0; j < 50; j++) {
robot.getPixelColor(i,
Hello
On 8/2/23, client-libs-dev-requ...@openjdk.org
wrote:
> Send client-libs-dev mailing list submissions to
> client-libs-dev@openjdk.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://mail.openjdk.org/mailman/listinfo/client-libs-dev
> or, via email, send
On Fri, 11 Aug 2023 05:03:28 GMT, lawrence.andrews wrote:
>> 1) Used builder pattern
>> 2) Tested AWT tests and it passed
>
> lawrence.andrews has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Changed enableScreenCapture to screenCapture
LG
> This is referenced in Java Bug Database as
> - [JDK-8293776 : Adds CSS 4 and 8 digits hex coded
> Color](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8293776)
>
> This is tracked in JBS as
> - [JDK-8293776 : Adds CSS 4 and 8 digits hex coded
> Color](https://bugs.openjdk.java.net/brow
On Tue, 16 May 2023 17:56:04 GMT, Artem Semenov wrote:
>> This enhancement covers basic API and shared code that should be implemented
>> for the Accessibility Announcement feature.
>>
>> CSR [JDK-8304499](https://bugs.openjdk.org/browse/JDK-8304499
>> "bugs.openjdk.org")
>>
>> @mrserb @prrac
On Thu, 10 Aug 2023 23:51:29 GMT, Alisen Chung wrote:
>> Swapped order of showing frame and managing extended frame state.
>
> Alisen Chung has updated the pull request incrementally with one additional
> commit since the last revision:
>
> removed debug statements
I didn't see in the file h
On Fri, 11 Aug 2023 05:03:28 GMT, lawrence.andrews wrote:
>> 1) Used builder pattern
>> 2) Tested AWT tests and it passed
>
> lawrence.andrews has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Changed enableScreenCapture to screenCapture
Lo
On Wed, 9 Aug 2023 06:30:08 GMT, Thomas Stuefe wrote:
>> This is a weird one, but in awt we #define malloc Do_Not_Use_Malloc... And
>> so on. Without this reordering awt_ole.h (which includes comdef.h) also uses
>> the redefined malloc somewhere (I could not find where in comip.h that it's
>>
11 matches
Mail list logo