statusPanel.setBorder( BorderFactory.createCompoundBorder(
BorderFactory.createMatteBorder( 0, 1, 0, 0, Color.LIGHT_GRAY ),
BorderFactory.createMatteBorder( 0, 1, 0, 0, Color.WHITE ) ) );
builder.addFixed( statusPanel );
builder.addFixed( caretLabel );
builder.getPanel();
}
public void addNotify()