Want ability to manage individual blocks of text inside a TextArea as if they were a Node. For example, if a TextArea contained the text:
"The quick brown fox jumps over the lazy dog"
Want the ability to perform the following effects:
- Animate "fox" with some change in foreground color
- Animate "dog" with some different change in foreground color
- Zoom in on "brown" with some fisheye zoom effect
- Animate "jumps" with some other word in another TextArea
"The quick brown fox jumps over the lazy dog"
Want the ability to perform the following effects:
- Animate "fox" with some change in foreground color
- Animate "dog" with some different change in foreground color
- Zoom in on "brown" with some fisheye zoom effect
- Animate "jumps" with some other word in another TextArea
- relates to
-
JDK-8300569 ☂ Missing APIs related to rich text control
- In Progress
-
JDK-8100566 Multi-line, multi-style, rich text support
- Closed
-
JDK-8301121 RichTextArea Control (Incubator)
- In Progress