# this script compiles everything (it must be "configure"d first) and start up the Swing-UI
//make all && cd ../bin && ./SwingUI.sh ; cd ../src
cd .. && ./buildme && cd bin && ./SwingUI.sh ; cd ../src
