Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Not an Issue
-
Affects Version/s: 8
-
Fix Version/s: None
-
Component/s: javafx
-
Labels:
-
Environment:
8.0b110, win7, x64
-
Subcomponent:
Description
Click button Click me, to see the output:
scene.getWidth() = 198.0
scene.getHeight() = 198.0
mainJavafxPanel.getSize() = java.awt.Dimension[width=200,height=200]
I think, they should be equal
scene.getWidth() = 198.0
scene.getHeight() = 198.0
mainJavafxPanel.getSize() = java.awt.Dimension[width=200,height=200]
I think, they should be equal