何らかのアクションを実行すると開くEclipseプラグインの開発中にMessageBoxを作成しました...しかし、そのmessageBoxで「OK」と言った後でも、Dialog MessageBoxが何度も発生します..
ユーザーに表示されたら、MessageBoxを閉じる方法を誰か教えてもらえますか..
ダイアログボックスを開くには、次のコードを書きました: MessageBox dialog = new MessageBox(new Shell(), SWT.OK); dialog.setMessage("メッセージ"); dialog.setText("タイトル"); dialog.open();