JDK-8093776 : [Stage] Undecorated stage flickers
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8u20
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2014-03-04
  • Updated: 2015-11-11
  • Resolved: 2015-11-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8u20Resolved
Related Reports
Duplicate :  
Description
Hi,

Some time ago I created a new thread on a JavaFX forum but I haven't got any answer to my question (https://community.oracle.com/thread/3521289).

 
I'm working on a JavaFX application and recently I ran into a problem with resizing a stage. I have an undecorated stage. I manage to implement the most important facilities such as MIN, MAX, CLOSE, dragging a window etc. I also have an implementation for resizing the stage. Unfortunately when I'm resizing the window it starts flickering. It's a really vexing problem, especially when the window is quite big. I implemented window resizing by adding a set of mouse handlers (OnMouseMoved, OnMousePressed, OnMouseDragged etc.) to the stage and working out a new size/location for the stage.
 
Does anyone know how I could make my window resizable and also don't get a flickering effect? Is it a bug?
 

 
Comments
Testcase may be found in JI-9025256
08-10-2015

In order to make progress, we'll need simplest possible test code and a set of steps. Please reopen this issue when you have them. https://wiki.openjdk.java.net/display/OpenJFX/Submitting+a+Bug+Report
04-03-2014