| <?xml version="1.0" encoding="UTF-8" ?> |
| |
| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| |
| --> |
| |
| <Form version="1.2" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> |
| <NonVisualComponents> |
| <Menu class="javax.swing.JMenuBar" name="mainMenuBar"> |
| <AccessibilityProperties> |
| <Property name="AccessibleContext.accessibleName" type="java.lang.String" value="Main Menu Bar"/> |
| <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" value="Main menu bar."/> |
| </AccessibilityProperties> |
| <SubComponents> |
| <Menu class="javax.swing.JMenu" name="fileMenu"> |
| <Properties> |
| <Property name="mnemonic" type="int" value="102"/> |
| <Property name="text" type="java.lang.String" value="File"/> |
| </Properties> |
| <AccessibilityProperties> |
| <Property name="AccessibleContext.accessibleName" type="java.lang.String" value="File Menu"/> |
| <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" value="File menu."/> |
| </AccessibilityProperties> |
| <SubComponents> |
| <MenuItem class="javax.swing.JMenuItem" name="openMenuItem"> |
| <Properties> |
| <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> |
| <KeyStroke key="Ctrl+O"/> |
| </Property> |
| <Property name="mnemonic" type="int" value="111"/> |
| <Property name="text" type="java.lang.String" value="Open"/> |
| </Properties> |
| <AccessibilityProperties> |
| <Property name="AccessibleContext.accessibleName" type="java.lang.String" value="Open Menu Item"/> |
| <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" value="Open menu item."/> |
| </AccessibilityProperties> |
| <Events> |
| <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="openMenuItemActionPerformed"/> |
| </Events> |
| </MenuItem> |
| <MenuItem class="javax.swing.JSeparator" name="jSeparator1"> |
| </MenuItem> |
| <MenuItem class="javax.swing.JMenuItem" name="exitMenuItem"> |
| <Properties> |
| <Property name="mnemonic" type="int" value="120"/> |
| <Property name="text" type="java.lang.String" value="Exit"/> |
| </Properties> |
| <AccessibilityProperties> |
| <Property name="AccessibleContext.accessibleName" type="java.lang.String" value="Exit Menu Item"/> |
| <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" value="Exit menu item."/> |
| </AccessibilityProperties> |
| <Events> |
| <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="exitMenuItemActionPerformed"/> |
| </Events> |
| </MenuItem> |
| </SubComponents> |
| </Menu> |
| </SubComponents> |
| </Menu> |
| </NonVisualComponents> |
| <Properties> |
| <Property name="title" type="java.lang.String" value="Image Viewer"/> |
| </Properties> |
| <AccessibilityProperties> |
| <Property name="AccessibleContext.accessibleName" type="java.lang.String" value="Image Viewer Frame"/> |
| </AccessibilityProperties> |
| <SyntheticProperties> |
| <SyntheticProperty name="menuBar" type="java.lang.String" value="mainMenuBar"/> |
| <SyntheticProperty name="formSizePolicy" type="int" value="2"/> |
| </SyntheticProperties> |
| <Events> |
| <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="exitForm"/> |
| </Events> |
| <AuxValues> |
| <AuxValue name="RADVisualFormContainer_MenuComponent" type="java.lang.String" value="jMenuBar1"/> |
| </AuxValues> |
| |
| <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> |
| <SubComponents> |
| <Container class="javax.swing.JDesktopPane" name="desktop"> |
| <AccessibilityProperties> |
| <Property name="AccessibleContext.accessibleName" type="java.lang.String" value="Image Desktop"/> |
| <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" value="Image desktop"/> |
| </AccessibilityProperties> |
| <Constraints> |
| <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> |
| <BorderConstraints direction="Center"/> |
| </Constraint> |
| </Constraints> |
| |
| <Layout class="org.netbeans.modules.form.compat2.layouts.support.JLayeredPaneSupportLayout"/> |
| </Container> |
| </SubComponents> |
| </Form> |