Pular para o conteúdo principal

Postagens

Mostrando postagens de agosto, 2011

VisageFX Label First Test

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                  ...

VisageFX: Visage on JavaFX 2

After a few months without post, I bring you a great news: VisageFX , which is Visage -> JavaFX 2, development has started recently. We still have a lot of work to do, but yesterday I could test VisageFX and I'm impressed with the results! If you want to contribute, Stephen Chin wrote a wiki page about how to do that. I hope soon I can port some apps to VisageFX and start new ones :)