Archived
0

implement compute star system coordinates

This commit is contained in:
iMoHax
2014-11-26 12:17:54 +03:00
parent 262d971baf
commit 030e0ee930
6 changed files with 277 additions and 3 deletions

View File

@@ -57,6 +57,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.controlsfx</groupId>
<artifactId>controlsfx</artifactId>