com.vlsolutions.swing.toolbars
public class ToolBarGripperUI extends ComponentUI
| Field Summary | |
|---|---|
| protected static Image | gripExpandHImage |
| protected static Image | gripExpandVImage |
| protected static Image | gripImage the "grip" (an alpha blended dot image, 3*3 pixels, hightlighted underneath ) |
| Constructor Summary | |
|---|---|
| ToolBarGripperUI() Constructs a new gripper UI | |
| Method Summary | |
|---|---|
| static ComponentUI | createUI(JComponent c) |
| void | installUI(JComponent comp) installs the UI and sets the preferred size of the gripper |
| void | paint(Graphics g, JComponent comp) Paints gripper dots |