Interface powersoft.jcm.ui.GroupBoxPainter
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface powersoft.jcm.ui.GroupBoxPainter

public interface GroupBoxPainter
extends Object

Method Index

 o paint(Component, Graphics, int, int, int, int, String)
Paints the group box within the given bounds with the given text.

Methods

 o paint
  public abstract void paint(Component comp,
                             Graphics g,
                             int x,
                             int y,
                             int width,
                             int height,
                             String text)
Paints the group box within the given bounds with the given text.

All Packages  Class Hierarchy  This Package  Previous  Next  Index