Class ConvexClient

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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

    • CLIENT_STORE

      public static final convex.core.store.AStore CLIENT_STORE
    • maxBlock

      public static long maxBlock
    • convex

      protected Convex convex
  • Constructor Details

    • ConvexClient

      public ConvexClient()
      Create the application.
  • Method Details

    • main

      public static void main(String[] args)
      Launch the application.
      Parameters:
      args - Command line argument
    • switchPanel

      public void switchPanel(String title)
    • getLatestState

      public static convex.core.State getLatestState()
    • getFrame

      public static Component getFrame()
    • getStateModel

      public static StateModel<convex.core.State> getStateModel()