repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
ManualTests
/
resources
/
TestApplet.java
blob
e4758a39fdee4363ce65d27f111136e8c777e8ba
1
import
java
.
applet
.
Applet
;
2
3
public class
TestApplet
extends
Applet
{
4
public static int
MAGIC_NUMBER
=
1
;
5
public int
field
;
6
7
public void
init
()
8
{
9
field
=
MAGIC_NUMBER
;
10
}
11
12
public int
method
()
13
{
14
return
MAGIC_NUMBER
;
15
}
16
}