File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
biojava-structure-gui/src/main/java/org/biojava/nbio/structure/align/gui Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -785,7 +785,7 @@ public static JMenuBar initAlignmentGUIMenu(JFrame frame) {
785785 loadF .addActionListener (new MyAlignmentLoadListener ());
786786 file .add (loadF );
787787
788- JMenuItem openPDB = MenuCreator .getShowPDBMenuItem ();
788+ JMenuItem openPDB = MenuCreator .getShowPDBMenuItem ();
789789 file .add (openPDB );
790790
791791 JMenuItem openI = MenuCreator .getOpenPDBMenuItem ();
Original file line number Diff line number Diff line change @@ -530,5 +530,13 @@ public void setColorByBlocks(boolean colorByBlocks){
530530 this .colorByBlocks .setSelected (colorByBlocks );
531531 resetDisplay ();
532532 }
533+
534+ public JFrame getFrame (){
535+ return frame ;
536+ }
537+
538+ public MultipleAlignment getMultipleAlignment (){
539+ return multAln ;
540+ }
533541
534542}
You can’t perform that action at this time.
0 commit comments