I am working in serial port communication,How to cascade textField.getText()
in System.in
I referred this link Setting System.in to read from JTextField written in swing
..Please advise me to write this code in javafx
thanks.
Asked
Active
Viewed 277 times
1

Community
- 1
- 1

Reegan Miranda
- 2,879
- 6
- 43
- 55
-
`System.in` is used to read user input from `command line` and `Textfield` is used to read user input from `GUI`. Why do you want to combine them ? – ItachiUchiha Mar 10 '14 at 15:33
-
@ItachiUchiha i am worked from serial communication project,developed gui with interact with hardware so in need, or any solution. – Reegan Miranda Mar 11 '14 at 04:44