HOME

com.ultraswing
Class SwingUtil

java.lang.Object
  |
  +--com.ultraswing.SwingUtil

public final class SwingUtil
extends Object

A collection of helper methods.


Constructor Summary
SwingUtil()
           
 
Method Summary
static Border createInactiveBorder()
          Creates a border with a flat edge
static Border createLoweredBorder()
          Creates a border with a lowered edge
static Border createRaisedBorder()
          Creates a border with a raised edge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingUtil

public SwingUtil()
Method Detail

createRaisedBorder

public static Border createRaisedBorder()
Creates a border with a raised edge


createLoweredBorder

public static Border createLoweredBorder()
Creates a border with a lowered edge


createInactiveBorder

public static Border createInactiveBorder()
Creates a border with a flat edge


HOME

Copyright © 2002 iReasoning Networks. All Rights Reserved.