Class JFrameForBytes

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

public class JFrameForBytes
extends JFrame
This class implements a JFrame, made specifically for the display of binary data. This data can be zipped, as a button will allow the unzipping of the data.
Author:
Lennart Martens
See Also:
Serialized Form
  • Constructor Details

    • JFrameForBytes

      public JFrameForBytes​(String aTitle, byte[] aData)
      This constructor creates a JFrame for display of the binary data (specified as well).
      Parameters:
      aTitle - String with the title for the Dialog.
      aData - byte[] with the data to visualize.