}
// Add a listener to the headers table to make sure any changes are
// propagated to the underlying RequestBean.
TableModel model = itsResponseHeadersTable.getModel();
model.addTableModelListener(itsResponseHeaderTableListener);
// show response creation panel (card3)
CardLayout cl = (CardLayout) (itsTopPanel.getLayout());
cl.show(itsTopPanel, "card3");
}//GEN-LAST:event_itsResponseButtonActionPerformed