Skip to content

Commit 3bd6b86

Browse files
committed
added sorting visualization
1 parent 28b655f commit 3bd6b86

44 files changed

Lines changed: 21436 additions & 728 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Binary file not shown.
Binary file not shown.
-57 Bytes
Binary file not shown.

Java Swing Text Editor/nbproject/build-impl.xml

Lines changed: 501 additions & 153 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
build.xml.data.CRC32=cfa66abf
22
build.xml.script.CRC32=802b8b7e
3-
build.xml.stylesheet.CRC32=8064a381@1.80.1.48
3+
build.xml.stylesheet.CRC32=f85dc8f2@1.89.1.48
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
66
nbproject/build-impl.xml.data.CRC32=cfa66abf
7-
nbproject/build-impl.xml.script.CRC32=7e825ba8
8-
nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48
7+
nbproject/build-impl.xml.script.CRC32=b6e7ab65
8+
nbproject/build-impl.xml.stylesheet.CRC32=3a2fa800@1.89.1.48

Java Swing Text Editor/nbproject/project.properties

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ build.test.results.dir=${build.dir}/test/results
1818
#debug.transport=dt_socket
1919
debug.classpath=\
2020
${run.classpath}
21+
debug.modulepath=\
22+
${run.modulepath}
2123
debug.test.classpath=\
2224
${run.test.classpath}
25+
debug.test.modulepath=\
26+
${run.test.modulepath}
2327
# Files in build.classes.dir which should be excluded from distribution jar
2428
dist.archive.excludes=
2529
# This directory is removed when the project is cleaned:
@@ -33,13 +37,17 @@ javac.classpath=
3337
# Space-separated list of extra javac options
3438
javac.compilerargs=
3539
javac.deprecation=false
40+
javac.modulepath=
41+
javac.processormodulepath=
3642
javac.processorpath=\
3743
${javac.classpath}
3844
javac.source=1.8
3945
javac.target=1.8
4046
javac.test.classpath=\
4147
${javac.classpath}:\
4248
${build.classes.dir}
49+
javac.test.modulepath=\
50+
${javac.modulepath}
4351
javac.test.processorpath=\
4452
${javac.test.classpath}
4553
javadoc.additionalparam=
@@ -65,9 +73,13 @@ run.classpath=\
6573
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
6674
# To set system properties for unit tests define test-sys-prop.name=value:
6775
run.jvmargs=
76+
run.modulepath=\
77+
${javac.modulepath}
6878
run.test.classpath=\
6979
${javac.test.classpath}:\
7080
${build.test.classes.dir}
81+
run.test.modulepath=\
82+
${javac.test.modulepath}
7183
source.encoding=UTF-8
7284
src.dir=src
7385
test.src.dir=test
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
==========================================
2+
Project CustomButtons build script updated
3+
==========================================
4+
5+
Project build script file jfx-impl.xml in nbproject sub-directory has not been recognized
6+
as compliant with this version of NetBeans JavaFX support module. To ensure correct
7+
and complete functionality within this NetBeans installation the script file has been
8+
backed up to jfx-impl_backup.xml and then updated to the currently supported state.
9+
10+
FX Project build script auto-update may be triggered on project open either after
11+
NetBeans installation update or by manual changes in jfx-impl.xml. Please note that
12+
changing jfx-impl.xml manually is not recommended. Any build customization code should
13+
be placed only in build.xml in project root directory.
14+
15+
Remark: The auto-update mechanism can be disabled by setting property
16+
javafx.disable.autoupdate=true
17+
Automatic opening of this notification when project files are updated can be disabled by setting property
18+
javafx.disable.autoupdate.notification=true
19+
(in build.properties, private.properties or project.properties).
20+
21+
Remark: Files nbproject/jfx-impl_backup*.xml and this file nbproject/UPDATED.TXT
22+
are not used when building the project and can be freely deleted.
23+

JavaFX Custom Shape Buttons/nbproject/build-impl.xml

Lines changed: 501 additions & 153 deletions
Large diffs are not rendered by default.

JavaFX Custom Shape Buttons/nbproject/genfiles.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ [email protected]
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
66
nbproject/build-impl.xml.data.CRC32=06842a62
7-
nbproject/build-impl.xml.script.CRC32=f2c9cea9
8-
nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48
7+
nbproject/build-impl.xml.script.CRC32=5002a5d1
8+
nbproject/build-impl.xml.stylesheet.CRC32=3a2fa800@1.89.1.48

JavaFX Custom Shape Buttons/nbproject/jfx-impl.xml

Lines changed: 183 additions & 35 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)