Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FrameLocation

        public FrameLocation()