File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 <HBox alignment =" CENTER" prefHeight =" -1.0" prefWidth =" -1.0" >
1414 <children >
1515 <Label text =" JRuby:" />
16- <Hyperlink text =" www.jruby.org" >
16+ <Hyperlink fx : id = " jruby_hyperlink " text =" www.jruby.org" >
1717 <font >
1818 <Font name =" Monospaced Regular" size =" 13.0" />
1919 </font >
2020 </Hyperlink >
2121 </children >
2222 </HBox >
23- <ImageView fitHeight =" 150.0" fitWidth =" 200.0" onMouseClicked = " #jruby_logo_clicked " pickOnBounds =" true" preserveRatio =" true" >
23+ <ImageView fx : id = " jruby_logo " fitHeight =" 150.0" fitWidth =" 200.0" pickOnBounds =" true" preserveRatio =" true" >
2424 <image >
2525 <Image url =" @img/jruby-logo.png" />
2626 </image >
2727 </ImageView >
28- <Hyperlink text =" The JRuby Visualizer" >
28+ <Hyperlink fx : id = " visualizer_hyperlink " text =" The JRuby Visualizer" >
2929 <font >
3030 <Font name =" System Bold" size =" 20.0" />
3131 </font >
You can’t perform that action at this time.
0 commit comments