Multiple JOptionPane input dialogs?
问题 I've been looking for the past hour, but I haven't been able to find the solution I am looking for. I'm wanting to take multiple inputs from the user using JOptionPane , but I don't want them to all be in one dialog window. I'm wanting it to transition to the next or just make the next one pop up. Is there a way to do that using JOptionPane ? Here's what I have so far: import java.util.Scanner; import javax.swing.*; public class HomeWork2 { public static void main(String[] args) { Scanner