01: package org.geotools.demo;
02:
03: import javax.swing.JDialog;
04:
05: /**
06: * This example opens up a shapefile or WFS use a style
07: * to draw the results onto the screen.
08: * <p>
09: * You can use a similar approach to draw vector data into
10: * a BufferedImage in order to generate a PNG file.
11: * @author Jody Garnett
12: */
13: public class StyleLab extends JDialog {
14:
15: }
|