< FunctionVariableArguments | CodeSamples | Button >
---% Code tested with Luxinia 0.95 build Nov 15 2006 ---% at 11/16/06 22:30:55 -- create label with 10,10,100,20 label = Label:new(10,10,100,20,"\v999Textlabel") -- the \v999 will make the text whitecolored -- add it to the rootcontainer (displays the label) Container.getRootContainer():add(label)

