layoutComponents();
}
// components initialization
private void initComponents() {
historyViewer = new HistoryViewer();
historyViewer.setReversed(true);
historyScrollPane = new JScrollPane(historyViewer);
clearHistoryButton = generateStringButton();
clearHistoryButton.setText("not connected");
stringBox.setSettable(clearHistoryButton, false);