com.croftsoft.core.gui
Class FrameLib

java.lang.Object
  extended by com.croftsoft.core.gui.FrameLib

public final class FrameLib
extends Object

Library of static methods for manipulating Frame and JFrame objects.

Since:
2002-02-16
Version:
2002-12-24
Author:
David Wallace Croft

Method Summary
static void launchJFrameAsDesktopApp(JFrame jFrame, Lifecycle[] lifecycles, Dimension frameSize, String shutdownConfirmationPrompt)
          Deprecated. This method has been moved to class LifecycleWindowListener.
static void setIconImage(Frame frame, String iconImageFilename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

launchJFrameAsDesktopApp

public static void launchJFrameAsDesktopApp(JFrame jFrame,
                                            Lifecycle[] lifecycles,
                                            Dimension frameSize,
                                            String shutdownConfirmationPrompt)
Deprecated. This method has been moved to class LifecycleWindowListener.

Associates a LifecycleWindowListener with the JFrame and launches.


setIconImage

public static void setIconImage(Frame frame,
                                String iconImageFilename)
                         throws IOException
Throws:
IOException

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)