lapisx.swing
Class Win

java.lang.Object
  extended bylapisx.swing.Win

public abstract class Win
extends Object


Constructor Summary
Win()
           
 
Method Summary
static void center(Window window, Component ref)
           
static Frame findFrame(Component comp)
           
static Frame findFrameOrMakeFrame(Component parent)
           
static void position(Window frame, Component ref, double xfrac, double yfrac)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Win

public Win()
Method Detail

center

public static void center(Window window,
                          Component ref)

position

public static void position(Window frame,
                            Component ref,
                            double xfrac,
                            double yfrac)

findFrame

public static Frame findFrame(Component comp)

findFrameOrMakeFrame

public static Frame findFrameOrMakeFrame(Component parent)