Skip to content

Commit b5e6c71

Browse files
committed
initial commit
0 parents  commit b5e6c71

File tree

293 files changed

+1995
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

293 files changed

+1995
-0
lines changed

Git

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit f36c6358d57f37704b8ce72f2942324b62911805

applet.policy

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
grant {
2+
permission java.security.AllPermission;
3+
};

build.xml

+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- You may freely edit this file. See commented blocks below for -->
3+
<!-- some examples of how to customize the build. -->
4+
<!-- (If you delete it and reopen the project it will be recreated.) -->
5+
<!-- By default, only the Clean and Build commands use this build script. -->
6+
<!-- Commands such as Run, Debug, and Test only use this build script if -->
7+
<!-- the Compile on Save feature is turned off for the project. -->
8+
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
9+
<!-- in the project's Project Properties dialog box.-->
10+
<project name="ImageMusic" default="default" basedir=".">
11+
<description>Builds, tests, and runs the project ImageMusic.</description>
12+
<import file="nbproject/build-impl.xml"/>
13+
<!--
14+
15+
There exist several targets which are by default empty and which can be
16+
used for execution of your tasks. These targets are usually executed
17+
before and after some main targets. They are:
18+
19+
-pre-init: called before initialization of project properties
20+
-post-init: called after initialization of project properties
21+
-pre-compile: called before javac compilation
22+
-post-compile: called after javac compilation
23+
-pre-compile-single: called before javac compilation of single file
24+
-post-compile-single: called after javac compilation of single file
25+
-pre-compile-test: called before javac compilation of JUnit tests
26+
-post-compile-test: called after javac compilation of JUnit tests
27+
-pre-compile-test-single: called before javac compilation of single JUnit test
28+
-post-compile-test-single: called after javac compilation of single JUunit test
29+
-pre-jar: called before JAR building
30+
-post-jar: called after JAR building
31+
-post-clean: called after cleaning build products
32+
33+
(Targets beginning with '-' are not intended to be called on their own.)
34+
35+
Example of inserting an obfuscator after compilation could look like this:
36+
37+
<target name="-post-compile">
38+
<obfuscate>
39+
<fileset dir="${build.classes.dir}"/>
40+
</obfuscate>
41+
</target>
42+
43+
For list of available properties check the imported
44+
nbproject/build-impl.xml file.
45+
46+
47+
Another way to customize the build is by overriding existing main targets.
48+
The targets of interest are:
49+
50+
-init-macrodef-javac: defines macro for javac compilation
51+
-init-macrodef-junit: defines macro for junit execution
52+
-init-macrodef-debug: defines macro for class debugging
53+
-init-macrodef-java: defines macro for class execution
54+
-do-jar: JAR building
55+
run: execution of project
56+
-javadoc-build: Javadoc generation
57+
test-report: JUnit report generation
58+
59+
An example of overriding the target for project execution could look like this:
60+
61+
<target name="run" depends="ImageMusic-impl.jar">
62+
<exec dir="bin" executable="launcher.exe">
63+
<arg file="${dist.jar}"/>
64+
</exec>
65+
</target>
66+
67+
Notice that the overridden target depends on the jar target and not only on
68+
the compile target as the regular run target does. Again, for a list of available
69+
properties which you can use, check the target you are overriding in the
70+
nbproject/build-impl.xml file.
71+
72+
-->
73+
</project>

build/ImageMusic.html

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<HTML>
2+
<HEAD>
3+
<TITLE>Applet HTML Page</TITLE>
4+
</HEAD>
5+
<BODY>
6+
7+
<!--
8+
*** GENERATED applet HTML launcher - DO NOT EDIT IN 'BUILD' FOLDER ***
9+
10+
If you need to modify this HTML launcher file (e.g., to add applet parameters),
11+
copy it to where your applet class is found in the SRC folder. If you do this,
12+
the IDE will use it when you run or debug the applet.
13+
14+
Tip: To exclude an HTML launcher from the JAR file, use exclusion filters in
15+
the Packaging page in the Project Properties dialog.
16+
17+
For more information see the online help.
18+
-->
19+
20+
<H3><HR WIDTH="100%">Applet HTML Page<HR WIDTH="100%"></H3>
21+
22+
<P>
23+
<APPLET codebase="classes" code="ImageMusic.class" width=350 height=200></APPLET>
24+
</P>
25+
26+
<HR WIDTH="100%"><FONT SIZE=-1><I>Generated by NetBeans IDE</I></FONT>
27+
</BODY>
28+
</HTML>

build/classes/.netbeans_automatic_build

Whitespace-only changes.

build/classes/.netbeans_update_resources

Whitespace-only changes.

build/classes/ImageMusic$1.class

1.12 KB
Binary file not shown.

build/classes/ImageMusic$2.class

1.71 KB
Binary file not shown.

build/classes/ImageMusic$3.class

1.61 KB
Binary file not shown.

build/classes/ImageMusic$4.class

1.46 KB
Binary file not shown.

build/classes/ImageMusic$5.class

1.42 KB
Binary file not shown.

build/classes/ImageMusic$6.class

853 Bytes
Binary file not shown.

build/classes/ImageMusic.class

7.71 KB
Binary file not shown.

build/classes/NewClass.class

249 Bytes
Binary file not shown.

build/classes/animalSound/cat.wav

1.11 MB
Binary file not shown.

build/classes/animalSound/cow.wav

1.08 MB
Binary file not shown.

build/classes/animalSound/dog.wav

4.95 MB
Binary file not shown.

build/classes/animalSound/fox.wav

1.09 MB
Binary file not shown.

build/classes/animalSound/gorilla.wav

1.71 MB
Binary file not shown.

build/classes/animalSound/horse.wav

595 KB
Binary file not shown.

build/classes/animalSound/lion.wav

865 KB
Binary file not shown.
779 KB
Binary file not shown.

build/classes/animalSound/rooster.wav

307 KB
Binary file not shown.
910 KB
Binary file not shown.

build/classes/animalSound/tiger.wav

1.15 MB
Binary file not shown.

build/classes/animalSound/wolf.wav

1.41 MB
Binary file not shown.

build/classes/animals/cat.jpg

5.96 KB

build/classes/animals/cow.jpg

6.45 KB

build/classes/animals/dog.jpg

6.08 KB

build/classes/animals/fox.jpg

5.95 KB

build/classes/animals/gorilla.jpg

7.01 KB

build/classes/animals/horse.jpg

5.31 KB

build/classes/animals/lion.jpg

6.69 KB

build/classes/animals/rattlesnake.jpg

6.83 KB

build/classes/animals/rooster.jpg

5.79 KB

build/classes/animals/schimpanse.jpg

10.6 KB

build/classes/animals/tiger.jpg

7.41 KB

build/classes/animals/wolf.jpg

5.86 KB

build/classes/buttons/close.jpg

5.17 KB

build/classes/buttons/home.png

20.3 KB

build/classes/buttons/next.png

4.86 KB

build/classes/buttons/play.png

7.29 KB

build/classes/buttons/previous.png

25 KB

build/classes/letterSound/A.wav

5.4 KB
Binary file not shown.

build/classes/letterSound/B.wav

5.03 KB
Binary file not shown.

build/classes/letterSound/C.wav

5.02 KB
Binary file not shown.

build/classes/letterSound/D.wav

5.49 KB
Binary file not shown.

build/classes/letterSound/E.wav

5.47 KB
Binary file not shown.

build/classes/letterSound/F.wav

4.52 KB
Binary file not shown.

build/classes/letterSound/G.wav

5.37 KB
Binary file not shown.

build/classes/letterSound/H.wav

6.13 KB
Binary file not shown.

build/classes/letterSound/I.wav

5.65 KB
Binary file not shown.

build/classes/letterSound/J.wav

5.67 KB
Binary file not shown.

build/classes/letterSound/K.wav

5.87 KB
Binary file not shown.

build/classes/letterSound/L.wav

5.32 KB
Binary file not shown.

build/classes/letterSound/M.wav

5.66 KB
Binary file not shown.

build/classes/letterSound/N.wav

5.46 KB
Binary file not shown.

build/classes/letterSound/O.wav

5.4 KB
Binary file not shown.

build/classes/letterSound/P.wav

4.96 KB
Binary file not shown.

build/classes/letterSound/Q.wav

5.16 KB
Binary file not shown.

build/classes/letterSound/R.wav

5.33 KB
Binary file not shown.

build/classes/letterSound/S.wav

4.82 KB
Binary file not shown.

build/classes/letterSound/T.wav

5.01 KB
Binary file not shown.

build/classes/letterSound/U.wav

5.69 KB
Binary file not shown.

build/classes/letterSound/V.wav

6.09 KB
Binary file not shown.

build/classes/letterSound/W.wav

6.83 KB
Binary file not shown.

build/classes/letterSound/X.wav

4.35 KB
Binary file not shown.

build/classes/letterSound/Y.wav

6.15 KB
Binary file not shown.

build/classes/letterSound/Z.wav

5.79 KB
Binary file not shown.

build/classes/letters/a.png

6.81 KB

build/classes/letters/b.png

4.34 KB

build/classes/letters/c.png

4.07 KB

build/classes/letters/d.png

7.82 KB

build/classes/letters/e.png

5.48 KB

build/classes/letters/f.png

4.49 KB

build/classes/letters/g.png

6.19 KB

build/classes/letters/h.png

6.14 KB

build/classes/letters/i.png

3.6 KB

build/classes/letters/j.png

4.13 KB

build/classes/letters/k.png

3.82 KB

build/classes/letters/l.png

3.85 KB

build/classes/letters/m.png

5.71 KB

build/classes/letters/n.png

5.09 KB

build/classes/letters/o.png

5.35 KB

build/classes/letters/p.png

5.7 KB

build/classes/letters/q.png

6.53 KB

build/classes/letters/r.png

4.05 KB

build/classes/letters/s.png

5.33 KB

build/classes/letters/t.png

4.29 KB

build/classes/letters/u.png

6.46 KB

build/classes/letters/v.png

6.13 KB

build/classes/letters/w.png

6.67 KB

build/classes/letters/x.png

5.55 KB

build/classes/letters/y.png

4.5 KB

build/classes/letters/z.png

5.47 KB

build/classes/numberSound/a.wav

254 KB
Binary file not shown.

build/classes/numberSound/b.wav

254 KB
Binary file not shown.

build/classes/numberSound/c.wav

254 KB
Binary file not shown.

build/classes/numberSound/d.wav

254 KB
Binary file not shown.

build/classes/numberSound/e.wav

254 KB
Binary file not shown.

build/classes/numberSound/f.wav

254 KB
Binary file not shown.

build/classes/numberSound/g.wav

254 KB
Binary file not shown.

build/classes/numberSound/h.wav

254 KB
Binary file not shown.

build/classes/numberSound/i.wav

254 KB
Binary file not shown.

build/classes/numberSound/j.wav

254 KB
Binary file not shown.

build/classes/numberSound/k.wav

254 KB
Binary file not shown.

build/classes/numberSound/l.wav

254 KB
Binary file not shown.

build/classes/numberSound/m.wav

254 KB
Binary file not shown.

build/classes/numberSound/n.wav

254 KB
Binary file not shown.

build/classes/numberSound/o.wav

255 KB
Binary file not shown.

build/classes/numberSound/p.wav

292 KB
Binary file not shown.

build/classes/numberSound/q.wav

254 KB
Binary file not shown.

build/classes/numberSound/r.wav

254 KB
Binary file not shown.

build/classes/numberSound/s.wav

254 KB
Binary file not shown.

build/classes/numberSound/t.wav

254 KB
Binary file not shown.

build/classes/numberSound/u.wav

254 KB
Binary file not shown.

build/classes/numbers/a.png

34.3 KB

build/classes/numbers/b.png

53.8 KB

build/classes/numbers/c.png

27 KB

build/classes/numbers/d.png

51.8 KB

build/classes/numbers/e.png

40.4 KB

build/classes/numbers/f.png

30.7 KB

build/classes/numbers/g.png

52.5 KB

build/classes/numbers/h.png

41.3 KB

build/classes/numbers/i.png

40.6 KB

build/classes/numbers/j.png

55.7 KB

build/classes/numbers/k.png

22 KB

build/classes/numbers/l.png

13.3 KB

build/classes/numbers/m.png

25.5 KB

build/classes/numbers/n.png

30.1 KB

build/classes/numbers/o.png

42.7 KB

build/classes/numbers/p.png

33.8 KB

build/classes/numbers/q.png

33.4 KB

build/classes/numbers/r.png

32.1 KB

build/classes/numbers/s.png

20.5 KB

build/classes/numbers/t.png

62.2 KB

build/classes/numbers/u.png

30.9 KB

build/classes/numbers/v.png

26 KB

build/classes/numbers/w.png

25.7 KB

build/classes/numbers/x.png

32.7 KB

build/classes/numbers/y.png

32 KB

build/classes/numbers/z.png

35.2 KB

build/classes/reference/Intro.wav

22.9 MB
Binary file not shown.

build/classes/reference/all.wav

11.7 KB
Binary file not shown.
13 KB

build/classes/reference/best.jpg

304 KB

build/classes/reference/close.wav

14.1 KB
Binary file not shown.

build/classes/reference/reference.jpg

15.2 KB
15.3 KB

manifest.mf

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Manifest-Version: 1.0
2+
X-COMMENT: Main-Class will be added automatically by build
3+

0 commit comments

Comments
 (0)