return ((SwingBeanInfo)this).createBeanDescriptor(classJFrame, new Object[]{"preferred", Boolean.TRUE, "isContainer", Boolean.TRUE, "containerDelegate", "getContentPane", "shortDescription", "A toplevel window which can be minimized to an icon."});
public PropertyDescriptor[] getPropertyDescriptors() {
Object[] var1 = new Object[]{"DO_NOTHING_ON_CLOSE", new Integer(0), "WindowConstants.DO_NOTHING_ON_CLOSE", "HIDE_ON_CLOSE", new Integer(1), "WindowConstants.HIDE_ON_CLOSE", "DISPOSE_ON_CLOSE", new Integer(2), "WindowConstants.DISPOSE_ON_CLOSE", "EXIT_ON_CLOSE", new Integer(3), "3"};
return new PropertyDescriptor[]{this.createPropertyDescriptor("accessibleContext", new Object[]{"shortDescription", "accessibleContext"}), this.createPropertyDescriptor("rootPane", new Object[]{"bound", Boolean.FALSE, "hidden", Boolean.TRUE, "shortDescription", "the RootPane object for this frame."}), this.createPropertyDescriptor("layeredPane", new Object[]{"bound", Boolean.FALSE, "hidden", Boolean.TRUE, "shortDescription", "The pane which holds the various frame layers."}), this.createPropertyDescriptor("JMenuBar", new Object[]{"bound", Boolean.FALSE, "hidden", Boolean.TRUE, "shortDescription", "The menubar for accessing pulldown menus from this frame."}), this.createPropertyDescriptor("glassPane", new Object[]{"bound", Boolean.FALSE, "hidden", Boolean.TRUE, "shortDescription", "A transparent pane used for menu rendering."}), this.createPropertyDescriptor("defaultCloseOperation", new Object[]{"bound", Boolean.FALSE, "enumerationValues", var1, "preferred", Boolean.TRUE, "shortDescription", "The frame's default close operation."}), this.createPropertyDescriptor("contentPane", new Object[]{"bound", Boolean.FALSE, "hidden", Boolean.TRUE, "shortDescription", "The client area of the frame where child components are normally inserted."})};