Serialized Form


Package ikayaki

Class ikayaki.Ikayaki extends JFrame implements Serializable

Class ikayaki.MeasurementEvent extends EventObject implements Serializable

Serialized Fields

project

Project project
The project whose measurement sent this event.


step

MeasurementStep step
The measurement that sent this event.


type

MeasurementEvent.Type type
The type of event this is.

Class ikayaki.ProjectEvent extends EventObject implements Serializable

Serialized Fields

project

Project project
The project that sent this event.


type

ProjectEvent.Type type
The type of event this is.


Package ikayaki.gui

Class ikayaki.gui.AbstractPlot extends JPanel implements Serializable

Class ikayaki.gui.CalibrationPanel extends ProjectComponent implements Serializable

Serialized Fields

parent

ProjectComponent parent
The component whose setProject() method will be called on opening a new project file.


directory

File directory
Directory where calibration projects reside.


calibrationProjectTable

ProjectExplorerTable calibrationProjectTable
Table for the two calibration projects; has "filename", "last modified" and "time" (time since last modification) columns.


calibrateButton

JButton calibrateButton

calibratePanel

JPanel calibratePanel

Class ikayaki.gui.ComponentFlasher extends Timer implements Serializable

Serialized Fields

component

JComponent component

componentBG

Color componentBG

flashcolor

Color flashcolor

Class ikayaki.gui.DeviceSettingsPanel extends JPanel implements Serializable

Serialized Fields

magnetometerPort

JComboBox magnetometerPort
COM port for magnetometer


demagnetizerPort

JComboBox demagnetizerPort
COM port for demagnetizer, can be sharing same port with magnetometer


handlerPort

JComboBox handlerPort
COM port for sample handler


xAxisCalibration

JFormattedTextField xAxisCalibration
Calibration constants with polarization (factory set?)


yAxisCalibration

JFormattedTextField yAxisCalibration
Calibration constants with polarization (factory set?)


zAxisCalibration

JFormattedTextField zAxisCalibration
Calibration constants with polarization (factory set?)


demagRamp

JComboBox demagRamp
how fast demagnetization goes


demagDelay

JComboBox demagDelay
How long SQUID waits on ramping?


acceleration

JFormattedTextField acceleration
Handler acceleration


deceleration

JFormattedTextField deceleration
Handler deceleration


velocity

JFormattedTextField velocity
Handler Max speed


measurementVelocity

JFormattedTextField measurementVelocity
speed in measurement, should be small


transverseYAFPosition

JFormattedTextField transverseYAFPosition
AF demag position for transverse


axialAFPosition

JFormattedTextField axialAFPosition
axial AF demag position in steps, must be divisible by 10. Relative to Home.


sampleLoadPosition

JFormattedTextField sampleLoadPosition
Position in steps, must be divisible by 10. Relative to Home. (same as Home?)


backgroundPosition

JFormattedTextField backgroundPosition
Position in steps, must be divisible by 10. Relative to Home.


measurementPosition

JFormattedTextField measurementPosition
Position in steps, must be divisible by 10. Relative to Home.


rotation

JFormattedTextField rotation
steps to perform full rotation, must be clockwise, determined by sign


rotationVelocity

JFormattedTextField rotationVelocity
rotation velocity


rotationAcc

JFormattedTextField rotationAcc
rotation acceleration


rotationDec

JFormattedTextField rotationDec
rotation deceleration


maximumField

JFormattedTextField maximumField
Maximum field to allow for equipment


contentPane

JPanel contentPane
Contains the layout.


warningLabel

JLabel warningLabel

saveButton

JButton saveButton

cancelButton

JButton cancelButton

saveAction

Action saveAction

cancelAction

Action cancelAction

creator

JDialog creator

Class ikayaki.gui.IntensityPlot extends AbstractPlot implements Serializable

Serialized Fields

points

Vector<E> points
Contains all the data that is shown in this graph.


project

Project project

Class ikayaki.gui.MagnetometerStatusPanel extends JPanel implements Serializable

Serialized Fields

manualControlsPanel

MagnetometerStatusPanel.ManualControlsPanel manualControlsPanel
ManualControlsPanel whose move-radiobuttons to show.


squid

Squid squid
Squid to read the device's state and command the handler to move and rotateto. Is null if the current project does not have access to the Squid.


position

int position

rotation

int rotation

moving

boolean moving

rotating

boolean rotating

demagnetizing

boolean demagnetizing

measuring

boolean measuring

maxposition

int maxposition

maxrotation

int maxrotation

posMove

int posMove

posLeft

int posLeft

posHome

int posHome

posDemagZ

int posDemagZ

posDemagY

int posDemagY

posBG

int posBG

posMeasure

int posMeasure

posRight

int posRight

moveButtons

TreeMap<K,V> moveButtons
Sorted map for move-radiobuttons' positions.

Class ikayaki.gui.MagnetometerStatusPanel.ManualControlsPanel extends JPanel implements Serializable

Serialized Fields

project

Project project
Currently open project.


moveButtonGroup

ButtonGroup moveButtonGroup
Groups together all sample holder moving RadioButtons (moveXXX).


moveLeft

JRadioButton moveLeft
Moves sample holder to left limit position.


moveHome

JRadioButton moveHome
Moves sample holder to home position.


moveDemagZ

JRadioButton moveDemagZ
Moves sample holder to demagnetize-Z position.


moveDemagY

JRadioButton moveDemagY
Moves sample holder to demagnetize-Y position.


moveBG

JRadioButton moveBG
Moves sample holder to background position.


moveMeasure

JRadioButton moveMeasure
Moves sample holder to measurement position.


moveRight

JRadioButton moveRight
Moves sample holder to right limit position.


rotateButtonGroup

ButtonGroup rotateButtonGroup
Groups together all sample holder rotating RadioButtons (rotateXXX).


rotate0

JRadioButton rotate0
Rotates sample holder to angle 0.


rotate90

JRadioButton rotate90
Rotates sample holder to angle 90.


rotate180

JRadioButton rotate180
Rotates sample holder to angle 180.


rotate270

JRadioButton rotate270
Rotates sample holder to angle 270.


measureAllButton

JButton measureAllButton
Measures X, Y and Z (at current sample holder position) by calling project.doManualMeasure().


measureAllButtonFlasher

ComponentFlasher measureAllButtonFlasher

measureAllButtonBaseText

String measureAllButtonBaseText

resetAllButton

JButton resetAllButton
Resets X, Y and Z by calling project.doManualReset()? Does what?


resetAllButtonFlasher

ComponentFlasher resetAllButtonFlasher

nextLineButton

JButton nextLineButton
Moves to next measurement line (in main table).


nextLineButtonFlasher

ComponentFlasher nextLineButtonFlasher

demagAmplitudeField

JTextField demagAmplitudeField
Demagnetization amplitude in mT, used when demagZ/YButton is clicked.


demagAmplitudeLabel

JLabel demagAmplitudeLabel

demagAmplitudeFieldFlasher

ComponentFlasher demagAmplitudeFieldFlasher

demagButton

JButton demagButton
Demagnetizes in Z, X or Y, depending on current handler position and rotation.


demagButtonFlasher

ComponentFlasher demagButtonFlasher

demagButtonBaseText

String demagButtonBaseText

demagButtonIsY

boolean demagButtonIsY

demagZButton

JButton demagZButton
Demagnetizes in Z (at current sample holder position) by calling project.doManualDemagZ(double).


demagZButtonFlasher

ComponentFlasher demagZButtonFlasher

demagYButton

JButton demagYButton
Demagnetizes in Y (at current sample holder position) by calling project.doManualDemagY(double).


demagYButtonFlasher

ComponentFlasher demagYButtonFlasher

moveLabel

JLabel moveLabel

rotateLabel

JLabel rotateLabel

measureLabel

JLabel measureLabel

demagLabel

JLabel demagLabel

components

Component[] components

Class ikayaki.gui.MainMenuBar extends JMenuBar implements Serializable

Serialized Fields

main

MainViewPanel main

fileMenu

JMenu fileMenu

newProject

Action newProject

openProject

Action openProject

openRecentProjectMenu

JMenu openRecentProjectMenu

exportProjectMenu

JMenu exportProjectMenu

exportProjectToDAT

Action exportProjectToDAT

exportProjectToDTD

Action exportProjectToDTD

exportProjectToSRM

Action exportProjectToSRM

print

Action print

printPreview

Action printPreview

exit

Action exit

measurementMenu

JMenu measurementMenu

autoStep

Action autoStep

singleStep

Action singleStep

pause

Action pause

abort

Action abort

toolsMenu

JMenu toolsMenu

programSettings

Action programSettings

deviceSettings

Action deviceSettings

helpMenu

JMenu helpMenu

help

Action help

about

Action about

Class ikayaki.gui.MainStatusBar extends ProjectComponent implements Serializable

Serialized Fields

measurementStatus

JLabel measurementStatus
text comment of current status(moving,measurement,demagnetization)


measurementProgress

JProgressBar measurementProgress
progress of sequence/measurement as per cent of whole process


currentSequence

int[] currentSequence
current projects sequence


projectType

int projectType
current projects type (we know if we are doing demagnetization or not)

Class ikayaki.gui.MainViewPanel extends ProjectComponent implements Serializable

Serialized Fields

squid

Squid squid
Front-end for controlling the SQUID. Only one project at a time may have access to the SQUID.


project

Project project
Currently opened project, or null of no project is open.


latestMeasuringProject

Project latestMeasuringProject
Project which has had the latest measurement, or null if no measurements have been made..


menuBar

MainMenuBar menuBar

statusBar

MainStatusBar statusBar

splitPane

JSplitPane splitPane

projectExplorerPanel

ProjectExplorerPanel projectExplorerPanel

calibrationPanel

CalibrationPanel calibrationPanel

projectInformationPanel

ProjectInformationPanel projectInformationPanel

measurementSequencePanel

MeasurementSequencePanel measurementSequencePanel

measurementControlsPanel

MeasurementControlsPanel measurementControlsPanel

measurementDetailsPanel

MeasurementDetailsPanel measurementDetailsPanel

measurementGraphsPanel

MeasurementGraphsPanel measurementGraphsPanel

newProjectAction

Action newProjectAction

openProjectAction

Action openProjectAction

exportProjectToDATAction

Action exportProjectToDATAction

exportProjectToDTDAction

Action exportProjectToDTDAction

exportProjectToSRMAction

Action exportProjectToSRMAction

printAction

Action printAction

printPreviewAction

Action printPreviewAction

exitAction

Action exitAction

programSettingsAction

Action programSettingsAction

deviceSettingsAction

Action deviceSettingsAction

helpAction

Action helpAction

aboutAction

Action aboutAction

Class ikayaki.gui.MeasurementControlsPanel extends ProjectComponent implements Serializable

Serialized Fields

measureButton

JButton measureButton

pauseButton

JButton pauseButton

stepButton

JButton stepButton

abortButton

JButton abortButton

measureButtonFlasher

ComponentFlasher measureButtonFlasher

pauseButtonFlasher

ComponentFlasher pauseButtonFlasher

stepButtonFlasher

ComponentFlasher stepButtonFlasher

abortButtonFlasher

ComponentFlasher abortButtonFlasher

zButtonGroup

ButtonGroup zButtonGroup
Groups together +z and -z RadioButtons.


zPlusRadioButton

JRadioButton zPlusRadioButton

zMinusRadioButton

JRadioButton zMinusRadioButton

sampleInsertPanel

JPanel sampleInsertPanel
Draws a help image and text for sample inserting: "Put sample in holder arrow up."


sampleInsertTextLabel

JLabel sampleInsertTextLabel

sampleInsertZPlusIcon

Icon sampleInsertZPlusIcon

sampleInsertZMinusIcon

Icon sampleInsertZMinusIcon

sampleInsertIconLabel

JLabel sampleInsertIconLabel

manualControlsPanel

MagnetometerStatusPanel.ManualControlsPanel manualControlsPanel
Magnetometer manual controls.


magnetometerStatusPanel

MagnetometerStatusPanel magnetometerStatusPanel
Magnetometer status panel; also holds move-radiobuttons from ManualControlsPanel.


autoStepAction

Action autoStepAction

singleStepAction

Action singleStepAction

calibrateAction

Action calibrateAction

pauseAction

Action pauseAction

abortAction

Action abortAction

Class ikayaki.gui.MeasurementDetailsPanel extends ProjectComponent implements Serializable

Serialized Fields

detailsTable

JTable detailsTable

detailsTableModel

MeasurementDetailsPanel.DetailsTableModel detailsTableModel

errorsTable

JTable errorsTable

errorsTableModel

MeasurementDetailsPanel.ErrorsTableModel errorsTableModel

step

MeasurementStep step
The measurement step whose details are being shown or null to show a blank table.

Class ikayaki.gui.MeasurementGraphsPanel extends ProjectComponent implements Serializable

Serialized Fields

plots

Vector<E> plots
All plots in this panel


tabs

JTabbedPane tabs

Class ikayaki.gui.MeasurementSequencePanel extends ProjectComponent implements Serializable

Serialized Fields

sequenceTable

JTable sequenceTable

sequenceTableModel

MeasurementSequenceTableModel sequenceTableModel

sequenceStartField

JFormattedTextField sequenceStartField

sequenceStepField

JFormattedTextField sequenceStepField

sequenceStopField

JFormattedTextField sequenceStopField

sequenceStartFieldFlasher

ComponentFlasher sequenceStartFieldFlasher

sequenceStepFieldFlasher

ComponentFlasher sequenceStepFieldFlasher

sequenceStopFieldFlasher

ComponentFlasher sequenceStopFieldFlasher

addSequenceButton

JButton addSequenceButton

loadSequenceBox

JComboBox loadSequenceBox

stepValueTypeLabel

JLabel stepValueTypeLabel

sequenceStartLabel

JLabel sequenceStartLabel

sequenceStepLabel

JLabel sequenceStepLabel

sequenceStopLabel

JLabel sequenceStopLabel

loadSequenceLabel

JLabel loadSequenceLabel

controlsPane

JPanel controlsPane

detailsPanel

MeasurementDetailsPanel detailsPanel

Class ikayaki.gui.MeasurementSequenceTableModel extends AbstractTableModel implements Serializable

Serialized Fields

project

Project project

visibleColumns

List<E> visibleColumns

possibleColumns

List<E> possibleColumns

Class ikayaki.gui.NullableDecimalFormat extends DecimalFormat implements Serializable

Class ikayaki.gui.PositiveDecimalFormat extends DecimalFormat implements Serializable

Class ikayaki.gui.PrintPanel extends JPanel implements Serializable

Serialized Fields

creator

JDialog creator

project

Project project

contentPane

JPanel contentPane

printedPanel

JPanel printedPanel
Panel to be printed with ComponentPrinter


controlPanel

JPanel controlPanel

plot1Panel

JPanel plot1Panel

plot2Panel

JPanel plot2Panel

plot3Panel

JPanel plot3Panel

plot4Panel

JPanel plot4Panel

plot1

AbstractPlot plot1

plot2

AbstractPlot plot2

plot3

AbstractPlot plot3

plot4

AbstractPlot plot4

sequenceTable

JTable sequenceTable

sequenceTableModel

TableModel sequenceTableModel

scrollPane

JScrollPane scrollPane

operator

JLabel operator

volume

JLabel volume

mass

JLabel mass

header

JLabel header

latitude

JLabel latitude

susceptibility

JLabel susceptibility

longitude

JLabel longitude

strike

JLabel strike

dip

JLabel dip

qValue

JLabel qValue

density

JLabel density

print

JButton print

cancel

JButton cancel

plots

Vector<E> plots
All plots in this panel

Class ikayaki.gui.ProgramSettingsPanel extends JPanel implements Serializable

Serialized Fields

creator

JDialog creator

measurementRotationsField

JFormattedTextField measurementRotationsField

holderCalibrationCombo

JComboBox holderCalibrationCombo

sequencesTable

JTable sequencesTable

sequencesDeleteButton

JButton sequencesDeleteButton

defaultColumnsPane

JPanel defaultColumnsPane

closeButton

JButton closeButton

contentPane

JPanel contentPane

Class ikayaki.gui.ProjectComponent extends JPanel implements Serializable

Serialized Fields

project

Project project
The active project.

Class ikayaki.gui.ProjectExplorerPanel extends ProjectComponent implements Serializable

Serialized Fields

parent

ProjectComponent parent
The component (MainViewPanel) whose setProject() method will be called on opening a new project file.


browsePanel

JPanel browsePanel
Holds browserField and browseButton


browserField

JComboBox browserField
Text field for writing directory to change to. Autocomplete results appear to Combo Box' popup window, scheduled by LastExecutor. Directory history appears to the same popup window when the down-arrow right to text field is clicked.


browserFieldRenderer

FittedComboBoxRenderer browserFieldRenderer

browserFieldEditor

JTextField browserFieldEditor

browserFieldFlasher

ComponentFlasher browserFieldFlasher

browserFieldPopupIsAutocomplete

boolean browserFieldPopupIsAutocomplete
Tells whether current popup menu is autocomplete list (and not directory history).


browserFieldUpdatingPopup

boolean browserFieldUpdatingPopup
Tells whether browserField's popup menu list is being updated, and we don't want those ActionEvents.


browseButton

JButton browseButton

explorerTable

ProjectExplorerTable explorerTable

explorerTableScrollPane

JScrollPane explorerTableScrollPane

newProjectPanel

ProjectExplorerPanel.NewProjectPanel newProjectPanel

autocompleteExecutor

LastExecutor autocompleteExecutor
LastExecutor for scheduling autocomplete results to separate thread (disk access and displaying).


directory

File directory
Currently open directory.

Class ikayaki.gui.ProjectExplorerTable extends JTable implements Serializable

Serialized Fields

parent

ProjectComponent parent
The component (MainViewPanel) whose setProject() method will be called on opening a new project file.


isCalibration

boolean isCalibration
Tells whether this table is calibration project table or all-project table.


explorerTableModel

ProjectExplorerTable.ProjectExplorerTableModel explorerTableModel

explorerTableComparator

Comparator<T> explorerTableComparator

projectTypeCacher

Thread projectTypeCacher
Builds the project type cache for each directory. If the thread is still working when a new request arrives, the old thread should be interrupted.


directory

File directory
Currently open directory.


files

File[] files
Project files to in current directory. Set to new File[0] so that ProjectExplorerTableModel can be created.


selectedFile

int selectedFile
Selected project file index, or -1 if none selected in current directory.


explorerTableSortColumn

int explorerTableSortColumn
Current sort column; must be set to an untranslated column index.


columns

int[] columns
Visible columns in this table (as in column translation table); can be set with setColumns(int[]). Initialized to new int[0] so that ProjectExplorerTableModel can be created.

Class ikayaki.gui.ProjectInformationPanel extends ProjectComponent implements Serializable

Serialized Fields

measurementType

ButtonGroup measurementType

measurementTypeAuto

JRadioButton measurementTypeAuto

measurementTypeManual

JRadioButton measurementTypeManual

sampleType

ButtonGroup sampleType

sampleTypeHand

JRadioButton sampleTypeHand

sampleTypeCore

JRadioButton sampleTypeCore

normalization

ButtonGroup normalization

normalizationVolume

JRadioButton normalizationVolume

normalizationMass

JRadioButton normalizationMass

operatorField

JTextField operatorField

dateField

JTextField dateField

rockTypeField

JTextField rockTypeField

areaField

JTextField areaField

siteField

JTextField siteField

commentArea

JTextArea commentArea

latitudeField

JFormattedTextField latitudeField

longitudeField

JFormattedTextField longitudeField

strikeField

JFormattedTextField strikeField

dipField

JFormattedTextField dipField

massField

JFormattedTextField massField

volumeField

JFormattedTextField volumeField

susceptibilityField

JFormattedTextField susceptibilityField

contentPane

JPanel contentPane

propertiesModified

boolean propertiesModified

parametersModified

boolean parametersModified

Class ikayaki.gui.SettingsDialog extends JDialog implements Serializable

Class ikayaki.gui.StereoPlot extends AbstractPlot implements Serializable

Serialized Fields

points

Vector<E> points
Contains all the data that is shown in this graph.


incSign

Vector<E> incSign
Contains information if inclination was positive or negative positive = true, negative = false; 0 is positive


project

Project project

Class ikayaki.gui.StyledCellEditor extends DefaultCellEditor implements Serializable

Class ikayaki.gui.StyledTableCellRenderer extends DefaultTableCellRenderer implements Serializable


Package ikayaki.squid

Class ikayaki.squid.SerialIOEvent extends EventObject implements Serializable

Serialized Fields

message

String message
ASCII message recieved from serial port.

Class ikayaki.squid.SerialIOException extends Exception implements Serializable

Class ikayaki.squid.SquidFront extends JFrame implements Serializable

Serialized Fields

hupdateSettings

JButton hupdateSettings
Deprecated. 

hgetStatus

JButton hgetStatus
Deprecated. 

hgetPosition

JButton hgetPosition
Deprecated. 

hgetRotation

JButton hgetRotation
Deprecated. 

hisOK

JButton hisOK
Deprecated. 

hmoveToHome

JButton hmoveToHome
Deprecated. 

hmoveToDegausserZ

JButton hmoveToDegausserZ
Deprecated. 

hmoveToDegausserY

JButton hmoveToDegausserY
Deprecated. 

hmoveToMeasurement

JButton hmoveToMeasurement
Deprecated. 

hmoveToBackground

JButton hmoveToBackground
Deprecated. 

hmoveToPos

JButton hmoveToPos
Deprecated. 

hstop

JButton hstop
Deprecated. 

hrotateTo

JButton hrotateTo
Deprecated. 

hsetOnline

JButton hsetOnline
Deprecated. 

hsetAcceleration

JButton hsetAcceleration
Deprecated. 

hsetDeceleration

JButton hsetDeceleration
Deprecated. 

hsetBaseSpeed

JButton hsetBaseSpeed
Deprecated. 

hsetVelocity

JButton hsetVelocity
Deprecated. 

hsetHoldTime

JButton hsetHoldTime
Deprecated. 

hsetCrystalFrequence

JButton hsetCrystalFrequence
Deprecated. 

hstopExecution

JButton hstopExecution
Deprecated. 

hperformSlew

JButton hperformSlew
Deprecated. 

hsetMotorPositive

JButton hsetMotorPositive
Deprecated. 

hsetMotorNegative

JButton hsetMotorNegative
Deprecated. 

hsetSteps

JButton hsetSteps
Deprecated. 

hsetPosition

JButton hsetPosition
Deprecated. 

hgo

JButton hgo
Deprecated. 

hjoin

JButton hjoin
Deprecated. 

hverify

JButton hverify
Deprecated. 

hsetPositionRegister

JButton hsetPositionRegister
Deprecated. 

htakeMessage

JButton htakeMessage
Deprecated. 

mupdateSettings

JButton mupdateSettings
Deprecated. 

mreset

JButton mreset
Deprecated. 

mresetCounter

JButton mresetCounter
Deprecated. 

mconfigure

JButton mconfigure
Deprecated. 

mlatchAnalog

JButton mlatchAnalog
Deprecated. 

mlatchCounter

JButton mlatchCounter
Deprecated. 

mgetData

JButton mgetData
Deprecated. 

mopenLoop

JButton mopenLoop
Deprecated. 

mclearFlux

JButton mclearFlux
Deprecated. 

mjoin

JButton mjoin
Deprecated. 

mreadData

JButton mreadData
Deprecated. 

mgetFilters

JButton mgetFilters
Deprecated. 

mgetRange

JButton mgetRange
Deprecated. 

mgetSlew

JButton mgetSlew
Deprecated. 

mgetLoop

JButton mgetLoop
Deprecated. 

misOK

JButton misOK
Deprecated. 

dupdateSettings

JButton dupdateSettings
Deprecated. 

dsetCoil

JButton dsetCoil
Deprecated. 

dsetAmplitude

JButton dsetAmplitude
Deprecated. 

dexecuteRampUp

JButton dexecuteRampUp
Deprecated. 

dexecuteRampDown

JButton dexecuteRampDown
Deprecated. 

dexecuteRampCycle

JButton dexecuteRampCycle
Deprecated. 

ddemagnetizeZ

JButton ddemagnetizeZ
Deprecated. 

ddemagnetizeY

JButton ddemagnetizeY
Deprecated. 

dgetRampStatus

JButton dgetRampStatus
Deprecated. 

dgetRamp

JButton dgetRamp
Deprecated. 

dgetDelay

JButton dgetDelay
Deprecated. 

dgetCoil

JButton dgetCoil
Deprecated. 

dgetAmplitude

JButton dgetAmplitude
Deprecated. 

disOK

JButton disOK
Deprecated. 

param1

JTextField param1
Deprecated. 

param2

JTextField param2
Deprecated. 

param3

JTextField param3
Deprecated. 

handlerLog

JTextArea handlerLog
Deprecated. 

magnetometerLog

JTextArea magnetometerLog
Deprecated. 

degausserLog

JTextArea degausserLog
Deprecated. 

contentPane

JPanel contentPane
Deprecated. 

squid

Squid squid
Deprecated. 

hRawCommand

JTextField hRawCommand
Deprecated. 

hRawSend

JButton hRawSend
Deprecated. 

dRawCommand

JTextField dRawCommand
Deprecated. 

dRawSend

JButton dRawSend
Deprecated. 

mRawCommand

JTextField mRawCommand
Deprecated. 

mRawSend

JButton mRawSend
Deprecated.