JAL-1553 added applet support for the select-column-by-annotation-row feature
[jalview.git] / src / jalview / gui / JvSwingUtils.java
index c404e2f..b4e0e00 100644 (file)
@@ -226,14 +226,10 @@ public final class JvSwingUtils
     setColorAndFont(comp);
   }
 
-  // public static void jvInitComponent(JComponent comp, String name){
-  // setColorAndFont(comp);
-  // comp.setText(MessageManager.getString("label.select_all"));
-  // }
-
   private static void setColorAndFont(JComponent comp)
   {
     comp.setBackground(Color.white);
     comp.setFont(JvSwingUtils.getLabelFont());
   }
+
 }