Update so that java 11 works

Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
2019-04-12 13:11:54 -04:00
parent e74faf7da3
commit 3035db21f0
65 changed files with 5099 additions and 4 deletions

View File

@@ -24,10 +24,10 @@ import java.util.prefs.Preferences;
* Se necesita java 8 con javafx instalado.
*
* @author Chris Cromer
* @version 1.0.4
* @version 1.0.5
*/
public class Main extends Application {
static public String VERSION = "1.0.4";
static public String VERSION = "1.0.5";
/**
* El stage pricipal

View File

@@ -1,11 +1,11 @@
package cl.cromer.estructuras;
import com.sun.javafx.css.converters.SizeConverter;
import javafx.beans.property.IntegerProperty;
import javafx.css.CssMetaData;
import javafx.css.Styleable;
import javafx.css.StyleableIntegerProperty;
import javafx.css.StyleableProperty;
import javafx.css.converter.SizeConverter;
import javafx.scene.control.TextField;
import javafx.scene.shape.Shape;