var img = Image{url: "http://www.celgeek.com.br/wp-content/uploads/2011/05/javafx_logo_color_1.jpg"} function imgView():ImageView{ ImageView{ fitWidth: 50 fitHeight: 25 image: img } } Stage { title: "Testing Label And Font" visible: true Scene { width: 220 height: 200 fill: Color.LIGHTBLUE Group{ [ Label{ text: "Simple Label with Graphics" underline:true wrapText: true ...
Blog about programming and client applications. Target Programming languages are JavaFX, Visage, HTML 5+ Javascript or even command line apps :-D