Questions tagged [swingutilities]

121 questions
-2
votes
1 answer

java - string return method is called before any value is assigned to string

My application is supposed to read and write to a Serial Port. The data is read in the EventListener of the PortReader class. I wish to assign this data to a global String variable (private String sPortReaderString) for further use. The global…
jadrijan
  • 1,438
  • 4
  • 31
  • 48
1 2 3
…
8
9