home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &… the Search for Life CD 3 / 0_CD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / awt / print / PrintDialog$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  689 b   |  17 lines

  1. package sun.awt.print;
  2.  
  3. import java.security.PrivilegedAction;
  4. import java.util.MissingResourceException;
  5. import java.util.ResourceBundle;
  6.  
  7. class PrintDialog$1 implements PrivilegedAction {
  8.    public Object run() {
  9.       try {
  10.          PrintDialog.access$002(ResourceBundle.getBundle("sun.awt.print.resources.pdialog"));
  11.          return null;
  12.       } catch (MissingResourceException var2) {
  13.          throw new Error("Fatal: Resource for PrintDialog is missing.");
  14.       }
  15.    }
  16. }
  17.