private JPanel createReasonerPanel(String description){
JPanel reasonerPanel = new JPanel(new GridLayout(1,2));
Font font = new Font("selected label", Font.PLAIN, 12);
reasonerPanel.removeAll();
reasonerPanel.setBorder(BorderFactory.createCompoundBorder(BorderFactory.createTitledBorder
(BorderFactory.createLineBorder(Color.LIGHT_GRAY), description,
TitledBorder.LEADING, TitledBorder.TOP , new Font("title", Font.BOLD, 12)),
BorderFactory.createEmptyBorder(3, 3, 3, 3)));
getAllReasonerProperty();