X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Farchaeopteryx%2FMainPanel.java;h=e94e035d1f0936f4bddade8977098dbb365dd92c;hb=c0439ed8b088887ffea2faf11bc7897333287cb3;hp=cc03467d80393cbc7e7bdfa49185da7bbdc7b06b;hpb=54d8e3a926c3cf3477199c8b85aca478230e223c;p=jalview.git diff --git a/forester/java/src/org/forester/archaeopteryx/MainPanel.java b/forester/java/src/org/forester/archaeopteryx/MainPanel.java index cc03467..e94e035 100644 --- a/forester/java/src/org/forester/archaeopteryx/MainPanel.java +++ b/forester/java/src/org/forester/archaeopteryx/MainPanel.java @@ -375,7 +375,7 @@ public class MainPanel extends JPanel implements ComponentListener { if ( sel >= 0 ) { if ( !getConfiguration().isUseNativeUI() ) { if ( _tabbed_pane.getTabCount() > 0 ) { - _tabbed_pane.setForegroundAt( sel, Constants.TAB_LABEL_FOREGROUND_COLOR_SELECTED ); + _tabbed_pane.setForegroundAt( sel, AptxConstants.TAB_LABEL_FOREGROUND_COLOR_SELECTED ); for( int i = 0; i < _tabbed_pane.getTabCount(); ++i ) { if ( i != sel ) { _tabbed_pane.setBackgroundAt( i, getConfiguration().getGuiBackgroundColor() );