I'm starting to enjoy JavaFX ^.^
3
.gitignore
vendored
@ -144,3 +144,6 @@
|
||||
/Semester 3/Assignments/lab2_FX2_F22_part1/dist/
|
||||
/Semester 3/Assignments/Lab1FX/nbproject/private/
|
||||
/Semester 3/Assignments/Lab1FX/build/
|
||||
/Semester 3/Assignments/MP1_FX_CalebFontenot/nbproject/private/
|
||||
/Semester 3/Assignments/MP1_FX_CalebFontenot/build/
|
||||
/Semester 3/Assignments/MP1_FX_CalebFontenot/dist/
|
||||
|
53
Semester 3/Assignments/MP1_FX_CalebFontenot/build.xml
Normal file
@ -0,0 +1,53 @@
|
||||
<?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. --><project name="MP1_FX_CalebFontenot" default="default" basedir="." xmlns:fx="javafx:com.sun.javafx.tools.ant">
|
||||
<description>Builds, tests, and runs the project MP1_FX_CalebFontenot.</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. Those of them relevant for JavaFX project 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-test: called before javac compilation of JUnit tests
|
||||
-post-compile-test: called after javac compilation of JUnit tests
|
||||
-pre-jfx-jar: called before FX SDK specific <fx:jar> task
|
||||
-post-jfx-jar: called after FX SDK specific <fx:jar> task
|
||||
-pre-jfx-deploy: called before FX SDK specific <fx:deploy> task
|
||||
-post-jfx-deploy: called after FX SDK specific <fx:deploy> task
|
||||
-pre-jfx-native: called just after -pre-jfx-deploy if <fx:deploy> runs in native packaging mode
|
||||
-post-jfx-native: called just after -post-jfx-deploy if <fx:deploy> runs in native packaging mode
|
||||
-post-clean: called after cleaning build products
|
||||
|
||||
(Targets beginning with '-' are not intended to be called on their own.)
|
||||
|
||||
Example of inserting a HTML postprocessor after javaFX SDK deployment:
|
||||
|
||||
<target name="-post-jfx-deploy">
|
||||
<basename property="jfx.deployment.base" file="${jfx.deployment.jar}" suffix=".jar"/>
|
||||
<property name="jfx.deployment.html" location="${jfx.deployment.dir}${file.separator}${jfx.deployment.base}.html"/>
|
||||
<custompostprocess>
|
||||
<fileset dir="${jfx.deployment.html}"/>
|
||||
</custompostprocess>
|
||||
</target>
|
||||
|
||||
Example of calling an Ant task from JavaFX SDK. Note that access to JavaFX SDK Ant tasks must be
|
||||
initialized; to ensure this is done add the dependence on -check-jfx-sdk-version target:
|
||||
|
||||
<target name="-post-jfx-jar" depends="-check-jfx-sdk-version">
|
||||
<echo message="Calling jar task from JavaFX SDK"/>
|
||||
<fx:jar ...>
|
||||
...
|
||||
</fx:jar>
|
||||
</target>
|
||||
|
||||
For more details about JavaFX SDK Ant tasks go to
|
||||
http://docs.oracle.com/javafx/2/deployment/jfxpub-deployment.htm
|
||||
|
||||
For list of available properties check the files
|
||||
nbproject/build-impl.xml and nbproject/jfx-impl.xml.
|
||||
|
||||
-->
|
||||
</project>
|
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L1.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L10.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L11.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L12.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L13.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L14.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L15.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L16.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L17.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L18.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L19.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L2.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L20.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L21.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L22.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L23.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L24.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L25.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L26.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L27.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L28.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L29.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L3.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L30.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L31.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L32.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L33.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L34.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L35.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L36.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L37.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L38.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L39.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L4.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L40.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L41.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L42.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L43.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L44.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L45.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L46.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L47.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L48.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L49.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L5.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L50.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L51.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L52.gif
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L6.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L7.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L8.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/L9.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/TICTACTOE.ico
Executable file
After Width: | Height: | Size: 2.2 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/ca.gif
Executable file
After Width: | Height: | Size: 3.0 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/caIcon.gif
Executable file
After Width: | Height: | Size: 110 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/canada.bmp
Executable file
After Width: | Height: | Size: 17 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card.zip
Executable file
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/1.png
Executable file
After Width: | Height: | Size: 583 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/10.png
Executable file
After Width: | Height: | Size: 596 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/11.png
Executable file
After Width: | Height: | Size: 3.0 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/12.png
Executable file
After Width: | Height: | Size: 3.1 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/13.png
Executable file
After Width: | Height: | Size: 3.0 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/14.png
Executable file
After Width: | Height: | Size: 453 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/15.png
Executable file
After Width: | Height: | Size: 474 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/16.png
Executable file
After Width: | Height: | Size: 508 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/17.png
Executable file
After Width: | Height: | Size: 494 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/18.png
Executable file
After Width: | Height: | Size: 578 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/19.png
Executable file
After Width: | Height: | Size: 531 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/2.png
Executable file
After Width: | Height: | Size: 463 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/20.png
Executable file
After Width: | Height: | Size: 606 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/21.png
Executable file
After Width: | Height: | Size: 625 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/22.png
Executable file
After Width: | Height: | Size: 634 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/23.png
Executable file
After Width: | Height: | Size: 630 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/24.png
Executable file
After Width: | Height: | Size: 3.0 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/25.png
Executable file
After Width: | Height: | Size: 3.1 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/26.png
Executable file
After Width: | Height: | Size: 3.1 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/27.png
Executable file
After Width: | Height: | Size: 388 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/28.png
Executable file
After Width: | Height: | Size: 411 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/29.png
Executable file
After Width: | Height: | Size: 440 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/3.png
Executable file
After Width: | Height: | Size: 511 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/30.png
Executable file
After Width: | Height: | Size: 435 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/31.png
Executable file
After Width: | Height: | Size: 478 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/32.png
Executable file
After Width: | Height: | Size: 463 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/33.png
Executable file
After Width: | Height: | Size: 513 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/34.png
Executable file
After Width: | Height: | Size: 525 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/35.png
Executable file
After Width: | Height: | Size: 533 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/36.png
Executable file
After Width: | Height: | Size: 554 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/37.png
Executable file
After Width: | Height: | Size: 3.0 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/38.png
Executable file
After Width: | Height: | Size: 3.0 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/39.png
Executable file
After Width: | Height: | Size: 3.0 KiB |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/4.png
Executable file
After Width: | Height: | Size: 486 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/40.png
Executable file
After Width: | Height: | Size: 440 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/41.png
Executable file
After Width: | Height: | Size: 457 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/42.png
Executable file
After Width: | Height: | Size: 505 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/43.png
Executable file
After Width: | Height: | Size: 474 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/44.png
Executable file
After Width: | Height: | Size: 553 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/45.png
Executable file
After Width: | Height: | Size: 510 B |
BIN
Semester 3/Assignments/MP1_FX_CalebFontenot/image/card/46.png
Executable file
After Width: | Height: | Size: 610 B |