Package br.com.yaw.sjc.app

Source Code of br.com.yaw.sjc.app.Main

package br.com.yaw.sjc.app;

import br.com.yaw.sjc.ui.ListaMercadoriasFrame;

/**
* Ponto de entrada da aplicação.
*
* @author YaW Tecnologia
*/
public class Main {

  public static void main(String[] args) {
    new ListaMercadoriasFrame();
  }

}
TOP

Related Classes of br.com.yaw.sjc.app.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.