Package com.it.loratek.sski.controller

Source Code of com.it.loratek.sski.controller.Main

package com.it.loratek.sski.controller;

import com.it.loratek.sski.view.Frame;
//test commit linux contro
public class Main {
  public static void main(String s[]) {
    Frame f = new Frame();
    f.setVisible(true);
  }
}
TOP

Related Classes of com.it.loratek.sski.controller.Main

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.