Skip to content

Instantly share code, notes, and snippets.

@Octogonapus
Last active January 19, 2019 17:43
Show Gist options
  • Save Octogonapus/bd153ba4fe3182abc327e7dc1d46a6cf to your computer and use it in GitHub Desktop.
Save Octogonapus/bd153ba4fe3182abc327e7dc1d46a6cf to your computer and use it in GitHub Desktop.
Widget test
import javafx.scene.control.*;
import javafx.scene.layout.*;
import com.neuronrobotics.bowlerbuilder.*;
FxUtil.runFX({
Dialog dialog = new Dialog();
dialog.setTitle("test");
dialog.getDialogPane().getButtonTypes().add(ButtonType.OK);
dialog.showAndWait();
});
// :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment