asclass DynNestedDesktop > DynModule { visual NestedDesktopPane_visualize(); // for some reason, there is a transpilation error when this is first line in the class !include #1028304 // NestedDesktopPane void enhanceFrame(JInternalFrame f) { NestedDesktopPane_enhanceFrame(f); } void unvisualize { super.unvisualize(); NestedDesktopPane_unvisualize(); } }