Irregular window

Hi,
Juce is a fantastic library. Thanks very much. I learn it just five hours only, but I think I love her deeply:)
I plan to translate the juce document into Chinese, it’s a good trip for me and may be help other newbie, here is my blog site “http://blog.csdn.net/wangfangjie”.

Another issue is I wonder how to create an irregular window application.

Like circle shape or shaped by image, e.g “png”.

Br

warren

Thanks, glad you like it!

For an irregular window, just take any semi-transparent component that you want and use addToDesktop() to put it on the desktop.

[quote=“jules”]Thanks, glad you like it!

For an irregular window, just take any semi-transparent component that you want and use addToDesktop() to put it on the desktop.[/quote]

Thank jules. It makes sense. Then next is the snapshot of my first nice juce app.

Thanks
Warren