For those curious minds who are eager, as I once was, to know how to create a shaped window using Juce, I offer this simple demo. The project file is for Dev C++, but should easily be accessible in another IDE. The Main.cpp file can be altered in Jucer and the project compiled, instantly showing changes. Currently, however, Juce writes a g.fillAll command in the graphics section which must be commented out or deleted, otherwise the window will show as a rectangle.
Please be informed that, as I am a newbie to Juce and C++, the project may not be the most perfect example as to how one should best accomplish such a thing. This example, unlike my first example, belongs in the “Juce\Projects\Juce Shaped Window Demo” folder.
Get it here:
http://www.esnips.com/web/jucestuff