X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FFeatureSettings.java;h=184fdc51479d167d84a313598fbb8f41cb69cfd5;hb=ca160187a050f6d4e50158cd5b51f75c83a7179e;hp=2c8f47ab9993acdb07571e2ee823b938eb161256;hpb=737dc271c809d911ea69c423f1525c3c41c68ded;p=jalview.git diff --git a/src/jalview/gui/FeatureSettings.java b/src/jalview/gui/FeatureSettings.java index 2c8f47a..184fdc5 100644 --- a/src/jalview/gui/FeatureSettings.java +++ b/src/jalview/gui/FeatureSettings.java @@ -951,7 +951,6 @@ public class FeatureSettings extends JPanel chooser.setResponseHandler(0, () -> { File file = chooser.getSelectedFile(); load(file); - return null; }); chooser.showOpenDialog(this); } @@ -1020,7 +1019,7 @@ public class FeatureSettings extends JPanel } } catch (Exception ex) { - System.out.println("Error loading User Colour File\n" + ex); + jalview.bin.Console.outPrintln("Error loading User Colour File\n" + ex); } } @@ -1609,7 +1608,7 @@ public class FeatureSettings extends JPanel { Color newColor = gcol.getMaxColour(); comp.setBackground(newColor); - // System.err.println("Width is " + w / 2); + // jalview.bin.Console.errPrintln("Width is " + w / 2); Icon ficon = new FeatureIcon(gcol, comp.getBackground(), w, h, thr); comp.setIcon(ficon); // tt+="RGB value: Max (" + newColor.getRed() + ", "