Class HackerTools

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Runnable, Accessible

public class HackerTools extends AbstractGUI
A Client application for the Convex Network. Doesn't run a Peer. Connects to convex.world.
See Also:
  • Field Details

  • Constructor Details

    • HackerTools

      public HackerTools()
      Create the application.
  • Method Details

    • main

      public static void main(String[] args) throws TimeoutException
      Launch the application.
      Parameters:
      args - Command line argument
      Throws:
      TimeoutException - In case of timeout
    • switchPanel

      public void switchPanel(String title)
    • setupFrame

      public void setupFrame(JFrame frame)
      Description copied from class: AbstractGUI
      Implementations should override this to add the gui components and configure the GUI frame
      Overrides:
      setupFrame in class AbstractGUI
      Parameters:
      frame - Frame in which to set up this GUI screen