private TextInput textinputDateRegex = null;
private TextInput textinputCustomBoolean = null;
public void startup(Display display, Dictionary<String, String> properties) throws Exception {
WTKXSerializer wtkxSerializer = new WTKXSerializer();
window = new Window((Component)wtkxSerializer.readObject(
getClass().getResource("textInputValidator_test.wtkx")));
textinputFloatRange = (TextInput)wtkxSerializer.getObjectByName("textinputFloatRange");
textinputIntRange = (TextInput)wtkxSerializer.getObjectByName("textinputIntRange");
textinputDateRegex = (TextInput)wtkxSerializer.getObjectByName("textinputDateRegex");
textinputCustomBoolean = (TextInput)wtkxSerializer.getObjectByName("textinputCustomBoolean");