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

Provide a non-public API to support shaped windows

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P3 P3
    • 6u10
    • 6u4
    • client-libs
    • None
    • generic
    • generic

      The JavaFX needs to support shaped top-level windows. As it's going to be implemented on top of the JDK6, the 6u4 release needs this feature integrated. It is supposed to be a non-public API like the following:

      **********************************************************
      package com.sun.awt;

      import java.awt.Window;
      import java.awt.Shape;

      public class AWTUtilities {
         public setShape(Window window, Shape shape);
      }
      **********************************************************

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: