//To change body of implemented methods use File | Settings | File Templates.
}
public void actionPerformed(ActionEvent e) {
if (e.getActionCommand().equals("1")) {
this.runableCodeListMyQueues = new RunnableListMyQueues(this.createQueue, this.queueCode, this.read,
this.result, this.buttonLoad);
Thread thread1 = new Thread(this.runableCodeListMyQueues);
thread1.start();
this.createQueue.setEditable(true);
this.buttonLoad.setText("Running..");