org.jtheque.core.utils.ui
Class Borders

java.lang.Object
  extended by org.jtheque.core.utils.ui.Borders

public final class Borders
extends java.lang.Object

An utility class to create and get borders.

Author:
Baptiste Wicht

Field Summary
static javax.swing.border.Border DIALOG_BORDER
           
static javax.swing.border.Border EMPTY_BORDER
           
 
Method Summary
static javax.swing.border.Border createTitledBorder(java.lang.String key)
          Create a titled border.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIALOG_BORDER

public static final javax.swing.border.Border DIALOG_BORDER

EMPTY_BORDER

public static final javax.swing.border.Border EMPTY_BORDER
Method Detail

createTitledBorder

public static javax.swing.border.Border createTitledBorder(java.lang.String key)
Create a titled border.

Parameters:
key - The internationalization key.
Returns:
The border.


Copyright © 2009 JTheque. All Rights Reserved.