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

Plugin should set transparent background to applets detached from webpages

XMLWordPrintable

    • b139
    • generic
    • generic
    • Verified

      The Plugin2 allows a user to detach applets from webpages. Also, it provides some API to let applets make their detached window translucent. This works fine on MS Windows. However, on X11 this requires one additional step: the applet's background must be set to a transparent color:

      applet.setBackground(new Color(0, 0, 0, 0));

      See a corresponding bug in an AWT test that's been fixed this way: 7008513.

            ccheung Calvin Cheung
            anthony Anthony Petrov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: