HomeSort by relevance Sort by last modified time
    Searched defs:JOptionPane (Results 1 - 2 of 2) sorted by null

  /external/proguard/src/proguard/gui/
MessageDialogRunnable.java 43 * @see JOptionPane#showMessageDialog(Component, Object, String, int)
66 * @see JOptionPane#showMessageDialog(Component, Object, String, int)
85 JOptionPane.showMessageDialog(parentComponent,
  /external/junit/src/junit/swingui/
TestRunner.java 40 import javax.swing.JOptionPane;
235 JOptionPane.showMessageDialog(fFrame, "Could not create Failure DetailView - using default view");
534 JOptionPane.showMessageDialog(fFrame, "No Test Cases found.\nCheck that the configured \'TestCollector\' is supported on this platform.");
551 JOptionPane.showMessageDialog(fFrame, "Could not create TestCollector - using default collector");

Completed in 303 milliseconds