Class LexerFrame

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class LexerFrame
extends JFrame
implements ActionListener
Swing application to graphically display the tokens produced by the lexer.
See Also:
Serialized Form
  • Constructor Details

    • LexerFrame

      public LexerFrame()
      Constructor used when invoking as a standalone application
    • LexerFrame

      public LexerFrame​(Reader reader)
      Constructor used when invoking for a specific file
  • Method Details