/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.milipede.mldht; /** * * @author gurkerl */ public class Starter { public static void main(String[] args) { // Main mc = new Main(); // Thread t = new Thread(mc); // t.start(); } }