- Joined
- Feb 12, 2018
- Messages
- 48
- Thread Author
- #1
Has anyone managed to setup a working hyperlink in their user interface?
I created a working Hyperlink handler, but can't figure out how to open a webpage. (that redirects to bot overview):
I created a working Hyperlink handler, but can't figure out how to open a webpage. (that redirects to bot overview):
Code:
fxHyperlink.setOnAction(new EventHandler<ActionEvent>() {
@Override
public void handle(ActionEvent e) {
//???
}
});