Searched refs:optionPane (Results 1 – 2 of 2) sorted by relevance
96 JOptionPane optionPane = new JOptionPane(message, type, 0, null, in initUI() local103 optionPane.setUI(new javax.swing.plaf.basic.BasicOptionPaneUI() { in initUI()111 optionPane.setWantsInput(false); in initUI()120 this.panel.add(optionPane, BorderLayout.CENTER); in initUI()
1155 JOptionPane optionPane = new JOptionPane(); in showMessage() local1156 … optionPane.showMessageDialog(this, msg, "TestTool Notification", JOptionPane.INFORMATION_MESSAGE); in showMessage()
Completed in 24 milliseconds