X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FOverviewPanel.java;h=b84757ae1286939e8280ed9ce119210cf0869db6;hb=1ab30a69e85188001d9036de6a9d10209dc5e134;hp=9cfda3a6026c3ec1893fddca07200aad27b74f72;hpb=8df2de111af18978bb5254650cab7ba28bc84e82;p=jalview.git diff --git a/src/jalview/gui/OverviewPanel.java b/src/jalview/gui/OverviewPanel.java index 9cfda3a..b84757a 100755 --- a/src/jalview/gui/OverviewPanel.java +++ b/src/jalview/gui/OverviewPanel.java @@ -459,26 +459,24 @@ public class OverviewPanel extends JPanel } /** - * Overridden to set the bounds of the frame holding the Overview panel + * Sets the bounds of the frame holding the Overview panel * * @param xpos * @param ypos * @param width * @param height */ - @Override - public void setBounds(int xpos, int ypos, int width, int height) + public void setFrameBounds(int xpos, int ypos, int width, int height) { internalFrame.setBounds(xpos, ypos, width, height); } /** - * Overridden to return the bounds of the enclosing frame + * Returns the bounds of the enclosing frame * * @return */ - @Override - public Rectangle getBounds() + public Rectangle getFrameBounds() { return internalFrame.getBounds(); }