Examples of installTheme()


Examples of org.sf.feeling.swt.win32.extension.widgets.ShellWrapper.installTheme()

    Color color = ColorCache.getInstance().getColor(245, 245, 240);
    if(composite instanceof Shell) {
      ShellWrapper wrapper = new ShellWrapper((Shell)composite);

      //      if (Win32.getWin32Version() >= Win32.VERSION(5, 0)) {
      wrapper.installTheme(ThemeConstants.STYLE_OFFICE2007);
      //      } else {
      //        wrapper.installTheme(ThemeConstants.STYLE_VISTA);
      //      }
    }
    setBackgroup(composite, color);//new Color(shell.getDisplay(), 255, 255, 255));
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.