JDK-8091867 : Mac: GlassView3D.m is getting big - need to split it into categories
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: window-toolkit
  • Affected Version: 7u6
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2012-05-23
  • Updated: 2020-04-03
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.
Other
tbdUnresolved
Related Reports
Blocks :  
Relates :  
Description
GlassView3D.m is getting big - need to split it into categories. This will help factor common code out to make it easier to support and avoid merge conflicts.
Comments
I would suggest: - instead of GlassView3D we have GlassView+3D category - move GlassDelegate into GlassView+Java (similar to GlassWindow+Java) category
30-10-2012

Now that we removed GlassView2D we can also remove ViewDelegate and merge its code into GlassView3D, which we can then factor out using categories.
29-10-2012