Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Misiker101 committed Mar 21, 2023
0 parents commit b5e6c71
Show file tree
Hide file tree
Showing 293 changed files with 1,995 additions and 0 deletions.
1 change: 1 addition & 0 deletions Git
Submodule Git added at f36c63
3 changes: 3 additions & 0 deletions applet.policy
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
grant {
permission java.security.AllPermission;
};
73 changes: 73 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See commented blocks below for -->
<!-- some examples of how to customize the build. -->
<!-- (If you delete it and reopen the project it will be recreated.) -->
<!-- By default, only the Clean and Build commands use this build script. -->
<!-- Commands such as Run, Debug, and Test only use this build script if -->
<!-- the Compile on Save feature is turned off for the project. -->
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
<!-- in the project's Project Properties dialog box.-->
<project name="ImageMusic" default="default" basedir=".">
<description>Builds, tests, and runs the project ImageMusic.</description>
<import file="nbproject/build-impl.xml"/>
<!--
There exist several targets which are by default empty and which can be
used for execution of your tasks. These targets are usually executed
before and after some main targets. They are:
-pre-init: called before initialization of project properties
-post-init: called after initialization of project properties
-pre-compile: called before javac compilation
-post-compile: called after javac compilation
-pre-compile-single: called before javac compilation of single file
-post-compile-single: called after javac compilation of single file
-pre-compile-test: called before javac compilation of JUnit tests
-post-compile-test: called after javac compilation of JUnit tests
-pre-compile-test-single: called before javac compilation of single JUnit test
-post-compile-test-single: called after javac compilation of single JUunit test
-pre-jar: called before JAR building
-post-jar: called after JAR building
-post-clean: called after cleaning build products
(Targets beginning with '-' are not intended to be called on their own.)
Example of inserting an obfuscator after compilation could look like this:
<target name="-post-compile">
<obfuscate>
<fileset dir="${build.classes.dir}"/>
</obfuscate>
</target>
For list of available properties check the imported
nbproject/build-impl.xml file.
Another way to customize the build is by overriding existing main targets.
The targets of interest are:
-init-macrodef-javac: defines macro for javac compilation
-init-macrodef-junit: defines macro for junit execution
-init-macrodef-debug: defines macro for class debugging
-init-macrodef-java: defines macro for class execution
-do-jar: JAR building
run: execution of project
-javadoc-build: Javadoc generation
test-report: JUnit report generation
An example of overriding the target for project execution could look like this:
<target name="run" depends="ImageMusic-impl.jar">
<exec dir="bin" executable="launcher.exe">
<arg file="${dist.jar}"/>
</exec>
</target>
Notice that the overridden target depends on the jar target and not only on
the compile target as the regular run target does. Again, for a list of available
properties which you can use, check the target you are overriding in the
nbproject/build-impl.xml file.
-->
</project>
28 changes: 28 additions & 0 deletions build/ImageMusic.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<HTML>
<HEAD>
<TITLE>Applet HTML Page</TITLE>
</HEAD>
<BODY>

<!--
*** GENERATED applet HTML launcher - DO NOT EDIT IN 'BUILD' FOLDER ***
If you need to modify this HTML launcher file (e.g., to add applet parameters),
copy it to where your applet class is found in the SRC folder. If you do this,
the IDE will use it when you run or debug the applet.
Tip: To exclude an HTML launcher from the JAR file, use exclusion filters in
the Packaging page in the Project Properties dialog.
For more information see the online help.
-->

<H3><HR WIDTH="100%">Applet HTML Page<HR WIDTH="100%"></H3>

<P>
<APPLET codebase="classes" code="ImageMusic.class" width=350 height=200></APPLET>
</P>

<HR WIDTH="100%"><FONT SIZE=-1><I>Generated by NetBeans IDE</I></FONT>
</BODY>
</HTML>
Empty file.
Empty file.
Binary file added build/classes/ImageMusic$1.class
Binary file not shown.
Binary file added build/classes/ImageMusic$2.class
Binary file not shown.
Binary file added build/classes/ImageMusic$3.class
Binary file not shown.
Binary file added build/classes/ImageMusic$4.class
Binary file not shown.
Binary file added build/classes/ImageMusic$5.class
Binary file not shown.
Binary file added build/classes/ImageMusic$6.class
Binary file not shown.
Binary file added build/classes/ImageMusic.class
Binary file not shown.
Binary file added build/classes/NewClass.class
Binary file not shown.
Binary file added build/classes/animalSound/cat.wav
Binary file not shown.
Binary file added build/classes/animalSound/cow.wav
Binary file not shown.
Binary file added build/classes/animalSound/dog.wav
Binary file not shown.
Binary file added build/classes/animalSound/fox.wav
Binary file not shown.
Binary file added build/classes/animalSound/gorilla.wav
Binary file not shown.
Binary file added build/classes/animalSound/horse.wav
Binary file not shown.
Binary file added build/classes/animalSound/lion.wav
Binary file not shown.
Binary file added build/classes/animalSound/rattlesnake.wav
Binary file not shown.
Binary file added build/classes/animalSound/rooster.wav
Binary file not shown.
Binary file added build/classes/animalSound/schimpanse.wav
Binary file not shown.
Binary file added build/classes/animalSound/tiger.wav
Binary file not shown.
Binary file added build/classes/animalSound/wolf.wav
Binary file not shown.
Binary file added build/classes/animals/cat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/animals/cow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/animals/dog.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/animals/fox.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/animals/gorilla.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/animals/horse.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/animals/lion.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/animals/rattlesnake.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/animals/rooster.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/animals/schimpanse.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/animals/tiger.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/animals/wolf.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/buttons/close.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/buttons/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/buttons/next.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/buttons/play.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/buttons/previous.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/letterSound/A.wav
Binary file not shown.
Binary file added build/classes/letterSound/B.wav
Binary file not shown.
Binary file added build/classes/letterSound/C.wav
Binary file not shown.
Binary file added build/classes/letterSound/D.wav
Binary file not shown.
Binary file added build/classes/letterSound/E.wav
Binary file not shown.
Binary file added build/classes/letterSound/F.wav
Binary file not shown.
Binary file added build/classes/letterSound/G.wav
Binary file not shown.
Binary file added build/classes/letterSound/H.wav
Binary file not shown.
Binary file added build/classes/letterSound/I.wav
Binary file not shown.
Binary file added build/classes/letterSound/J.wav
Binary file not shown.
Binary file added build/classes/letterSound/K.wav
Binary file not shown.
Binary file added build/classes/letterSound/L.wav
Binary file not shown.
Binary file added build/classes/letterSound/M.wav
Binary file not shown.
Binary file added build/classes/letterSound/N.wav
Binary file not shown.
Binary file added build/classes/letterSound/O.wav
Binary file not shown.
Binary file added build/classes/letterSound/P.wav
Binary file not shown.
Binary file added build/classes/letterSound/Q.wav
Binary file not shown.
Binary file added build/classes/letterSound/R.wav
Binary file not shown.
Binary file added build/classes/letterSound/S.wav
Binary file not shown.
Binary file added build/classes/letterSound/T.wav
Binary file not shown.
Binary file added build/classes/letterSound/U.wav
Binary file not shown.
Binary file added build/classes/letterSound/V.wav
Binary file not shown.
Binary file added build/classes/letterSound/W.wav
Binary file not shown.
Binary file added build/classes/letterSound/X.wav
Binary file not shown.
Binary file added build/classes/letterSound/Y.wav
Binary file not shown.
Binary file added build/classes/letterSound/Z.wav
Binary file not shown.
Binary file added build/classes/letters/a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/letters/b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/letters/c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/letters/d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/letters/e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/letters/f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/letters/g.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/letters/h.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/letters/i.png
Binary file added build/classes/letters/j.png
Binary file added build/classes/letters/k.png
Binary file added build/classes/letters/l.png
Binary file added build/classes/letters/m.png
Binary file added build/classes/letters/n.png
Binary file added build/classes/letters/o.png
Binary file added build/classes/letters/p.png
Binary file added build/classes/letters/q.png
Binary file added build/classes/letters/r.png
Binary file added build/classes/letters/s.png
Binary file added build/classes/letters/t.png
Binary file added build/classes/letters/u.png
Binary file added build/classes/letters/v.png
Binary file added build/classes/letters/w.png
Binary file added build/classes/letters/x.png
Binary file added build/classes/letters/y.png
Binary file added build/classes/letters/z.png
Binary file added build/classes/numberSound/a.wav
Binary file not shown.
Binary file added build/classes/numberSound/b.wav
Binary file not shown.
Binary file added build/classes/numberSound/c.wav
Binary file not shown.
Binary file added build/classes/numberSound/d.wav
Binary file not shown.
Binary file added build/classes/numberSound/e.wav
Binary file not shown.
Binary file added build/classes/numberSound/f.wav
Binary file not shown.
Binary file added build/classes/numberSound/g.wav
Binary file not shown.
Binary file added build/classes/numberSound/h.wav
Binary file not shown.
Binary file added build/classes/numberSound/i.wav
Binary file not shown.
Binary file added build/classes/numberSound/j.wav
Binary file not shown.
Binary file added build/classes/numberSound/k.wav
Binary file not shown.
Binary file added build/classes/numberSound/l.wav
Binary file not shown.
Binary file added build/classes/numberSound/m.wav
Binary file not shown.
Binary file added build/classes/numberSound/n.wav
Binary file not shown.
Binary file added build/classes/numberSound/o.wav
Binary file not shown.
Binary file added build/classes/numberSound/p.wav
Binary file not shown.
Binary file added build/classes/numberSound/q.wav
Binary file not shown.
Binary file added build/classes/numberSound/r.wav
Binary file not shown.
Binary file added build/classes/numberSound/s.wav
Binary file not shown.
Binary file added build/classes/numberSound/t.wav
Binary file not shown.
Binary file added build/classes/numberSound/u.wav
Binary file not shown.
Binary file added build/classes/numbers/a.png
Binary file added build/classes/numbers/b.png
Binary file added build/classes/numbers/c.png
Binary file added build/classes/numbers/d.png
Binary file added build/classes/numbers/e.png
Binary file added build/classes/numbers/f.png
Binary file added build/classes/numbers/g.png
Binary file added build/classes/numbers/h.png
Binary file added build/classes/numbers/i.png
Binary file added build/classes/numbers/j.png
Binary file added build/classes/numbers/k.png
Binary file added build/classes/numbers/l.png
Binary file added build/classes/numbers/m.png
Binary file added build/classes/numbers/n.png
Binary file added build/classes/numbers/o.png
Binary file added build/classes/numbers/p.png
Binary file added build/classes/numbers/q.png
Binary file added build/classes/numbers/r.png
Binary file added build/classes/numbers/s.png
Binary file added build/classes/numbers/t.png
Binary file added build/classes/numbers/u.png
Binary file added build/classes/numbers/v.png
Binary file added build/classes/numbers/w.png
Binary file added build/classes/numbers/x.png
Binary file added build/classes/numbers/y.png
Binary file added build/classes/numbers/z.png
Binary file added build/classes/reference/Intro.wav
Binary file not shown.
Binary file added build/classes/reference/all.wav
Binary file not shown.
Binary file added build/classes/reference/background.jpg
Binary file added build/classes/reference/best.jpg
Binary file added build/classes/reference/close.wav
Binary file not shown.
Binary file added build/classes/reference/reference.jpg
Binary file added build/classes/reference/referencee.jpg
3 changes: 3 additions & 0 deletions manifest.mf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
X-COMMENT: Main-Class will be added automatically by build

Loading

0 comments on commit b5e6c71

Please sign in to comment.