Package hec.client

Class TextFieldThread

java.lang.Object
hec.client.TextFieldThread
All Implemented Interfaces:
Runnable

public class TextFieldThread extends Object implements Runnable
Creates a thread to set the text in the text field Used because some setTextField() calls were battling for Monitors with the java.awt paint methods
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable