0

is it possible to make a circular JFrame without the need to the Class AWTUtilities

i mean in jdk 6 .. is it possible??

Ahmed Ibrahem
  • 75
  • 1
  • 3

2 Answers2

2

AWTUtilities can be used in all of JDK 6, and is standard as of update 10.

I would refer you to the same link as before: http://java.sun.com/developer/technicalArticles/GUI/translucent_shaped_windows/

jzd
  • 23,473
  • 9
  • 54
  • 76
0

No, it's not possible without AWT.

user unknown
  • 35,537
  • 11
  • 75
  • 121