Y aquí tienen el código
import javafx.stage.Stage;
import javafx.scene.Scene;
import javafx.scene.text.Text;
import javafx.scene.text.Font;
Stage {
title: "SoloInformaticaYAlgomas.blogspot.com"
scene: Scene {
width: 350
height: 50
content: [
Text {
font : Font {
size : 20
}
x: 10
y: 30
content: "Hola Mundo!"
}
]
}
}
En un siguiente post indicaremos como se hace correr una aplicación de JavaFX y todos sus beneficios.
Suxiliar no dejo el solucionario!!!!!!!!!!!!(d 111)
ResponderEliminar