I have a java question
I have a java question
(OP)
Hello
pleas can i fiend somebody tell me:
how i can make the Frame or JFrame as a Circle or another shep?
i mean i want my window as a circle
thank you
pleas can i fiend somebody tell me:
how i can make the Frame or JFrame as a Circle or another shep?
i mean i want my window as a circle
thank you





RE: I have a java question
I think you should use Window or JWindow instead of Frame class. Window has no system buttons and you can paint it as you want. It can be transparent, i guess, or its part can be transparent. So you can try make your own HWindow ;)shaped as circle.