-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGameBoard.html
28 lines (27 loc) · 1.6 KB
/
GameBoard.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This file automatically generated by BlueJ Java Development -->
<!-- Environment. It is regenerated automatically each time the -->
<!-- applet is run. Any manual changes made to file will be lost -->
<!-- when the applet is next run inside BlueJ. Save into a -->
<!-- directory outside of the package directory if you want to -->
<!-- preserve this file. -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GameBoard Applet</title>
</head>
<body>
<h1>GameBoard Applet</h1>
<hr>
<applet code="GameBoard.class"
width=500
height=500
codebase="."
archive="file:/Applications/BlueJ%203.1.7/BlueJ.app/Contents/Resources/Java/bluejcore.jar,file:/Applications/BlueJ%203.1.7/BlueJ.app/Contents/Resources/Java/junit-4.8.2.jar,file:/Applications/BlueJ%203.1.7/BlueJ.app/Contents/Resources/Java/userlib/pi4j-core.jar,file:/Applications/BlueJ%203.1.7/BlueJ.app/Contents/Resources/Java/userlib/pi4j-device.jar,file:/Applications/BlueJ%203.1.7/BlueJ.app/Contents/Resources/Java/userlib/pi4j-gpio-extension.jar,file:/Applications/BlueJ%203.1.7/BlueJ.app/Contents/Resources/Java/userlib/pi4j-service.jar,file:/Users/jkim7/Desktop/04-27/"
alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason."
>
Your browser is ignoring the <APPLET> tag!
</applet>
<hr>
</body>
</html>