Parent Directory | Revision Log
First Commit, corresponds to Revision 1008 of Wikisquare-SVN
1 | package appl.parallel.test; |
2 | |
3 | |
4 | import java.awt.Rectangle; |
5 | |
6 | |
7 | import schmitzm.data.WritableGrid; |
8 | |
9 | /** |
10 | * @author Dominik Appl |
11 | */ |
12 | public class generalTestClass { |
13 | |
14 | public static void main(String[] args) { |
15 | String testString = "Blueberry"; |
16 | System.out.println(testString.getClass().getCanonicalName()); |
17 | } |
18 | |
19 | |
20 | } |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |