public class StartDotFrame { public static void main(String[] args){ final DotFrame df = new DotFrame(); } }