| java.lang.Object javax.swing.plaf.ComponentUI com.jeta.forms.components.border.TitledBorderLabelUI
TitledBorderLabelUI | public class TitledBorderLabelUI extends ComponentUI (Code) | | The UI for a component that simulates the top part of a TitledBorder. This
component is useful when flattening layouts. It allows a titled border to be
used to separate components, while allowing those components to stay in the
same row or column of the form. This allows components to have the same x,y,
width, or height, yet have differnt title borders. This is not possible when
using standard TitledBorder.
author: Jeff Tassin |
VERTICAL_PADDING | final protected static int VERTICAL_PADDING(Code) | | |
paint | public void paint(Graphics g, JComponent c)(Code) | | Renders the border and label using the current look and feel.
Parameters: g - the Graphics context in which to paint Parameters: c - the component being painted; |
|
|