< prev index next >

src/java.desktop/share/classes/java/awt/desktop/AboutEvent.java

Print this page

        

*** 31,45 **** /** * Event sent when the application is asked to open its about window. * * @see AboutHandler#handleAbout - * * @since 9 */ public final class AboutEvent extends AppEvent { private static final long serialVersionUID = -5987180734802756477L; /** * Constructs an {@code AboutEvent}. * --- 31,47 ---- /** * Event sent when the application is asked to open its about window. * * @see AboutHandler#handleAbout * @since 9 */ public final class AboutEvent extends AppEvent { + /** + * Use serialVersionUID from JDK 9 for interoperability. + */ private static final long serialVersionUID = -5987180734802756477L; /** * Constructs an {@code AboutEvent}. *
< prev index next >