File tree Expand file tree Collapse file tree
src/br/com/davidbuzatto/computersupportedclasshelper Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11--input ../dist/
22--name CSCH
33--main-jar CSCH.jar
4- --app-version 1.5.1
4+ --app-version 1.5.2
55--vendor 'Prof. Dr. David Buzatto'
66--description 'Computer Supported Class Helper'
7- --icon pallete .ico
7+ --icon icons .ico
88--license-file ../dist/LICENSE.MD
99--win-dir-chooser
1010--win-menu-group 'CSCH'
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ libs.CopyLibs.classpath=\
22 ${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
33libs.CopyLibs.displayName =CopyLibs Task
44libs.CopyLibs.prop-version =3.0
5- libs.FlatLaf-1.0 .classpath =\
6- ${base}/FlatLaf-1.0 /flatlaf-1.0 .jar
7- libs.FlatLaf-1.0. displayName =FlatLaf-1.0
5+ libs.FlatLaf-3.2.5 .classpath =\
6+ ${base}/FlatLaf-3.2.5 /flatlaf-3.2.5 .jar
7+ libs.FlatLaf-3.2.5. displayName =FlatLaf-3.2.5
88libs.JTS_1.18.1.classpath =\
99 ${base}/JTS_1.18.1/jts-core-1.18.1.jar; \
1010 ${base}/JTS_1.18.1/jts-io-common-1.18.1.jar
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ do.jlink=false
55javac.debug =true
66javadoc.preview =true
77jlink.strip =false
8- user.properties.file =C:\\Users\\David\\AppData\\Roaming\\NetBeans\\16 \\build.properties
8+ user.properties.file =C:\\Users\\David\\AppData\\Roaming\\NetBeans\\19 \\build.properties
Original file line number Diff line number Diff line change 3131 </file >
3232 </editor-bookmarks >
3333 <open-files xmlns =" http://www.netbeans.org/ns/projectui-open-files/2" >
34- <group />
34+ <group >
35+ <file >file:/D:/Google%20Drive/Projetos%20e%20Códigos/Computer%20Supported%20Class%20Helper/ComputerSupportedClassHelper/lib/nblibraries.properties</file >
36+ <file >file:/D:/Google%20Drive/Projetos%20e%20Códigos/Computer%20Supported%20Class%20Helper/ComputerSupportedClassHelper/src/br/com/davidbuzatto/computersupportedclasshelper/gui/geom/CatmullRom.java</file >
37+ <file >file:/D:/Google%20Drive/Projetos%20e%20Códigos/Computer%20Supported%20Class%20Helper/ComputerSupportedClassHelper/src/br/com/davidbuzatto/computersupportedclasshelper/gui/geom/Curve.java</file >
38+ <file >file:/D:/Google%20Drive/Projetos%20e%20Códigos/Computer%20Supported%20Class%20Helper/ComputerSupportedClassHelper/src/br/com/davidbuzatto/computersupportedclasshelper/Main.java</file >
39+ <file >file:/D:/Google%20Drive/Projetos%20e%20Códigos/Computer%20Supported%20Class%20Helper/ComputerSupportedClassHelper/src/br/com/davidbuzatto/computersupportedclasshelper/utils/Constants.java</file >
40+ </group >
3541 </open-files >
3642</project-private >
Original file line number Diff line number Diff line change @@ -39,18 +39,18 @@ jar.archive.disabled=${jnlp.enabled}
3939jar.compress =false
4040jar.index =${jnlp.enabled}
4141javac.classpath =\
42- ${libs.FlatLaf-1.0 .classpath}:\
43- ${libs.JTS_1.18.1 .classpath}
42+ ${libs.JTS_1.18.1 .classpath}:\
43+ ${libs.FlatLaf-3.2.5 .classpath}
4444# Space-separated list of extra javac options
45- javac.compilerargs =-Xlint:unchecked
45+ javac.compilerargs =-Xlint:unchecked -Xlint:deprecation
4646javac.deprecation =false
4747javac.external.vm =true
4848javac.modulepath =
4949javac.processormodulepath =
5050javac.processorpath =\
5151 ${javac.classpath}
52- javac.source =17
53- javac.target =17
52+ javac.source =18
53+ javac.target =18
5454javac.test.classpath =\
5555 ${javac.classpath}:\
5656 ${build.classes.dir}
@@ -94,6 +94,7 @@ manifest.file=manifest.mf
9494meta.inf.dir =${src.dir}/META-INF
9595mkdist.disabled =false
9696platform.active =default_platform
97+ project.licensePath =./nbproject/licenseheader.txt
9798run.classpath =\
9899 ${javac.classpath}:\
99100 ${build.classes.dir}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public class Main {
2222 */
2323 public static void main ( String args [] ) {
2424
25- FlatDarkLaf .install ();
25+ FlatDarkLaf .setup ();
2626
2727 /* Create and display the form */
2828 java .awt .EventQueue .invokeLater (new Runnable () {
You can’t perform that action at this time.
0 commit comments