Package org.ugate.gui.components

Examples of org.ugate.gui.components.AppFrame


      }
    }));
    final Rectangle2D bounds = Screen.getPrimary().getVisualBounds();
    final double appWidth = Math.min(bounds.getWidth(), APPLICATION_WIDTH);
    final double appHeight = Math.min(bounds.getHeight(), APPLICATION_HEIGHT);
    applicationFrame = new AppFrame(stage, content, appWidth, appHeight, appWidth + 10d,
        appHeight + 10d, false, new String[] { RS.path(RS.CSS_MAIN), RS.path(RS.CSS_DISPLAY_SHELF) },
        controlBar.createTitleBarItems());
    changeCenterView(connectionView, 0);
  }
View Full Code Here

TOP

Related Classes of org.ugate.gui.components.AppFrame

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.