I have a java GUI swing application with three frames. I want to load a map from a shape file and draw the map on an existing application frame. For this I use GeoTools framework. I've looked at the examples and all examples have drawn the map on a separate GUI window JMapFrame
.
(I've followed this link )
Is there a way which we can embed a map that we have created using Geotools to an existing Java Swing application.