This class assumes it will be created with a particular window decoration style, and that if the style changes, a new one will be created.
493494495496497498499
* @param root the JRootPane. * * @return the SeaGlassTitlePane object. */ private JComponent createTitlePane(JRootPane root) { return new SeaGlassTitlePane(root, this); }