X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2FMCview%2FAtom.java;h=f907dff4c06b424ea47cde40f01e0d4b5255cc18;hb=a7bec763a3e4f17a549115f8f9f19ee4c742c26b;hp=51c4f0135203fb2c675ddc8f12eea7b334d36bf3;hpb=8893c2ac9824d4c566ae69c73d34889c5316b058;p=jalview.git diff --git a/src/MCview/Atom.java b/src/MCview/Atom.java index 51c4f01..f907dff 100755 --- a/src/MCview/Atom.java +++ b/src/MCview/Atom.java @@ -1,6 +1,6 @@ /* * Jalview - A Sequence Alignment Editor and Viewer -* Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle +* Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -30,7 +30,7 @@ public class Atom { String resName; int resNumber; int type; - Color color; + Color color = Color.lightGray; String chain; int alignmentMapping=-1; @@ -52,7 +52,7 @@ public class Atom { } - public void setColor(Color col) { - this.color = col; - } + // public void setColor(Color col) { + // this.color = col; + // } }