Tabnine Logo
org.jdesktop.swingx.border
Code IndexAdd Tabnine to your IDE (free)

How to use org.jdesktop.swingx.border

Best Java code snippets using org.jdesktop.swingx.border (Showing top 20 results out of 315)

origin: org.swinglabs.swingx/swingx-all

/**
 * Only called by paintBorder()
 */
protected void paintLeft(Component c, Graphics g, int x, int y, int width, int height) {
  if (tileIcons.length == 8) {
    paint(tileIcons[7], c, g, x, y, width, height);
  }
  else {
    Icon icon = tileIcons[1];
    /** @todo Rotate -270 and paint icon */
  }
}
origin: org.swinglabs/swingx-beaninfo

@Override
protected void initialize() {
  setHidden(true, "class");
  String iconName = "/org/jdesktop/swingx/resources/DropShadowBorder";
  String smallIcon = iconName + "16.png";
  setSmallColorIconName(smallIcon);
  setSmallMonoIconName(smallIcon);
  String icon = iconName + "32.png";
  setMonoIconName(icon);
  setColorIconName(icon);
}
origin: com.haulmont.thirdparty/swingx-core

/**
 * Only called by paintBorder()
 */
protected void paintBottomLeft(Component c, Graphics g, int x, int y, int width, int height) {
  if (tileIcons.length == 8) {
    paint(tileIcons[6], c, g, x, y, width, height);
  }
  else {
    Icon icon = tileIcons[0];
    /** @todo Rotate -270 and paint icon */
  }
}
origin: org.swinglabs.swingx/swingx-core

/**
 * Only called by paintBorder()
 */
protected void paintRight(Component c, Graphics g, int x, int y, int width, int height) {
  if (tileIcons.length == 8) {
    paint(tileIcons[3], c, g, x, y, width, height);
  }
  else {
    Icon icon = tileIcons[1];
    /** @todo Rotate -90 and paint icon */
  }
}
origin: org.bidib.jbidib.swinglabs.swingx/swingx-core

/**
 * Only called by paintBorder()
 */
protected void paintBottom(Component c, Graphics g, int x, int y, int width, int height) {
  if (tileIcons.length == 8) {
    paint(tileIcons[5], c, g, x, y, width, height);
  }
  else {
    Icon icon = tileIcons[1];
    /** @todo Rotate -180 and paint icon */
  }
}
origin: org.codehaus.jtstand/jtstand-desktop

/**
 * Only called by paintBorder()
 */
protected void paintTop(Component c, Graphics g, int x, int y, int width, int height) {
  paint(tileIcons[1], c, g, x, y, width, height);
}
origin: com.haulmont.thirdparty/swingx-core

/**
 * Only called by paintBorder()
 */
protected void paintBottom(Component c, Graphics g, int x, int y, int width, int height) {
  if (tileIcons.length == 8) {
    paint(tileIcons[5], c, g, x, y, width, height);
  }
  else {
    Icon icon = tileIcons[1];
    /** @todo Rotate -180 and paint icon */
  }
}
origin: org.swinglabs.swingx/swingx-core

/**
 * Only called by paintBorder()
 */
protected void paintTop(Component c, Graphics g, int x, int y, int width, int height) {
  paint(tileIcons[1], c, g, x, y, width, height);
}
origin: org.swinglabs.swingx/swingx-core

/**
 * Only called by paintBorder()
 */
protected void paintTopRight(Component c, Graphics g, int x, int y, int width, int height) {
  if (tileIcons.length == 8) {
    paint(tileIcons[2], c, g, x, y, width, height);
  }
  else {
    Icon icon = tileIcons[0];
    /** @todo Rotate -90 and paint icon */
  }
}
origin: org.swinglabs.swingx/swingx-core

/**
 * Only called by paintBorder()
 */
protected void paintBottomLeft(Component c, Graphics g, int x, int y, int width, int height) {
  if (tileIcons.length == 8) {
    paint(tileIcons[6], c, g, x, y, width, height);
  }
  else {
    Icon icon = tileIcons[0];
    /** @todo Rotate -270 and paint icon */
  }
}
origin: org.swinglabs.swingx/swingx-all

/**
 * Only called by paintBorder()
 */
protected void paintTopRight(Component c, Graphics g, int x, int y, int width, int height) {
  if (tileIcons.length == 8) {
    paint(tileIcons[2], c, g, x, y, width, height);
  }
  else {
    Icon icon = tileIcons[0];
    /** @todo Rotate -90 and paint icon */
  }
}
origin: org.swinglabs.swingx/swingx-all

/**
 * Only called by paintBorder()
 */
protected void paintBottomLeft(Component c, Graphics g, int x, int y, int width, int height) {
  if (tileIcons.length == 8) {
    paint(tileIcons[6], c, g, x, y, width, height);
  }
  else {
    Icon icon = tileIcons[0];
    /** @todo Rotate -270 and paint icon */
  }
}
origin: org.swinglabs.swingx/swingx-core

/**
 * Only called by paintBorder()
 */
protected void paintBottomRight(Component c, Graphics g, int x, int y, int width, int height) {
  if (tileIcons.length == 8) {
    paint(tileIcons[4], c, g, x, y, width, height);
  }
  else {
    Icon icon = tileIcons[0];
    /** @todo Rotate -180 and paint icon */
  }
}
origin: org.bidib.jbidib.swinglabs.swingx/swingx-core

/**
 * Only called by paintBorder()
 */
protected void paintTop(Component c, Graphics g, int x, int y, int width, int height) {
  paint(tileIcons[1], c, g, x, y, width, height);
}
origin: org.bidib.jbidib.swinglabs.swingx/swingx-core

/**
 * Only called by paintBorder()
 */
protected void paintLeft(Component c, Graphics g, int x, int y, int width, int height) {
  if (tileIcons.length == 8) {
    paint(tileIcons[7], c, g, x, y, width, height);
  }
  else {
    Icon icon = tileIcons[1];
    /** @todo Rotate -270 and paint icon */
  }
}
origin: com.haulmont.thirdparty/swingx-core

/**
 * Only called by paintBorder()
 */
protected void paintTop(Component c, Graphics g, int x, int y, int width, int height) {
  paint(tileIcons[1], c, g, x, y, width, height);
}
origin: com.haulmont.thirdparty/swingx-core

/**
 * Only called by paintBorder()
 */
protected void paintRight(Component c, Graphics g, int x, int y, int width, int height) {
  if (tileIcons.length == 8) {
    paint(tileIcons[3], c, g, x, y, width, height);
  }
  else {
    Icon icon = tileIcons[1];
    /** @todo Rotate -90 and paint icon */
  }
}
origin: com.haulmont.thirdparty/swingx-core

/**
 * Only called by paintBorder()
 */
protected void paintLeft(Component c, Graphics g, int x, int y, int width, int height) {
  if (tileIcons.length == 8) {
    paint(tileIcons[7], c, g, x, y, width, height);
  }
  else {
    Icon icon = tileIcons[1];
    /** @todo Rotate -270 and paint icon */
  }
}
origin: org.swinglabs.swingx/swingx-all

/**
 * Only called by paintBorder()
 */
protected void paintRight(Component c, Graphics g, int x, int y, int width, int height) {
  if (tileIcons.length == 8) {
    paint(tileIcons[3], c, g, x, y, width, height);
  }
  else {
    Icon icon = tileIcons[1];
    /** @todo Rotate -90 and paint icon */
  }
}
origin: org.bidib.jbidib.swinglabs.swingx/swingx-core

/**
 * Only called by paintBorder()
 */
protected void paintBottomLeft(Component c, Graphics g, int x, int y, int width, int height) {
  if (tileIcons.length == 8) {
    paint(tileIcons[6], c, g, x, y, width, height);
  }
  else {
    Icon icon = tileIcons[0];
    /** @todo Rotate -270 and paint icon */
  }
}
org.jdesktop.swingx.border

Most used classes

  • DropShadowBorder
    Implements a DropShadow for components. In general, the DropShadowBorder will work with any rectangu
  • IconBorder
    IconBorder creates a border that places an Icon in the border on the horizontal axis. The border do
  • MatteBorderExt
    Matte border that allows specialized icons for corners and sides.
  • DropShadowBorderBeanInfo
    BeanInfo class for DropShadowBorder.
  • IconBorderBeanInfo
    BeanInfo class for IconBorder.
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now