com.croftsoft.core.gui
Class FrameLib
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 Core Javadoc (2008-09-28 20:58:02)