0
java click and place
How do with java for click on a letter or word and that this letter arrive at a precise place on the page ? Like the system of test of sololearn in lessons Thank’s
2 Respostas
+ 1
if you want graphic user interface application (GUI) you can use Swing from java library, or other framework like javafx, but it is not task for first steps with java. For simple interaction you can use class Scanner for keyboard input and System.out.println() for output
0
ok thank’s i go see it