Searched refs:applet (Results 1 - 25 of 32) sorted by relevance

12

/external/proguard/examples/annotations/examples/
H A DApplet.java4 * This applet illustrates the use of annotations for configuring ProGuard.
15 public class Applet extends java.applet.Applet
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DAppletFrame.java10 import java.applet.Applet;
11 import java.applet.AppletContext;
12 import java.applet.AppletStub;
13 import java.applet.AudioClip;
26 * for an applet to run as an application. Usage:
31 * MyApplet applet = new MyApplet();
32 * new AppletFrame("My Applet Running As An App", applet, 640, 480);
46 Applet applet; field in class:AppletFrame
51 * When the Frame is closed, the applet's stop() method is called,
55 * @param applet th
57 AppletFrame(String name, Applet applet) argument
71 AppletFrame(String name, Applet applet, int width, int height) argument
[all...]
H A DDemoApplet.java19 public abstract class DemoApplet extends java.applet.Applet {
25 protected abstract Frame createDemoFrame(DemoApplet applet); argument
26 protected Dimension getDefaultFrameSize(DemoApplet applet, Frame f) { argument
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarApp.java28 * applet when an applet is started.
35 /* This creates a CalendarFrame for the demo applet. */
36 public Frame createDemoFrame(DemoApplet applet) { argument
37 return new CalendarFrame(applet);
H A DCalendarCalc.java61 * applet when an applet is started.
68 * This creates a CalendarCalcFrame for the demo applet.
70 public Frame createDemoFrame(DemoApplet applet) { argument
71 return new CalendarCalcFrame(applet);
89 private DemoApplet applet; field in class:CalendarCalcFrame
111 public CalendarCalcFrame(DemoApplet applet) argument
114 this.applet = applet;
120 * Initializes the applet
[all...]
H A DCalendarFrame.java63 private DemoApplet applet; field in class:CalendarFrame
71 this.applet = myApplet;
74 // When the window is closed, we want to shut down the applet or application
81 if (applet != null) {
82 applet.demoClosed();
114 * Initializes the applet. You never need to call this directly, it
115 * is called automatically by the system once the applet is created.
/external/mdnsresponder/mDNSWindows/ControlPanel/
H A DControlPanel.cpp241 CCPApp::AddApplet( CCPApplet * applet )
243 check( applet );
245 m_applets.AddTail( applet );
256 CCPApplet * applet; local
260 applet = new CCPApplet( IDR_APPLET, IDS_APPLET_DESCRIPTION, RUNTIME_CLASS( CConfigPropertySheet ) );
264 applet = NULL;
267 require_action( applet, exit, kNoMemoryErr );
269 AddApplet( applet );
322 CCPApplet * applet = m_applets.GetAt( pos ); local
323 check( applet );
[all...]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DDemoApplet.java10 import java.applet.Applet;
38 final DemoApplet applet = new DemoApplet();
39 new AppletFrame("Transliteration Demo", applet, 640, 480);
H A Ddemo.bat11 REM For best results, run the demo as an applet inside of Netscape
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
H A DLauncher.java57 private DemoApplet applet; field in class:Launcher.LauncherFrame
59 LauncherFrame(DemoApplet applet) { argument
61 this.applet = applet;
73 if (applet != null) {
74 applet.demoClosed();
177 /* This creates a Frame for the demo applet. */
178 protected Frame createDemoFrame(DemoApplet applet) { argument
179 return new LauncherFrame(applet);
184 * applet whe
[all...]
/external/proguard/examples/
H A Dapplets.pro33 -keep public class * extends java.applet.Applet
/external/javassist/sample/duplicate/
H A DViewer.java3 import java.applet.*;
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayCalendarDemo.java59 * applet when an applet is started.
66 /* This creates a CalendarFrame for the demo applet. */
67 public Frame createDemoFrame(DemoApplet applet) { argument
68 return new CalendarFrame(applet);
88 private DemoApplet applet; field in class:HolidayCalendarDemo.CalendarFrame
118 public CalendarFrame(DemoApplet applet) argument
121 this.applet = applet;
128 * Initializes the applet
[all...]
/external/javassist/sample/rmi/
H A DCountApplet.java3 import java.applet.*;
28 * as an applet.
/external/javassist/src/main/javassist/tools/rmi/
H A DObjectImporter.java20 import java.applet.Applet;
29 * object, the applet first calls <code>lookupObject()</code> and
36 * From the viewpoint of the applet, therefore, the two objects are
37 * identical. The applet can access the object on the server
41 * <p>The methods remotely called by the applet must be <code>public</code>.
42 * This is true even if the applet's class and the remote object's classs
61 * the applet cannot instantiate <code>C</code> locally or remotely.
86 * applet has been loaded from.
88 * @param applet the applet loade
90 ObjectImporter(Applet applet) argument
[all...]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
H A DRbnfDemo.java69 protected Dimension getDefaultFrameSize(DemoApplet applet, Frame f) { argument
73 protected Frame createDemoFrame(DemoApplet applet) { argument
370 final DemoApplet theApplet = applet;
/external/llvm/docs/_ocamldoc/
H A Dstyle.css4 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
/external/iproute2/misc/
H A Dssfilter.y48 applet: null expr label
/external/libvncserver/webclients/java-applet/
H A DVncViewer.jar ... class VncViewer.java package public VncViewer extends java.applet.Applet implements java.lang.Runnable java. ...
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-core.css10 embed,object,applet {
/external/libvncserver/webclients/java-applet/ssl/
H A DSignedVncViewer.jar ... Socket createSocket (java.lang.String, int, java.applet.Applet) throws java.io.IOException public java ...
H A DVncViewer.jar ... Socket createSocket (java.lang.String, int, java.applet.Applet) throws java.io.IOException public java ...
H A DSignedUltraViewerSSL.jarMETA-INF/MANIFEST.MF META-INF/SWKEY.SF META-INF/SWKEY.DSA META ...
H A DUltraViewerSSL.jarMETA-INF/ META-INF/MANIFEST.MF AuthPanel.class AuthPanel.java package AuthPanel extends java ...
/external/doclava/res/assets/templates-sdk/assets/
H A Dandroid-developer-docs.css14 embed,object,applet {

Completed in 2043 milliseconds

12