JavaFX 2 でダイアログを出す方法なんですが基本的なコードがforums.oracle.comにありました。 javafx.stage.Popup as JOptionPane API javafx.stage.Modality モーダルダイアログの一例です ModalDialog.java import javafx.stage.*; import javafx.scene.*; import javafx.scene.paint.Color; import javafx.scene.control.*; import javafx.event.ActionEvent; import javafx.event.EventHandler; public class ModalDialog { private Label label = new Label("What is your