UI Doco

OK. Got the demo plugin working today and I’m stoked. Found that the controls are added to the screen in JuceDemoPluginAudioProcessorEditor

I want to remove these controls and put my own ones in. But, I have now idea what controls I have at my disposal. I checked this out: http://rawmaterialsoftware.com/juce/api/hierarchy.html but it’s so long, I’ve got no idea where to start.

Is there are demo app somewhere which displays how most of the UI functionality works? Or, a document or something which just focuses on the main controls and how to get them going?

Here’s basically what I want to do:

-Create a tabview type control with 3 tabs that you can flick through
-One of the tabs will have a bunch of images that you can drag around
-I need to draw lines from one image to the next.
-One tab will have mostly knobs, faders and other synth controls.

What are these controls called in Juce?

Sorry!

I got it.

It’s all right there in the Juce Demo app. @#$# yeah!