-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
None
-
Affects Version/s: fx1.0
-
Component/s: javafx
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.