Lines Matching defs:applet

25 package sun.applet.resources;
35 {"appletviewer.menu.applet", "Applet"},
51 {"appletviewer.status.start", "starting applet..."},
57 {"appletviewer.appletinfo.applet", "-- no applet info --"},
65 {"appletviewer.parse.warning.paramoutside", "Warning: <param> tag outside <applet> ... </applet>."},
66 {"appletviewer.parse.warning.applet.requirescode", "Warning: <applet> tag requires code attribute."},
67 {"appletviewer.parse.warning.applet.requiresheight", "Warning: <applet> tag requires height attribute."},
68 {"appletviewer.parse.warning.applet.requireswidth", "Warning: <applet> tag requires width attribute."},
75 {"appletviewer.parse.warning.appnotLongersupported", "Warning: <app> tag no longer supported, use <applet> instead:"},
76 {"appletviewer.usage", "Usage: appletviewer <options> url(s)\n\nwhere <options> include:\n -debug Start the applet viewer in the Java debugger\n -encoding <encoding> Specify character encoding used by HTML files\n -J<runtime flag> Pass argument to the java interpreter\n\nThe -J option is non-standard and subject to change without notice."},
94 {"appletviewer.main.warning", "Warning: No applets were started. Make sure the input contains an <applet> tag."},
127 {"appletpanel.notloaded", "Init: applet not loaded."},
128 {"appletpanel.notinited", "Start: applet not initialized."},
129 {"appletpanel.notstarted", "Stop: applet not started."},
130 {"appletpanel.notstopped", "Destroy: applet not stopped."},
131 {"appletpanel.notdestroyed", "Dispose: applet not destroyed."},
132 {"appletpanel.notdisposed", "Load: applet not disposed."},