-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: None
-
Component/s: javafx
Very simple change. The packrect package has more abstractions and classes than are necessary for what it does and can be fairly trivially simplified. For example it has a Rect class which is unnecessary and com.sun.javafx.geom.Rectangle could be used instead.