Package javaforce.awt

Class VNCWebConsole

java.lang.Object
java.lang.Thread
javaforce.awt.VNCWebConsole
All Implemented Interfaces:
Runnable, Resized

public class VNCWebConsole extends Thread implements Resized
  • Field Details

  • Constructor Details

    • VNCWebConsole

      public VNCWebConsole(int vnc_port, String password, int opts, Canvas canvas)
  • Method Details

    • createPanel

      public static Panel createPanel(int vnc_port, String password, int opts, WebUIClient client)
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
    • refresh

      public void refresh()
    • cad

      public void cad()
    • winkey

      public void winkey()
    • scale

      public void scale()
    • onResized

      public void onResized(Component cmp, int width, int height)
      Specified by:
      onResized in interface Resized
    • mouse

      public void mouse(int x, int y, int buttons)
    • keyDown

      public void keyDown(int code, boolean convert)
    • keyUp

      public void keyUp(int code, boolean convert)