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, client applications and intelligent use of AI. Talking about Machine Learning and AI before it was cool! We like to use JavaFX, Processing, Local execution of ML and LLM models and everything that is fun!