Notifies this component that it now has a parent component.
JavaFX JFXPanel.
JavaFX JFXPanel. Its defaul value is a new JFXPanel
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The delegate hashcode
SFXPanel's opacity is controlled by the JavaFX content which is displayed in this component, so this method overrides JComponent.isOpaque() to always return a false value.
SFXPanel's opacity is controlled by the JavaFX content which is displayed in this component, so this method overrides JComponent.setOpaque(boolean) to only accept a false value.
Returns the preferred size of this SFXPanel, either previously set with
JComponent.setPreferredSize(Dimension)
or based on the content of the JavaFX scene attached
to this SFXPanel
.
Notifies this component that it no longer has a parent component.
the ScalaFX scene attached to this JFXPanel.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Wraps JavaFX JFXPanel. To use methods and properties from JComponent, use its delegate.
8.0