99100101102103104105106107108109
public MultiStepGUI() { super(); this.setLayout(new GridBagLayout()); { // setup text output area outputArea = new LogPanel(); // Create the scroll pane and add the table to it. JScrollPane outputPane = new JScrollPane(outputArea); outputPane.setPreferredSize(new Dimension(800, 400));
253254255256257258259260261262263
add(scrollPane, constraints); } { // setup text output area outputArea = new LogPanel(); // Create the scroll pane and add the table to it. JScrollPane outputPane = new JScrollPane(outputArea); outputPane.setPreferredSize(new Dimension(800, 400));