X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fappletgui%2FRedundancyPanel.java;h=f5e403f0530afc396a57de93d75e7da26651552c;hb=7ab5d6b0ba5fec1ea4a4239e79c476d841622485;hp=d6882616e706b10a64050f18e31341a1eedeed8c;hpb=1889827c44c51f6353fe8619e5d44b421158af23;p=jalview.git diff --git a/src/jalview/appletgui/RedundancyPanel.java b/src/jalview/appletgui/RedundancyPanel.java index d688261..f5e403f 100644 --- a/src/jalview/appletgui/RedundancyPanel.java +++ b/src/jalview/appletgui/RedundancyPanel.java @@ -53,7 +53,8 @@ public class RedundancyPanel extends SliderPanel implements Runnable, applyButton.setVisible(true); allGroupsCheck.setVisible(false); - label.setText(MessageManager.getString("label.enter_redundancy_threshold")); + label.setText(MessageManager + .getString("label.enter_redundancy_threshold")); valueField.setText("100"); slider.setVisibleAmount(1); @@ -72,8 +73,8 @@ public class RedundancyPanel extends SliderPanel implements Runnable, frame = new Frame(); frame.add(this); - jalview.bin.JalviewLite.addFrame(frame, - MessageManager.getString("label.redundancy_threshold_selection"), 400, 100); + jalview.bin.JalviewLite.addFrame(frame, MessageManager + .getString("label.redundancy_threshold_selection"), 400, 100); frame.addWindowListener(this); @@ -127,7 +128,8 @@ public class RedundancyPanel extends SliderPanel implements Runnable, redundancy = AlignSeq.computeRedundancyMatrix(originalSequences, omitHidden, start, end, false); - label.setText(MessageManager.getString("label.enter_redundancy_threshold")); + label.setText(MessageManager + .getString("label.enter_redundancy_threshold")); slider.setVisible(true); applyButton.setEnabled(true); valueField.setVisible(true);