salsa.util
Class FrameUtils

java.lang.Object
  |
  +--salsa.util.FrameUtils

public class FrameUtils
extends java.lang.Object


Constructor Summary
FrameUtils()
           
 
Method Summary
static void restoreBounds(java.awt.Frame f)
          convenience method; use two thirds of screen size (centered) for frame defaults
static void restoreBounds(java.awt.Frame f, int defaultX, int defaultY, int defaultWidth, int defaultHeight, int defaultState)
           
static void saveBounds(java.awt.Frame f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameUtils

public FrameUtils()
Method Detail

restoreBounds

public static void restoreBounds(java.awt.Frame f,
                                 int defaultX,
                                 int defaultY,
                                 int defaultWidth,
                                 int defaultHeight,
                                 int defaultState)

restoreBounds

public static void restoreBounds(java.awt.Frame f)
convenience method; use two thirds of screen size (centered) for frame defaults


saveBounds

public static void saveBounds(java.awt.Frame f)


Copyright © 2001, 2002 Gerald Bauer. All Rights Reserved. Hosted by SourceForge Logo