I am working on a project in which i need to read 5 analog sensors and display their respective value on a GUI I already made in Java. With the Rx Tx Libraries, and the documentation on the arduino page, I was able to connect the Arduino serial port with the Java console.
In my Java console (Serial) I have the following:
Sensor 1: X
Sensor 2: Y
Sensor 3: Z
...
What I need is to display X, Y, and Z in a respective text box.