Adrian Custer a écrit : > *All* of the GUI classes were indeed removed in the latter release > candidates of Geotools 2.2. However, a shiny, new-and-improved, > up-to-date class has been provided in the final release of Geotools > 2.2.0. We are currently testing this release and it should be announced > on Monday.
Slight correction: All the J2D-Renderer related classes has been removed, which include the following Swing widgets: MapPane and StyledMapPane. Not all widgets. More specifically, we still have a Swing widgets toolkit: ext/widgets-swing. Example: http://javadoc.geotools.fr/snapshot/org/geotools/gui/swing/image/package-summary.html The org.geotools.gui.swing packages provide some widgets which may be of general purpose. I realize that it duplicates (in the intend) the GeoWidget project, but those packages existed before GeoWidget. In addition, some Geotools code refer to it (using reflection, in order to take advantage of it only if it is in the classpath) in order to provides debugging tools. For example, the following widget: http://javadoc.geotools.fr/snapshot/org/geotools/gui/swing/image/OperationTreeBrowser.html *really* help me to find and fix some bugs in the Geotools coverage module. We can see that as a kind of 'toString()' method where the output is too complicated for being analysed without the help of a graphical interface. Martin. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
