public static void main(String[] args) {
   PlatFormMain pfm = new PlatFormMain();
   pfm.start();
 }