A new project has been created where all the code related to MapControl is located: org.gvsig.fmap.control (libFMap_controls). This project also contains other graphical controls that depend on the other FMAP APIs, such as DAL.
For example, swing components, used from the gvSIG document table, have been created to display *Feature* tables. But now it is very easy to create applications outside of gvSIG, or to include other use cases that aren't from the document table, that show *Feature* data in tabular form.
Apart from the general changes to packages, and the adaptation to the other changes, this project has a few changes affecting the API. Some examples are:
- Rename the *addCombinedTool* method to *addCombinedBehavior*
- ...