100010011002100310041005100610071008
} private void populateAutomationsTab() { tabAutomations.removeAll(); tabAutomations.setLayout(new BorderLayout()); reactionsPanel = new ReactionsPanel(I18n, object); tabAutomations.add(reactionsPanel); tabAutomations.validate(); }