Some testing...

This commit is contained in:
7u83
2016-12-26 01:17:34 +01:00
parent 8b22549f4d
commit bda01fbb95
19 changed files with 296 additions and 42 deletions

View File

@ -0,0 +1 @@
main.class=Gui.MainWin

View File

@ -1,2 +1,6 @@
compile.on.save=true
do.depend=false
do.jar=true
javac.debug=true
javadoc.preview=true
user.properties.file=/home/tube/.netbeans/8.1/build.properties

View File

@ -1,8 +1,22 @@
<?xml version="1.0" encoding="UTF-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>
<file>file:/home/tube/NetBeansProjects/SeSim/src/StockExchange/Account.java</file>
<file>file:/home/tube/NetBeansProjects/SeSim/src/StockExchange/BuyOrder.java</file>
<file>file:/home/tube/NetBeansProjects/SeSim/src/StockExchange/ThreadedTrader.java</file>
<file>file:/home/tube/NetBeansProjects/SeSim/README.md</file>
<file>file:/home/tube/NetBeansProjects/SeSim/src/StockExchange/Exchange.java</file>
<file>file:/home/tube/NetBeansProjects/SeSim/src/StockExchange/RandomTrader.java</file>
<file>file:/home/tube/NetBeansProjects/SeSim/src/sesim/SeSim.java</file>
<file>file:/home/tube/NetBeansProjects/SeSim/src/StockExchange/SellOrder.java</file>
<file>file:/home/tube/NetBeansProjects/SeSim/src/StockExchange/Logger.java</file>
<file>file:/home/tube/NetBeansProjects/SeSim/src/StockExchange/Order.java</file>
<file>file:/home/tube/NetBeansProjects/SeSim/src/StockExchange/TraderRun.java</file>
<file>file:/home/tube/NetBeansProjects/SeSim/manifest.mf</file>
<file>file:/home/tube/NetBeansProjects/SeSim/src/StockExchange/Trader.java</file>
<file>file:/home/tube/NetBeansProjects/SeSim/src/StockExchange/MTrader.java</file>
</group>
</open-files>
</project-private>

View File

@ -1,9 +1,10 @@
annotation.processing.enabled=true
annotation.processing.enabled.in.editor=false
annotation.processing.processor.options=
annotation.processing.processors.list=
annotation.processing.run.all.processors=true
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
application.title=SeSim
application.vendor=tube
build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form
# This directory is removed when the project is cleaned:
@ -26,6 +27,7 @@ dist.archive.excludes=
dist.dir=dist
dist.jar=${dist.dir}/SeSim.jar
dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
excludes=
includes=**
jar.compress=false
@ -65,7 +67,7 @@ run.classpath=\
# Space-separated list of JVM arguments used when running the project.
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
# To set system properties for unit tests define test-sys-prop.name=value:
run.jvmargs=
run.jvmargs=-Djava.security.policy=applet.policy
run.test.classpath=\
${javac.test.classpath}:\
${build.test.classes.dir}