Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron committed Jan 6, 2022
0 parents commit 9ef1582
Show file tree
Hide file tree
Showing 80 changed files with 4,272 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-9">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/Aaron/eclipse-workspace/Aaron-Gotchi Pets/Animation Class (Version 1,5)/AnimatonClass.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Aaron-Gotchi Pets</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
12 changes: 12 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=9
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=9
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.release=enabled
org.eclipse.jdt.core.compiler.source=9
Binary file added Animation Class (Version 1,5)/AnimatonClass.jar
Binary file not shown.
11 changes: 11 additions & 0 deletions Animation Class (Version 1,5)/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Author: Mayur Singh (IamTeknik)
Version: 1.5
Description: Custom Java swing animation class to move jLabels and jTextFields. More components to be added in future versions.

**Important**
Make sure to use Null Layout for your projects GUI.

To view the API, open the "javadoc" folder and locate the file named "index". This is an HTML file which will open in your browser and you may browse through descriptions on what each parameter requires.
You can ZIP the "javadoc" folder and add it to Eclipse or Netbeans so that it gives information while you use the class. It is more convinient but this is a very easy to use API so it's not needed. Follow the link next to the "Download" button on my website (www.teknikindustries.com) to watch an example on how to use the entire API.

Thank you for downloading :)
Loading

0 comments on commit 9ef1582

Please sign in to comment.