-
Bug
-
Resolution: Fixed
-
P4
-
None
-
fx1.0
There is the following code in com.oracle.javafx.authoring.stage.guides.MoveGuides:
private static final double TOP_INSET = 14;
private static final double BOTTOM_INSET = 14;
private static final double LEFT_INSET = 14;
private static final double RIGHT_INSET = 14;
These constants are useful for testing so please make them public.
private static final double TOP_INSET = 14;
private static final double BOTTOM_INSET = 14;
private static final double LEFT_INSET = 14;
private static final double RIGHT_INSET = 14;
These constants are useful for testing so please make them public.