SpringGUI

introduction    download    examples    faq


Reference

important stuff:
handleEvent
new SpringGUI
table of events
absolute beginner in Processing?

user interface element creation:
addButton
addCheckbox
addRadiobutton
addChoice
addList
addTextArea
addTextField
remove

generic GUI element attributes:
isElement
isEnabled, setEnabled
isVisible, setVisible
setPosition
setSize
getElementType
getText, setText
setForeground, setBackground
setAllForegrounds, setAllBackgrounds

Checkbox and Radiobutton specific:
getState, setState
getSelectedRadiobutton

Choice and List specific:
isListMultipleMode, setListMultipleMode
addItem
removeItem
hasItem
getItemCount
getItemByIndex
getSelectedItem / getSelectedItems
selectItem

methods for advanced users:
isAdvancedMode
getComponentByName

elements in SpringGUI
All elements in SpringGUI


back to the top of the page


tinkering with codetools and docsscrapbookabout