Statistics
| Revision:

root / trunk / libraries / libFMap / src / com / iver / cit / gvsig / fmap / demo / DrawImage.java @ 213

History | View | Annotate | Download (266 Bytes)

1
package com.iver.cit.gvsig.fmap.demo;
2

    
3
import com.iver.cit.gvsig.fmap.ChildrenNotAllowedException;
4

    
5

    
6
public class DrawImage {
7

    
8
        public static void main(String[] args) throws ChildrenNotAllowedException {
9
                ImageFrame iframe = new ImageFrame();
10
                iframe.show();
11
        }
12
}