Lines Matching defs:getMsg

141         super(dialog, getMsg("dialog.printtitle"), true, gc);
160 super(frame, getMsg("dialog.printtitle"), true, gc);
193 String gkey = getMsg("tab.general");
199 String pkey = getMsg("tab.pagesetup");
205 String akey = getMsg("tab.appearance");
230 getAccessibleContext().setAccessibleDescription(getMsg("dialog.printtitle"));
246 super(dialog, getMsg("dialog.pstitle"), true, gc);
260 super(frame, getMsg("dialog.pstitle"), true, gc);
301 getAccessibleContext().setAccessibleDescription(getMsg("dialog.pstitle"));
430 jfc.setApproveButtonText(getMsg("button.ok"));
431 jfc.setDialogTitle(getMsg("dialog.printtofile"));
482 public static String getMsg(String key) {
577 JButton btn = new JButton(getMsg(key));
588 String str = getMsg(key);
599 JCheckBox cb = new JCheckBox(getMsg(key));
613 JRadioButton rb = new JRadioButton(getMsg(key));
627 getMsg("dialog.noprintermsg"));
706 private final String strTitle = getMsg("border.printservice");
740 JLabel lblName = new JLabel(getMsg("label.psname"), JLabel.TRAILING);
753 lblStatus = addLabel(getMsg("label.status"), gridbag, c);
756 lblType = addLabel(getMsg("label.pstype"), gridbag, c);
760 addToGB(new JLabel(getMsg("label.info"), JLabel.TRAILING),
927 lblStatus.setText(getMsg(status.toString()));
940 private final String strTitle = getMsg("border.printrange");
1005 getMsg("radiobutton.rangepages"));
1007 lblRangeTo = new JLabel(getMsg("label.rangeto"));
1021 getMsg("label.rangeto"));
1152 private final String strTitle = getMsg("border.copies");
1171 lblCopies = new JLabel(getMsg("label.numcopies"), JLabel.TRAILING);
1174 getMsg("label.numcopies"));
1326 private final String strTitle = getMsg("border.margins");
1358 String unitsMsg = getMsg(unitsKey);
1384 getMsg("label.leftmargin"));
1389 getMsg("label.rightmargin"));
1394 getMsg("label.topmargin"));
1400 getMsg("label.bottommargin"));
1403 lblLeft = new JLabel(getMsg("label.leftmargin") + " " + unitsMsg,
1410 lblRight = new JLabel(getMsg("label.rightmargin") + " " + unitsMsg,
1426 lblTop = new JLabel(getMsg("label.topmargin") + " " + unitsMsg,
1433 lblBottom = new JLabel(getMsg("label.bottommargin") +
1855 private final String strTitle = getMsg("border.media");
1879 lblSize = new JLabel(getMsg("label.size"), JLabel.TRAILING);
1889 lblSource = new JLabel(getMsg("label.source"), JLabel.TRAILING);
2090 private final String strTitle = getMsg("border.orientation");
2294 private final String strTitle = getMsg("border.chromaticity");
2384 private final String strTitle = getMsg("border.quality");
2485 private final String strTitle = getMsg("border.sides");
2588 private final String strTitle = getMsg("border.jobattributes");
2613 lblPriority = new JLabel(getMsg("label.priority"), JLabel.TRAILING);
2627 getMsg("label.priority"));
2635 lblJobName = new JLabel(getMsg("label.jobname"), JLabel.TRAILING);
2645 getMsg("label.jobname"));
2651 lblUserName = new JLabel(getMsg("label.username"), JLabel.TRAILING);
2660 getMsg("label.username"));
2838 getMsg("dialog.overwrite"),
2839 getMsg("dialog.owtitle"),
2852 getMsg("dialog.writeerror")+" "+selected,
2853 getMsg("dialog.owtitle"),
2868 getMsg("dialog.writeerror")+" "+selected,
2869 getMsg("dialog.owtitle"),