Passwords and radio buttons

Two issues with the jucer:

For Toggle Buttons, you can set their radio group id, the metadata is created, but the actual code isn’t created.

The only was to make a TextEditor into a password box is using the constructor, but there is not property in the jucer to set it. And that’s an area of code the user isn’t supposed to edit manually.

Ah - I just did some dumb cut-and-pasting there. Sorted now if you get the latest files.

Yes, good point about the password char. I’ve now added a setPasswordChar type method to the text editor, so you can call it afterwards. I’ll add it to the jucer’s properties in the future, but it would have meant creating that method first anyway.