Skip to content

Commit 2d0b299

Browse files
committed
Added ids
1 parent 606f1b5 commit 2d0b299

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/jruby_visualizer/ui/about.fxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
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>

0 commit comments

Comments
 (0)