private void buildWithDefinitions(Window mainWindow) {
try {
DefRoot model = new DefRoot(
new FmInformation()
,
new FmText("user",new FmNls("User","Beschreibung 1"),new FmDefaultSources())
,
new FmPassword("password",new FmNls("Password","Beschreibung 2"),new FmDefaultSources())
,