that's it for today
This commit is contained in:
parent
aaf303eef0
commit
b2232e052e
@ -75,7 +75,7 @@ jlink.launcher=true
|
||||
jlink.launcher.name=JavaLibraryASDV
|
||||
meta.inf.dir=${src.dir}/META-INF
|
||||
mkdist.disabled=true
|
||||
platform.active=JDK_8__System_
|
||||
platform.active=JDK_1.8
|
||||
run.classpath=\
|
||||
${javac.classpath}:\
|
||||
${build.classes.dir}
|
||||
|
@ -43,7 +43,7 @@ public class PieChart extends Application {
|
||||
}
|
||||
pie.get(0).setFill(Color.BLUE);
|
||||
pie.get(1).setFill(Color.RED);
|
||||
pie.get(2).setFill(Color.YELLOW);
|
||||
pie.get(2).setFill(Color.ORANGE);
|
||||
pie.get(3).setFill(Color.GREEN);
|
||||
|
||||
Object[] pieArr = pie.toArray();
|
||||
|
@ -1,4 +1,4 @@
|
||||
#Wed, 23 Aug 2023 15:38:52 -0500
|
||||
#Mon, 28 Aug 2023 12:55:49 -0500
|
||||
|
||||
|
||||
/home/caleb/ASDV-Java/Semester\ 3/Assignments/lab3_CalebFontenot=
|
||||
|
@ -2,6 +2,8 @@
|
||||
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
|
||||
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
|
||||
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
|
||||
<group/>
|
||||
<group>
|
||||
<file>file:/home/caleb/ASDV-Java/Semester%203/Assignments/lab3_CalebFontenot/src/lab3_calebfontenot/BallControl.java</file>
|
||||
</group>
|
||||
</open-files>
|
||||
</project-private>
|
||||
|
@ -107,7 +107,7 @@ manifest.custom.permissions=
|
||||
manifest.file=manifest.mf
|
||||
meta.inf.dir=${src.dir}/META-INF
|
||||
mkdist.disabled=false
|
||||
platform.active=JDK_8__System_
|
||||
platform.active=JDK_1.8
|
||||
run.classpath=\
|
||||
${dist.jar}:\
|
||||
${javac.classpath}:\
|
||||
|
Loading…
Reference in New Issue
Block a user