5556575859606162636465
topPanel.setMaximumSize(new Dimension(1000, 50)); topPanel.add(title); this.add(topPanel); //Add method information this.methodInfo = new MethodInfoViewer(controller); this.add(methodInfo); //Create tab pane tabPane = new JTabbedPane();