All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xml.hellomac.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<frame size="640,480" title="Hello SWIXML World" bundle="locale.swix_en" defaultCloseOperation="JFrame.EXIT_ON_CLOSE">
  <menubar name="menubar">
    <menu text="mus_Help">
      <menuitem name="mi_help" text="mis_Help" icon="img_Help" Action="actionHelp" Accelerator="acc_Help"/>
      <separator/>
      <menuitem name="mi_about" text="mis_About" icon="img_About" Action="actionAbout" Accelerator="acc_About" macos_about="true"/>
      <separator/>
      <menuitem name="mi_exit" text="mis_Exit" icon="img_Exit" mnemonic="mn_Exit" Action="actionExit" Accelerator="acc_Exit"  macos_quit="true"/>      
    </menu>
  </menubar>
  <panel layout="borderlayout" background="666666" constraints="BorderLayout.CENTER">
    <splitpane oneTouchExpandable="true" dividerLocation="200">
      <scrollPane>
        <tree name="tree"/>
      </scrollPane>
      <panel name="preview" border="LoweredBevelBorder" layout="borderlayout">
         <table name="table"/>
      </panel>
    </splitpane>
  </panel>
</frame>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy