Examples of ShadowedLineBorder


Examples of org.springframework.ide.eclipse.beans.ui.graph.figures.ShadowedLineBorder

  private final Color containerBlue = new Color(null, 198, 220, 235);

  public ListContainerFigure(int direction) {
    super(new Label(""), new Label(""), direction); //$NON-NLS-1$ //$NON-NLS-2$
    setBorder(new ShadowedLineBorder());
    setOpaque(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.