// BH 2018.04.18 comment: addNotify() is not appropriate here. We
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Thu, 18 Apr 2019 17:59:40 +0000 (12:59 -0500)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Thu, 18 Apr 2019 17:59:40 +0000 (12:59 -0500)
commit6253934041436194fa73dd6af26d534247cea6de
treed47fe0986555c29a3aaedcfc16da7b71f0717061
parentb1f1dafab890809e47d9b3e7b54aa300ebe6d7a1
// BH 2018.04.18 comment: addNotify() is not appropriate here. We
    // are not changing ancestors, and keyboard action listeners do
    // not need to be reset. addNotify() is a very expensive operation,
    // requiring a full re-layout of all parents and children.
    // Note in JComponent:
    // This method is called by the toolkit internally and should
    // not be called directly by programs.
    // I note that addNotify() is called in several areas of Jalview.
src/jalview/gui/AlignmentPanel.java