-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
fx1.2
-
Vista, 6u14
An interesting disovery when running the RT-5100 test case is that doubling the amount of text in Text.content will cause the pure FX version to run roughly half as fast. Doing the same for the versions using Swing JTextArea has no effect on framerate.
So I'm lead to believe that the Text node always lays out its entire contents, even if only a small portion of it will end up on screen. This would explain the large disparity between Swing & FX performance.
See notes inRT-5100 on how to run the test.
So I'm lead to believe that the Text node always lays out its entire contents, even if only a small portion of it will end up on screen. This would explain the large disparity between Swing & FX performance.
See notes in
- is blocked by
-
JDK-8091679 Need a device clip available to the PG node to minimise wasted work
- Open
- relates to
-
JDK-8108234 Resizing/laying out Text is way slower if the mouse cursor is over the window
- Closed