I don’t officially speak on this matter, nor will I attempt to answer your
question directly, as I’m unaware of any internal company efforts in this
area. However, it would be beneficial to have a centralized resource to
track ongoing efforts, ensuring we avoid duplicating work that might
otherwise
As title.
It seems that JavaFX is not fully compliant with Linux Wayland.
Is there an ETA for the complete wayland support?
Thanks
On Fri, 29 Nov 2024 17:00:42 GMT, Nir Lisker wrote:
> A small refactoring of the Dimension classes.
>
> * `com.sun.javafx.geom.Dimension` was removed and its uses were replaced by
> `com.sun.javafx.geom.Dimension2D`.
> * `com.sun.javafx.geom.Dimension2D` became a record.
> * `javafx.geometry.Di
Yeah, that AWT code is changed almost exactly the same way. Don't know
why they kept Vector, could be AWT specific reason that doesn't apply to
FX. Uncontested synchronized blocks should however be practically free,
so I don't think it's worth doing more than copying their changes.
--John
On 30
On Fri, 22 Nov 2024 18:07:14 GMT, Andy Goryachev wrote:
>> Incubating a new feature - rich text control, **RichTextArea**, intended to
>> bridge the functional gap with Swing and its StyledEditorKit/JEditorPane.
>> The main design goal is to provide a control that is complete enough to be
>> u
Hi,
I had this high on my list a couple of years ago, but because of XWayland I
didn't feel the urgent need to work on it, so it dropped a bit on my
priority list. Thiago did great experimental work in this area, and I
should raise Wayland higher on my list again. It's something I would love
to sp