Skip to content

Commit df103c1

Browse files
committed
flatlaf update and new icons after instalation
1 parent 8480495 commit df103c1

11 files changed

Lines changed: 21 additions & 14 deletions

File tree

instalador/build-jpackage-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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'

instalador/icons.ico

45.9 KB
Binary file not shown.

lib/FlatLaf-1.0/flatlaf-1.0.jar

-486 KB
Binary file not shown.
799 KB
Binary file not shown.

lib/nblibraries.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ libs.CopyLibs.classpath=\
22
${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
33
libs.CopyLibs.displayName=CopyLibs Task
44
libs.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
88
libs.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

nbproject/licenseheader.txt

Whitespace-only changes.

nbproject/private/private.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ do.jlink=false
55
javac.debug=true
66
javadoc.preview=true
77
jlink.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

nbproject/private/private.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
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>

nbproject/project.properties

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ jar.archive.disabled=${jnlp.enabled}
3939
jar.compress=false
4040
jar.index=${jnlp.enabled}
4141
javac.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
4646
javac.deprecation=false
4747
javac.external.vm=true
4848
javac.modulepath=
4949
javac.processormodulepath=
5050
javac.processorpath=\
5151
${javac.classpath}
52-
javac.source=17
53-
javac.target=17
52+
javac.source=18
53+
javac.target=18
5454
javac.test.classpath=\
5555
${javac.classpath}:\
5656
${build.classes.dir}
@@ -94,6 +94,7 @@ manifest.file=manifest.mf
9494
meta.inf.dir=${src.dir}/META-INF
9595
mkdist.disabled=false
9696
platform.active=default_platform
97+
project.licensePath=./nbproject/licenseheader.txt
9798
run.classpath=\
9899
${javac.classpath}:\
99100
${build.classes.dir}

src/br/com/davidbuzatto/computersupportedclasshelper/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)