Class EtchExplorer

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class EtchExplorer extends JPanel
A Client application for the Convex Network
See Also:
Serialized Form
  • Field Details

    • log

      public static final org.slf4j.Logger log
    • maxBlock

      public static long maxBlock
  • Constructor Details

    • EtchExplorer

      public EtchExplorer()
      Create the application.
  • Method Details

    • main

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

      public void switchPanel(String title)
    • getFrame

      public static Component getFrame()
    • getEtchState

      public StateModel<etch.EtchStore> getEtchState()
    • getStore

      public etch.EtchStore getStore()
    • setStore

      public void setStore(etch.EtchStore newEtch)