preliminary hack fix for synthetic reference issue
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Thu, 20 Dec 2018 11:41:12 +0000 (05:41 -0600)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Thu, 20 Dec 2018 11:41:12 +0000 (05:41 -0600)
commit79642858bc4aac41afaff6a3c20c130aa4200840
tree4f970bb153861ffecaa8bdf96b8a3f7d1f9e3950
parent52199c302dbcccce84c004565f72787ffa0f98f4
preliminary hack fix for synthetic reference issue

           RecentlyOpened
         inner/ /subclasses
       JalviewFileChooser
          \          /
           JFileChooser
                 Component

So Component can be retrieved two ways through JFileChooser. (1) as the
original JalviewFileChooser object
(2) as the superclass of RecentlyOpened.

I will look into it. For now it is sufficient to simply move
RecentlyOpened to be at least a static class. I just made it another
top-level class.
src/jalview/io/JalviewFileChooser.java