Searched refs:getMsg (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java141 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("butto
482 public static String getMsg(String key) { method in class:ServiceDialog
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/native2ascii/
H A DMain.java107 error(getMsg("err.bad.arg"));
198 System.out.println(getMsg("usage"));
356 private String getMsg(String key) { method in class:Main
365 String msg = getMsg(key);
/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DMain.java102 private String getMsg(String key) { method in class:Main
111 String msg = getMsg(key);
118 String msg = getMsg(key);
238 throw new IOException(getMsg("error.write.file"));
376 error(getMsg("error.bad.option"));
409 error(getMsg("error.bad.cflag"));
417 error(getMsg("error.bad.uflag"));
474 output(getMsg("out.added.manifest"));
642 output(getMsg("out.update.manifest"));
694 error(getMsg("erro
[all...]
/openjdk7/jdk/test/java/util/zip/
H A Dzip.java131 throw new IOException(getMsg("error.write.file"));
245 error(getMsg("error.bad.option"));
283 error(getMsg("error.bad.uflag"));
450 output(getMsg("out.stored"));
680 private String getMsg(String key) { method in class:zip
689 String msg = getMsg(key);
696 String msg = getMsg(key);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java524 ServiceDialog.getMsg("dialog.owtitle"),
525 ServiceDialog.getMsg("dialog.writeerror")+" "+fullName,
526 ServiceDialog.getMsg("button.ok"))).setVisible(true);

Completed in 60 milliseconds