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

Ability to make a JFrame visible without an icon in the taskbar

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 5.0
    • client-libs
    • x86
    • windows_xp

      A DESCRIPTION OF THE REQUEST :
      I am requesting the addition of a JFrame property that specifies whether when the JFrame is made visible it should display an icon in the taskbar (and show up in the ALT-TAB window listing). Currently one can achieve something similar by using JDialog but JDialog is simply using an invisible JFrame as an owner and this is problematic because any component having an invisible JFrame as an owner cannot have keyboard focus.

      For example, it is impossible to have a JPopupMenu with an invisible owner and keyboard navigation working.

      A visible JFrame with no icon maps to the extended window style WS_EX_TOOLWINDOW under windows.

      JUSTIFICATION :
      JPopupMenu and other lightweight components with no visible owner require this functionality.
      ###@###.### 2004-11-08 21:18:23 GMT

            anthony Anthony Petrov (Inactive)
            rmandalasunw Ranjith Mandala (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: