Update so that java 11 works
Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
@@ -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
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user