- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrawing.java
More file actions
Latest commit
23 lines (19 loc) · 473 Bytes
/
Copy pathdrawing.java
File metadata and controls
23 lines (19 loc) · 473 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
importjava.applet.Applet;
/**
*
* @author g1.test1
*/
publicclassdrawingextendsApplet {
/**
* Initialization method that will be called after the applet is loaded
* into the browser.
*/
publicvoidinit() {
// TODO start asynchronous download of heavy resources
}
// TODO overwrite start(), stop() and destroy() methods
}