I\'m using java swing to create my GUI and using the scanner class to get the information inputted from the JTextFields across to the server. is this possible and if so how?
No. There is no console, so don't use Scanner. Instead get text when you need it by using TextField's getText() method.