Search code examples
javaswingconfirmation

Reaching object on other jFrame


How can I reach jPanel on an other jFrame ? I want to impel users question.According to answer(yes),I want to get jPanel.setVisible(true) on an other jFrame


Solution

  • I want to impel users question. According to answer(yes), I want..

    See the overloaded methods of JOptionPane.showConfirmDialog(..).