예제 #1
0
 @FXML
 private void loggingWiki() {
   application.getHostServices().showDocument("https://github.com/kamilfb/mqtt-spy/wiki/Logging");
 }
예제 #2
0
 @FXML
 private void messageSearchWiki() {
   application
       .getHostServices()
       .showDocument("https://github.com/kamilfb/mqtt-spy/wiki/MessageSearch");
 }
예제 #3
0
 @FXML
 private void openGettingInvolved() {
   application
       .getHostServices()
       .showDocument("https://github.com/kamilfb/mqtt-spy/wiki/Getting-involved");
 }
예제 #4
0
 @FXML
 private void overviewWiki() {
   application.getHostServices().showDocument("https://github.com/kamilfb/mqtt-spy/wiki/Overview");
 }
예제 #5
0
 @FXML
 private void openProjectWebsite() {
   application.getHostServices().showDocument("http://kamilfb.github.io/mqtt-spy/");
 }