Convert JWebBrowser and similar into JavaBeans
Web Browser, Flash Player, HTML editor, Media player for Swing and SWT
Brought to you by:
chrriis
JavaBean should implement Serializable (I guess this one is inherited from JComponent through NSPanelComponent extending JPanel), has a public default (nullary) constructor and accessor methods for all class properties.
JWebBrowser probably doesn't fullfil the requirement as it cannot be seen from NetBeans Matisse (GUI builder) when one wants to add it into component palette.