Skip to content

Commit

Permalink
some refactoring; import from jm still got issues; moved some functio…
Browse files Browse the repository at this point in the history
…nal into IModel (Helper now has only fieldStorage. i would move it too, but interfaces cant have instance properties)
  • Loading branch information
klesun committed Jul 14, 2015
1 parent 183e64f commit fbd59b3
Show file tree
Hide file tree
Showing 114 changed files with 757 additions and 818 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#javac -sourcepath "./src" -d "./bin" "./src/main/Main.java" -cp "libs/commons-math3-3.5.jar:libs/guava-18.0.jar"
#cp -R src/Gui/imgs bin/Gui/
#cp -R src/gui/imgs bin/gui/

function join { local IFS="$1"; shift; echo "$*"; }

Expand All @@ -8,4 +8,4 @@ libs_query=$(join : libs/*)
mkdir -p bin

javac -sourcepath "./src" -d "./bin" "./src/main/Main.java" -cp $libs_query
cp -R src/Gui/imgs bin/Gui/
cp -R src/gui/imgs bin/gui/
Binary file removed imgs/Thumbs.db
Binary file not shown.
Binary file removed src/Gui/imgs/0_sized.png
Binary file not shown.
Binary file removed src/Gui/imgs/16_sized.png
Binary file not shown.
Binary file removed src/Gui/imgs/1_sized.png
Binary file not shown.
Binary file removed src/Gui/imgs/2_sized.png
Binary file not shown.
Binary file removed src/Gui/imgs/4_sized.png
Binary file not shown.
Binary file removed src/Gui/imgs/8_sized.png
Binary file not shown.
Binary file removed src/Gui/imgs/MyPointer.png
Binary file not shown.
Binary file removed src/Gui/imgs/bass_sized.png
Binary file not shown.
Binary file removed src/Gui/imgs/flat_sized.png
Binary file not shown.
Binary file removed src/Gui/imgs/instrument.png
Binary file not shown.
Binary file removed src/Gui/imgs/sharp_sized.png
Binary file not shown.
Binary file removed src/Gui/imgs/vio_sized.png
Binary file not shown.
Binary file removed src/Gui/imgs/volume.png
Binary file not shown.
17 changes: 0 additions & 17 deletions src/Model/Action.java

This file was deleted.

99 changes: 0 additions & 99 deletions src/Model/ActionFactory.java

This file was deleted.

125 changes: 0 additions & 125 deletions src/Model/Helper.java

This file was deleted.

28 changes: 0 additions & 28 deletions src/Model/IModel.java

This file was deleted.

56 changes: 0 additions & 56 deletions src/Stuff/Tools/jmusicIntegration/INota.java

This file was deleted.

Loading

0 comments on commit fbd59b3

Please sign in to comment.