-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: fx1.2
-
Component/s: javafx
Since 1.0 there is a top-level method in Image.fx that return a new javafx.scene.image.Image object from the provided java.awt.image.BufferedImage. This method was marked as "@profile desktop" but it would be more appropriate to move it to a Swing-specific class (e.g. javafx.ext.swing.FXSwingUtilities.createImage(BufferedImage)).