Rev 44 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 44 | Rev 47 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | /** |
13 | /** |
14 | * @param args |
14 | * @param args |
15 | */ |
15 | */ |
16 | public static void main(String[] args) { |
16 | public static void main(String[] args) { |
17 | RaumplanFraktal3D ball = new RaumplanFraktal3D(); |
17 | RaumplanFraktal3D ball = new RaumplanFraktal3D(); |
18 | ball.setConfigShowMode(ConfigShowMode.ShowIfNoConfig); |
18 | ball.setConfigShowMode(ConfigShowMode.AlwaysShow); |
19 | ball.start(); |
19 | ball.start(); |
20 | } |
20 | } |
21 | } |
21 | } |