From: gmungoc Date: Fri, 15 Mar 2019 15:55:31 +0000 (+0000) Subject: JAL-3210 ensure tooltips on FeatureSettings in JS X-Git-Tag: Develop-2_11_2_0-d20201215~24^2~68^2~222 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=dad6a2d9da7abf2a26add4e862bdee11aedfaf58;p=jalview.git JAL-3210 ensure tooltips on FeatureSettings in JS --- diff --git a/src/jalview/gui/FeatureSettings.java b/src/jalview/gui/FeatureSettings.java index 33c22f4..3dc7f98 100644 --- a/src/jalview/gui/FeatureSettings.java +++ b/src/jalview/gui/FeatureSettings.java @@ -255,6 +255,7 @@ public class FeatureSettings extends JPanel tableHeader.setFont(new Font("Verdana", Font.PLAIN, 12)); tableHeader.setReorderingAllowed(false); table.setFont(new Font("Verdana", Font.PLAIN, 12)); + ToolTipManager.sharedInstance().registerComponent(table); table.setDefaultEditor(FeatureColour.class, new ColorEditor()); table.setDefaultRenderer(FeatureColour.class, new ColorRenderer());