- JavasPanel - Class in BogDroSoft.jymag.gui.panels
-
This class is the Java elements' panel in the JYMAG program.
- JavasPanel() - Constructor for class BogDroSoft.jymag.gui.panels.JavasPanel
-
Creates new form JavasPanel
- joinArrays(byte[], byte[]) - Static method in class BogDroSoft.jymag.Utils
-
This function joins 2 arrays of bytes together.
- JYMAG_VERSION - Static variable in class BogDroSoft.jymag.gui.MainWindow
-
Current version number as a String.
- JYMAGFileFilter - Class in BogDroSoft.jymag.gui
-
A FileFilter implementation for UI file chooser windows.
- JYMAGFileFilter(String, Map<String, Integer>) - Constructor for class BogDroSoft.jymag.gui.JYMAGFileFilter
-
Creates a JYMAGFileFilter instance.
- JYMAGTab - Interface in BogDroSoft.jymag.gui.panels
-
This class is the panel interface.
- JYMAGTransferHandler - Class in BogDroSoft.jymag.gui
-
JYMAGTransferHandler - a class that allows users to drag and drop files
onto the main JYMAG window.
- JYMAGTransferHandler(MainWindow) - Constructor for class BogDroSoft.jymag.gui.JYMAGTransferHandler
-
Creates a new TransferHandler that takes its transfer
parameters from the given fields.