1:<!-- ====================== MSGBOX ========================
 2:Common:   Configurationfile for tsl.jartifex.JArtifex
 3:Comment:  a messagebox
 4:Author:   Thomas Schneider
 5:Date:     16.01.2000
 6:JDK:      1.2
 7:Call:     java -jar tsl.jar msgbox <text>
 8:======================================================= -->
 9:<JArtifex.msgbox>
10:<group.COMMON>
11:        POSX            ="350"
12:        POSY            ="250"
13:        SIZX            ="300"
14:        SIZY            ="120"
15:</group.COMMON>
16:<group.Swing>
17:        <Text   name    = "medText"
18:                title   = "MessageText"
19:                enabled = "off"
20:                command = "[PAR1]">
21:        </Text>
22:        <Button name    = "bnOk"
23:                title   = "Ok"
24:                cmdtype = "CLOSE">
25:        </Button>
26:</group.Swing>
27:</JArtifex.msgbox>
1