Other |
---|
jfx23 b08Fixed |
Blocks :
|
|
Blocks :
|
|
Blocks :
|
|
Relates :
|
Most JavaFX classes are not serializable. However, we have a few that are, including: * JFXPanel (since it inherits from javax.swing.JCompoent) * Event (since it inherits from java.util.EventObject) At the very least, the JFXPanel class should have the same disclaimer as its superclass. Namely: "The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing." For Event we either need to suppress the warning or document the private fields. We might split this into two bugs depending on how we address serialization of events.
|