public SQLPanel(SQLCommand sqlCommand) {
super("SQL");
this.actionHandler = new ActionHandler();
this.sqlCommand = sqlCommand;
this.connDialog = new ConnectionDialog(sqlCommand);
requestsSelected = new HashMap();
requestsColorized = new HashMap();
sqlCommand.addObserver(this);