Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix/Add: Locator (Handle JarURLConnection and ..) | Sven Gothel | 2011-04-22 | 1 | -3/+1 |
| | | | | | | | | | new: 'public static String getRelativeOf(URL baseLocation, String relativeFile)', capable of handling a JAR file/url. Using File based relative locator, allowing better utilization in code: old public static String getRelativeOf(String absoluteFileLocation, String relativeFile) new public static String getRelativeOf(File baseLocation, String relativeFile) | ||||
* | Fix TAB: Replace all TAB with 4 spaces | Sven Gothel | 2011-04-08 | 1 | -4/+4 |
| | |||||
* | Load fonts via File or URL . | Sven Gothel | 2011-04-01 | 1 | -14/+22 |
| | |||||
* | Folded turtle2d into jogl folders | Sven Gothel | 2011-04-01 | 1 | -0/+132 |