GUI Widgets List / Database with Pictures

Hi ,
The API Class Ref is really nice for programming,
but there is no Specific list / Database for GUI widgets, with graphical examples (pictures).
This could really help in designing UI.

A good concept example is the jQueryUI demos http://jqueryui.com/demos/

May this be transposed to JUCE? I am ready to make pictures based upon an exhaustive list of the publicly available widgets (Class Ref contains all?)

Thanks in advance for your answers,
Best Regards,
Jérôme

most people use the demo to check stuff but sounds cool

Like @carlosbarbosa said, check the JUCE demo. It shows nearly every single component in addition to how to use them, and how other important concepts like LookAndFeel methods and interaction work.