- 
btnAddGeoJsonjavax.swing.JButton btnAddGeoJson Button to add GeoJSON from a string 
- 
btnCirclejavax.swing.JButton btnCircle The button to make a circle 
- 
btnGoToPlacesjavax.swing.JButton btnGoToPlaces The button that will cause the map move to the selected place 
- 
btnLoadGeoJsonjavax.swing.JButton btnLoadGeoJson Button to add GeoJSON from a URL 
- 
btnMakeInfoWinjavax.swing.JButton btnMakeInfoWin The button to make an info window 
- 
btnMakeOverlayjavax.swing.JButton btnMakeOverlay Button to make a ground image overlay 
- 
btnMakePolygonjavax.swing.JButton btnMakePolygon The button to make a polygon 
- 
btnMakePolylinejavax.swing.JButton btnMakePolyline The button to make a polyline 
- 
btnMakeRectanglejavax.swing.JButton btnMakeRectangle The button to make a rectangle 
- 
btnNavjavax.swing.JButton btnNav The button to make the map go to the given lat/lng 
- 
btnResetMapjavax.swing.JButton btnResetMap Button to reset the map 
- 
cbxPlacesjavax.swing.JComboBox<TPlacesDropListItem> cbxPlaces A combobox of all the choices of places to move the map to. 
- 
lblLatLngDirectionsjavax.swing.JLabel lblLatLngDirections Directions on capturing a lat/lng 
- 
lblNavjavax.swing.JLabel lblNav Label for the navigation subpanel 
- 
lblToolTipInfojavax.swing.JLabel lblToolTipInfo Label for info about tool tips 
- 
pnlControljavax.swing.JPanel pnlControl The panel holding the controls to manipulate the map 
- 
pnlNavjavax.swing.JPanel pnlNav The subpanel holding the map navigation controls. 
- 
pnlPlacesjavax.swing.JPanel pnlPlaces The panel holding the components to enable moving the map to a new place 
- 
spDisplayTextjavax.swing.JScrollPane spDisplayText Scrollpane for holding the scrolling text area for console messages 
- 
taDisplayTextjavax.swing.JTextArea taDisplayText A text area to display console messages 
- 
tfLatjavax.swing.JTextField tfLat The text field for the latitude value 
- 
tfLngjavax.swing.JTextField tfLng The text field for the longitude value 
- 
view2ModelAdptIView2ModelAdapter<TPlacesDropListItem> view2ModelAdpt The adapter to the model