Example usage for javax.swing.border AbstractBorder subclass-usage

List of usage examples for javax.swing.border AbstractBorder subclass-usage

Introduction

In this page you can find the example usage for javax.swing.border AbstractBorder subclass-usage.

Usage

From source file ShadowPopupBorder.java

/**
 * A border with a drop shadow intended to be used as the outer border
 * of popups. Can paint the screen background if used with heavy-weight
 * popup windows.
 *
 * @author Karsten Lentzsch

From source file dk.dma.epd.common.prototype.gui.voct.VOCTAdditionalInfoPanel.java

/**
 * This border is used by the {@linkplain VOCTAdditionalInfoPanel} widget.
 * <p>
 * It will paint a balloon-style border around the hosting panel with the point either at the bottom-left or bottom-right corner
 * depending on whether it is an own-message or not.
 * <p>

From source file dk.dma.epd.common.prototype.gui.notification.ChatServicePanel.java

/**
 * This border is used by the {@linkplain ChatServicePanel} widget.
 * <p>
 * It will paint a balloon-style border around the hosting panel with the point either at the bottom-left or bottom-right corner
 * depending on whether it is an own-message or not.
 * <p>