X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Farchaeopteryx%2FMainPanel.java;h=7908fecce8bc362ce96ff67fac5ecc9e1c9ca09b;hb=5642da5f473ab9ae57fee86c0cb3b33525a2e916;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..7908fec 100644 --- a/forester/java/src/org/forester/archaeopteryx/MainPanel.java +++ b/forester/java/src/org/forester/archaeopteryx/MainPanel.java @@ -344,7 +344,7 @@ public class MainPanel extends JPanel implements ComponentListener { return _colorset; } - List getTreePanels() { + public List getTreePanels() { return _treepanels; } @@ -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() );