Package org.cishell.templates.wizards.pagepanels

Examples of org.cishell.templates.wizards.pagepanels.SetupPlatformsPanel.computeSize()


   
    // TODO: This control listener should maybe be on setupPlatformsPanel?
    scrollingContainer.addControlListener(new ControlAdapter() {
      public void controlResized(ControlEvent controlEvent) {
        scrollingContainer.setMinSize(
          setupPlatformsPanel.computeSize(SWT.DEFAULT, SWT.DEFAULT));
      }
    });
   
    scrollingContainer.setContent(setupPlatformsPanel);
    scrollingContainer.setExpandHorizontal(true);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.