Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4151234

I need an Event Handler Funtion For Window Maximizing

XMLWordPrintable

    • x86
    • windows_95, windows_nt



      Name: moC74494 Date: 06/22/98


      There are options in Window Listener like
      WINDOW_CLOSING, etc., but there is no such option
      for a window being maximized. If at all i want to
      do some operations while a window is maximized iam
      not able to do that. you can provide this feature
      easily.
      (Review ID: 34055)
      ======================================================================

      Name: krT82822 Date: 10/20/99


      I want following functionality to be added to AWT:

      a) event notification about Frame maximizing/restoring.
      b) ability to check state of window (normal/maximized/minimized) (getState())
      c) programitical maximizing of the window (setState()?)

      Currently there is only support for wind minimizing(iconifying).

      I think that maximizing is pretty common concept in windowing
      systems. It is supported by many window managers on UNIX,
      by Windows and AFIAR by Mac. Absence of this feature
      prevent us from saving and restoring application state when
      Main window is maximized. With Maximized state sometimes special
      logic is implemented by window managers. For example, you cannot
      move maximized window on windows.

      This feature can implemented with minimal changes in interfaces
      because API is mostly here:

      New constant should be added: Frame.MAXIMIZED
        To maximize use setState(Frame.MAXIMIZED) method.
        To notify clients about state changes use PropertyChanged
      event listeners.
      (Review ID: 96787)
      ======================================================================

            mbronsonsunw Mike Bronson (Inactive)
            moanceasunw Mircea Oancea (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: