diff --git a/src/main/java/Diapositiva.java b/src/main/java/Diapositiva.java new file mode 100644 index 0000000..d48f9b4 --- /dev/null +++ b/src/main/java/Diapositiva.java @@ -0,0 +1,18 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ + +import javafx.scene.Parent; +import javafx.scene.Scene; + +/** + * + * @author Juan + */ +public class Diapositiva{ + + + +}