This class is deisnged to maintain a list of encodersTables/models which can be selected based on the fuzzer which is selected in the LH pane.
10191020102110221023102410251026102710281029
} private void createEncodingPane(){ // create the encodersTableList encodersTableList = new EncodersTableList(this); // instantiate the control panel controlPanel = new EncodersToolBar(this); // add a null encoder to start with this.updateEncoderPanel(null);