Versión final.
This commit is contained in:
commit
480da985c0
|
@ -0,0 +1,19 @@
|
|||
/*
|
||||
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
||||
* Click nbfs://nbhost/SystemFileSystem/Templates/Project/Maven2/JavaApp/src/main/java/${packagePath}/${mainClassName}.java to edit this template
|
||||
*/
|
||||
|
||||
package com.mycompany.mavenproject1;
|
||||
|
||||
import com.mycompany.editorascii.Vista.Menú;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author drdav
|
||||
*/
|
||||
public class Mavenproject1 {
|
||||
|
||||
public static void main(String[] args) {
|
||||
Menú menu = new Menú();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue