Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

How can I use the swing?

+3 votes
asked Dec 21, 2019 by jackslfmr (160 points)
I would like to use something like taht:

String action = JOptionPane.showInputDiaolg("what's your action?");

System.out.println("Your action is" + action);

1 Answer

0 votes
answered Nov 2, 2023 by Cheng Thao (180 points)
onlinegdb doesn't support graphical interface.  Instead of using that, try using scanner to get inputs from the user.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...