RFR: 8350316: Create implementation of NSAccessibilityProgressIndicator protocol

2025-04-27 Thread Alexander Zuev
Initial implementation. In order to implement progress indicator the group accessibility protocol has to be implemented too so this is also a fix for 8351773. There are commented out sections that can be used to verify the functionality of the code since it has to behave exactly in the same way

RichTextArea: how to set wavy underline using CSS?

2025-04-27 Thread PavelTurk
RichParagraph.Builder has public RichParagraph.Builder addWavyUnderline(int start, int length, Color color) method. However, I can't find a way how to make a wavy underline via CSS. It is very important for me because I want to makeĀ all styling via CSS - I don't want to make users use different

Re: RFR: 8354943: [Linux] Simplify and update glass gtk backend: window sizing, positioning, and state management issues [v9]

2025-04-27 Thread Thiago Milczarek Sayao
On Sat, 26 Apr 2025 19:01:13 GMT, Thiago Milczarek Sayao wrote: >> This is a continuation to >> [JDK-8236651](https://bugs.openjdk.org/browse/JDK-8236651) and it aims to >> stabilize the linux glass gtk backend. >> >> >> Overall, it has been made more robust within its scope, particularly in