Fix About window

master
Dmitry Isaenko 2019-10-23 08:48:12 +03:00
parent 6dc19ebdc5
commit 7200400677
2 changed files with 10 additions and 3 deletions

View File

@ -26,7 +26,8 @@ public class AboutController implements Initializable {
private Hyperlink iconsMaterialHLink,
usb4JavaHLink,
gitHubHLink,
blogspotHLink;
blogspotHLink,
jacksonHLink;
@Override
public void initialize(URL url, ResourceBundle resourceBundle) {
@ -46,7 +47,7 @@ public class AboutController implements Initializable {
});
gitHubHLink.setOnAction(ActionEvent-> {
try {
hs.showDocument("https://github.com/developersu/LogiLed");
hs.showDocument("https://github.com/developersu/LogiLedus");
} catch (Exception ignored){} // No luck for linux =(
});
blogspotHLink.setOnAction(ActionEvent-> {
@ -54,6 +55,11 @@ public class AboutController implements Initializable {
hs.showDocument("https://developersu.blogspot.com/");
} catch (Exception ignored){} // No luck for linux =(
});
jacksonHLink.setOnAction(ActionEvent-> {
try {
hs.showDocument("https://github.com/FasterXML/jackson");
} catch (Exception ignored){} // No luck for linux =(
});
}
/**
* Set 'Exit' action when 'Ok' clicked

View File

@ -34,7 +34,7 @@
</VBox>
</children>
</HBox>
<Hyperlink fx:id="gitHubHLink" text="https://github.com/developersu/LogiLed" underline="true" wrapText="true">
<Hyperlink fx:id="gitHubHLink" text="https://github.com/developersu/LogiLedus" underline="true" wrapText="true">
<graphic>
<SVGPath content="m 16.516036,0.10629161 c -8.996094,0 -16.28906297,7.29296899 -16.28906297,16.28906239 0,7.195312 4.66796897,13.300781 11.14062597,15.457031 0.8125,0.148438 1.113281,-0.355469 1.113281,-0.785156 0,-0.386719 -0.01563,-1.410156 -0.02344,-2.769532 C 7.92619,29.282073 6.969159,26.114104 6.969159,26.114104 6.23088,24.231291 5.160567,23.731291 5.160567,23.731291 3.680099,22.719573 5.273849,22.739104 5.273849,22.739104 c 1.632812,0.117187 2.492187,1.679687 2.492187,1.679687 1.453125,2.488282 3.816406,1.769532 4.742187,1.355469 0.148438,-1.054687 0.570313,-1.773437 1.035157,-2.179687 -3.617188,-0.410157 -7.421875,-1.808594 -7.421875,-8.050782 0,-1.777344 0.636718,-3.230468 1.679687,-4.371094 -0.167969,-0.414062 -0.726562,-2.0664056 0.15625,-4.3124994 0,0 1.371094,-0.4375 4.480469,1.6718758 1.300781,-0.3632818 2.695312,-0.5429688 4.078125,-0.5468758 1.382813,0.00391 2.777344,0.183594 4.078125,0.5468758 3.109375,-2.1093758 4.476562,-1.6718758 4.476562,-1.6718758 0.886719,2.2460938 0.328126,3.8984374 0.160157,4.3124994 1.046875,1.140626 1.675781,2.59375 1.675781,4.371094 0,6.257813 -3.808594,7.632813 -7.4375,8.039063 0.585938,0.5 1.105469,1.496093 1.105469,3.015625 0,2.175781 -0.01953,3.933594 -0.01953,4.46875 0,0.433594 0.292968,0.941406 1.121093,0.785156 C 28.141037,29.692229 32.8051,23.590666 32.8051,16.395354 32.8051,7.3992606 25.512131,0.10629161 16.516037,0.10629161" fill="#171515" />
</graphic>
@ -51,6 +51,7 @@
</TitledPane>
<Hyperlink fx:id="iconsMaterialHLink" text="Material Design Icons" underline="true" />
<Hyperlink fx:id="usb4JavaHLink" text="Usb4Java" underline="true" />
<Hyperlink fx:id="jacksonHLink" text="Jackson" underline="true" />
<HBox alignment="BOTTOM_LEFT" VBox.vgrow="ALWAYS">
<children>
<Pane HBox.hgrow="ALWAYS" />