Class RawPacketFrame

All Implemented Interfaces:
ImageObserver, MenuContainer, Closeable, Serializable, AutoCloseable, Accessible, RootPaneContainer, WindowConstants, FontChangeListener

public class RawPacketFrame extends JFrame implements FontChangeListener, Closeable
This class defines a separate window for viewing raw message traffic.
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Constructor Details

  • Method Details

    • fontChanged

      public void fontChanged(String category, Font newFont)
      Report that the font choice for the specified category has changed.
      Specified by:
      fontChanged in interface FontChangeListener
      Parameters:
      category - String font family name (as defined by Font class)
      newFont - actual font instance
    • close

      public void close() throws IOException
      Closes this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException - if an I/O error occurs