Esempio n. 1
0
 private HelpDialog(Frame owner) {
   super(
       owner,
       Messages.getString("HelpDialog.About")
           + " "
           + Messages.getContextString("Text.ApplicationTitle"),
       true); //$NON-NLS-1$ //$NON-NLS-2$
 }
 private UserInfoDialog(Frame owner) {
   super(
       owner,
       Messages.getContextString("Text.ApplicationTitle") + " Customer Information",
       true); //$NON-NLS-1$ //$NON-NLS-2$
 }