5859606162636465
splitPane.setBorder(BorderFactory.createEmptyBorder()); panel.add(splitPane); } private FunctionsPanel initFunctionsPanel() { funtionsPanel = new FunctionsPanel(frame(), createClearLogButton()); return funtionsPanel; }