Class FrameLocation
- java.lang.Object
-
- FrameLocation
-
public class FrameLocation extends java.lang.Object
This class provides utility methods for managing the bounds and location of a JFrame, including saving the current bounds to a properties file, restoring the bounds from a properties file, and determining the location of a development tool window.These utilities are useful for maintaining the state of application windows across sessions, ensuring that they open in the same position and size as they were last closed.
- Author:
- Jim Williams
-
-
Constructor Summary
Constructors Constructor Description FrameLocation()
-