Inquiry: I have two JComponents from different
MapViewManagers.getInnerContents(), which is essentially a VisAD display.
I want the two JComponents to be different sizes, but same aspect ratio.
How do I syncronize the displays so the same map area is shown in each of the
JComponents event though they are different sizes?
I have noticed that as you change the dimensions of the JComponent the map area
will change to accomodate this. I don't have a good understanding on how to
control the underlying map area to achieve what I am trying to do?