final JPanel onTheWirePanel = new JPanel();
onTheWirePanel.setBorder(BorderFactory.createCompoundBorder(
BorderFactory.createTitledBorder(" Requests "), BorderFactory
.createEmptyBorder(5, 5, 5, 5)));
mWireTextArea = new WireTextArea();
// Right click: Cut, Copy, Paste, Select All
RightClickPopups.rightClickOnTheWireTextComponent(this, mWireTextArea);
final JScrollPane consoleScrollPane = new JScrollPane(mWireTextArea,