Package org.jboss.aophelper.ui.compile.xml

Examples of org.jboss.aophelper.ui.compile.xml.XmlPane


      //setupPanel
      JPanel tablePane = new JPanel(new BorderLayout());
      JSplitPane setupSplit = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, tablePane, new CompileOptionsPane());
      setupPanel.add(setupSplit, BorderLayout.NORTH);
      setupSplit.setPreferredSize(new Dimension(1024, 450));
      JSplitPane tableSplit = new JSplitPane(JSplitPane.VERTICAL_SPLIT, new ClasspathPane(), new XmlPane());
      tablePane.add(tableSplit, BorderLayout.NORTH);
      tableSplit.setPreferredSize(new Dimension(500, 450));
     
      add(mainSplitPane);
   }
View Full Code Here

TOP

Related Classes of org.jboss.aophelper.ui.compile.xml.XmlPane

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.