Initial commit.
commitfa195087f37c3174fd519929763975567807353b
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 18 Oct 2008 04:34:21 +0000 (18 00:34 -0400)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 18 Oct 2008 04:34:21 +0000 (18 00:34 -0400)
treee56165afb3a60828367dd546e53f48444b31b030
Initial commit.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
36 files changed:
build-before-profiler.xml [new file with mode: 0644]
build.xml [new file with mode: 0644]
hs_err_pid5500.log [new file with mode: 0644]
manifest.mf [new file with mode: 0644]
nbproject/build-impl.xml [new file with mode: 0644]
nbproject/genfiles.properties [new file with mode: 0644]
nbproject/profiler-build-impl.xml [new file with mode: 0644]
nbproject/project.properties [new file with mode: 0644]
nbproject/project.xml [new file with mode: 0644]
src/META-INF/services/org.jdesktop.application.Application [new file with mode: 0644]
src/edu/mit/ezyang/gravity/GravitySimulatorAboutBox.form [new file with mode: 0644]
src/edu/mit/ezyang/gravity/GravitySimulatorAboutBox.java [new file with mode: 0644]
src/edu/mit/ezyang/gravity/GravitySimulatorApp.java [new file with mode: 0644]
src/edu/mit/ezyang/gravity/GravitySimulatorView.form [new file with mode: 0644]
src/edu/mit/ezyang/gravity/GravitySimulatorView.java [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/GravitySimulatorAboutBox.properties [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/GravitySimulatorApp.properties [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/GravitySimulatorView.properties [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/about.png [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/busyicons/busy-icon0.png [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/busyicons/busy-icon1.png [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/busyicons/busy-icon10.png [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/busyicons/busy-icon11.png [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/busyicons/busy-icon12.png [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/busyicons/busy-icon13.png [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/busyicons/busy-icon14.png [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/busyicons/busy-icon2.png [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/busyicons/busy-icon3.png [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/busyicons/busy-icon4.png [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/busyicons/busy-icon5.png [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/busyicons/busy-icon6.png [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/busyicons/busy-icon7.png [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/busyicons/busy-icon8.png [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/busyicons/busy-icon9.png [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/busyicons/idle-icon.png [new file with mode: 0644]
src/edu/mit/ezyang/gravity/resources/splash.png [new file with mode: 0644]