+ 2
How to create a gui to run a java program
I know how to run code in eclipse's console, but I'd like to know how to create a separate window for the user to interact with
3 Answers
0
You can use Java Applet, Swing, Awt.
I know how to run code in eclipse's console, but I'd like to know how to create a separate window for the user to interact with