-
Bug
-
Resolution: Incomplete
-
P3
-
7, 8, 9
-
windows
WComponentPeer#setBounds() can set paintPending flag if the method is called twice with the same size. Since JLightweightFrame gets size arbitrary from an external call the paintPending may be set to true even when paint event from the previous size change has not been handled yet. As result the frame content is not painted at all.
- duplicates
-
JDK-8193103 JavaFX SwingNode demo does not render intially on HiDPI Windows system
- Closed
- relates to
-
JDK-8298796 JavaFX SwingNode does not always render initially on Windows
- Open