1 package org.woehlke.computer.kurzweil.tabs.dla;
2
3 import org.woehlke.computer.kurzweil.tabs.dla.view.desktop.DiffusionLimitedAggregationFrame;
4
5
6
7
8
9
10
11
12 public class DiffusionLimitedAggregationDesktop {
13
14 private DiffusionLimitedAggregationDesktop() { }
15
16
17
18
19
20 public static void main(String[] args) {
21 DiffusionLimitedAggregationFrameggregationFrame.html#DiffusionLimitedAggregationFrame">DiffusionLimitedAggregationFrame diffusionLimitedAggregation = new DiffusionLimitedAggregationFrame();
22 }
23 }