first commit
authorCharles Ofoegbu <tcnofoegbu@dundee.ac.uk>
Tue, 9 Dec 2014 12:57:13 +0000 (12:57 +0000)
committerCharles Ofoegbu <tcnofoegbu@dundee.ac.uk>
Tue, 9 Dec 2014 12:57:13 +0000 (12:57 +0000)
commitf0f50dfd733f1505e574d0ecc5f641c2bb67127b
tree572cfd5b04e35d352f1600a90ba4e26a126893d6
first commit
74 files changed:
.classpath [new file with mode: 0644]
.gitignore [new file with mode: 0644]
build.fxbuild [new file with mode: 0644]
lib/JGoogleAnalytics_0.3.jar [new file with mode: 0644]
lib/Jmol-12.2.4.jar [new file with mode: 0644]
lib/VARNAv3-91.jar [new file with mode: 0644]
lib/activation.jar [new file with mode: 0755]
lib/apache-mime4j-0.6.jar [new file with mode: 0644]
lib/axis.jar [new file with mode: 0755]
lib/castor-1.1-cycle-xml.jar [new file with mode: 0644]
lib/commons-codec-1.3.jar [new file with mode: 0644]
lib/commons-discovery.jar [new file with mode: 0755]
lib/commons-logging-1.1.1.jar [new file with mode: 0644]
lib/fxgraphics2d-1.1.jar [new file with mode: 0644]
lib/groovy-all-1.8.2.jar [new file with mode: 0644]
lib/httpclient-4.0.3.jar [new file with mode: 0644]
lib/httpcore-4.0.1.jar [new file with mode: 0644]
lib/httpmime-4.0.3.jar [new file with mode: 0644]
lib/jalview.jar [new file with mode: 0644]
lib/jaxrpc.jar [new file with mode: 0755]
lib/jdas-1.0.4.jar [new file with mode: 0644]
lib/jfreesvg-2.1.jar [new file with mode: 0644]
lib/jfxrt.jar [new file with mode: 0644]
lib/jhall.jar [new file with mode: 0755]
lib/json_simple-1.1.jar [new file with mode: 0644]
lib/jsoup-1.8.1.jar [new file with mode: 0644]
lib/jswingreader-0.3.jar [new file with mode: 0644]
lib/log4j-to-slf4j-2.0-rc2.jar [new file with mode: 0644]
lib/mail.jar [new file with mode: 0755]
lib/miglayout-4.0-swing.jar [new file with mode: 0644]
lib/min-jabaws-client-2.1.0.jar [new file with mode: 0644]
lib/regex.jar [new file with mode: 0755]
lib/saaj.jar [new file with mode: 0755]
lib/slf4j-api-1.7.7.jar [new file with mode: 0644]
lib/slf4j-log4j12-1.7.7.jar [new file with mode: 0644]
lib/spring-core-3.0.5.RELEASE.jar [new file with mode: 0644]
lib/spring-web-3.0.5.RELEASE.jar [new file with mode: 0644]
lib/vamsas-client.jar [new file with mode: 0644]
lib/wsdl4j.jar [new file with mode: 0755]
lib/xercesImpl.jar [new file with mode: 0755]
lib/xml-apis.jar [new file with mode: 0755]
resources/fxml/AlignmentView.fxml [new file with mode: 0644]
resources/fxml/Desktop copy.fxml [new file with mode: 0644]
resources/fxml/Desktop.fxml [new file with mode: 0644]
resources/fxml/HelloWorld.fxml [new file with mode: 0644]
resources/fxml/MainContainer.fxml [new file with mode: 0644]
resources/fxml/MainMenu.fxml [new file with mode: 0644]
resources/fxml/TestUI.fxml [new file with mode: 0644]
resources/fxml/screen_1.fxml [new file with mode: 0644]
resources/fxml/screen_2.fxml [new file with mode: 0644]
resources/fxml/screen_3.fxml [new file with mode: 0644]
resources/html/alignment.html [new file with mode: 0644]
resources/images/Jalview_Logo_small.png [new file with mode: 0644]
resources/images/alignment.png [new file with mode: 0644]
resources/images/alingment.svg [new file with mode: 0644]
resources/images/dna.jpeg [new file with mode: 0644]
resources/images/dna_1.png [new file with mode: 0644]
resources/images/jmol.png [new file with mode: 0644]
resources/images/tree_view.png [new file with mode: 0644]
src/application/App.java [new file with mode: 0644]
src/application/Controller.java [new file with mode: 0644]
src/application/Main.java [new file with mode: 0644]
src/application/Project.java [new file with mode: 0644]
src/application/TextFieldTreeCellImpl.java [new file with mode: 0644]
src/jalviewfx/controllers/AlignmentViewController.java [new file with mode: 0644]
src/jalviewfx/controllers/Desktop.java [new file with mode: 0644]
src/jalviewfx/controllers/MainMenuController.java [new file with mode: 0644]
src/jalviewfx/controllers/Screen1Controller.java [new file with mode: 0644]
src/jalviewfx/controllers/Screen2Controller.java [new file with mode: 0644]
src/jalviewfx/controllers/Screen3Controller.java [new file with mode: 0644]
src/jalviewfx/controllers/engine/ControlledScreen.java [new file with mode: 0644]
src/jalviewfx/controllers/engine/ScreensController.java [new file with mode: 0644]
src/jalviewfx/customcomponent/AlertDialog.java [new file with mode: 0644]
src/java.policy.applet [new file with mode: 0644]