Re: RFR: 8353668: Rename internal c.s.javafx.text.TextLine class

2025-04-05 Thread Andy Goryachev
On Thu, 3 Apr 2025 19:39:35 GMT, Michael Strauß wrote: >> This minor change renames an internal `com.sun.javafx.text.TextLine` to >> `PrismTextLine`. >> This class implements `com.sun.javafx.scene.text.TextLine` interface, also >> internal, for the purpose of reducing confusion and avoiding FQC

Re: RFR: 8353668: Rename internal c.s.javafx.text.TextLine class

2025-04-03 Thread Michael Strauß
On Thu, 3 Apr 2025 18:01:07 GMT, Andy Goryachev wrote: > This minor change renames an internal `com.sun.javafx.text.TextLine` to > `PrismTextLine`. > This class implements `com.sun.javafx.scene.text.TextLine` interface, also > internal, for the purpose of reducing confusion and avoiding FQCN. >

RFR: 8353668: Rename internal c.s.javafx.text.TextLine class

2025-04-03 Thread Andy Goryachev
This minor change renames an internal `com.sun.javafx.text.TextLine` to `PrismTextLine`. This class implements `com.sun.javafx.scene.text.TextLine` interface, also internal, for the purpose of reducing confusion and avoiding FQCN. This change is completely transparent to the application develope