JAL-3026 all tabbed panes use JavaScript option
[jalview.git] / src / jalview / fts / core / GFTSPanel.java
index 86710e1..57bad5d 100644 (file)
@@ -89,7 +89,8 @@ public abstract class GFTSPanel extends JPanel implements GFTSPanelI
   protected JInternalFrame mainFrame = new JInternalFrame(
           getFTSFrameTitle());
 
-  protected JTabbedPane tabs = new JTabbedPane();
+  protected JTabbedPane tabs = jalview.jbgui.swing.JTabbedPane.createTabbedPane();
   protected IProgressIndicator progressIndicator;
 
   protected JComboBox<FTSDataColumnI> cmb_searchTarget = new JComboBox<>();
@@ -131,7 +132,7 @@ public abstract class GFTSPanel extends JPanel implements GFTSPanelI
 
   protected JLabel lbl_blank = new JLabel(balnkPlaceholderImage);
 
-  private JTabbedPane tabbedPane = new JTabbedPane();
+  private JTabbedPane tabbedPane = jalview.jbgui.swing.JTabbedPane.createTabbedPane();
 
   private JPanel pnl_actions = new JPanel();