Title = new java.awt.Label("E-Mail Response Form",Label.CENTER);
Title.setBounds(93,3,411,28);
Title.setFont(new Font("Dialog", Font.BOLD, 24));
add(Title);
Info = new symantec.itools.awt.WrappingLabel();
try {
Info.setText("The area below is for configuration, it is not visible to the users at run time. Click the text field and set each text property in the Property List according to the instructions to the left of the field.");