* Construct the NavigationPanel.
*/
public NavigatePanel() {
super();
setKey(defaultKey);
panDelegate = new PanSupport(this);
centerDelegate = new CenterSupport(this);
JPanel panel = new JPanel();
GridBagLayout internalGridbag = new GridBagLayout();
GridBagConstraints c2 = new GridBagConstraints();