app.getMapPane().setBackground(bgColor);
MapContext mapContext = app.getMap().getMapContext();
if (mapContext != null) {
app.setMapContext(mapContext);
app.pack();
}
} catch (Exception ex) {
JOptionPane.showMessageDialog(this, "Configure Map Error!");
}
}