Hi, =)

Thanks for the help of the latest question.

I finished my application, but now when i .jar it, i hve the main frame but the 
loading of the shapefile didn't work.

That's why i think the error which don't disturbed me on Eclipse, is now the 
problem :

juin 05, 2012 12:29:12 PM org.geotools.filter.function.DefaultFunctionFactory 
loadFunctions
Avertissement: Function in10 clash between FilterFunction_in8 and 
FilterFunction_in10
juin 05, 2012 12:29:12 PM org.geotools.filter.function.DefaultFunctionFactory 
loadFunctions
Avertissement: Function area clash between AreaFunction and FilterFunction_area
juin 05, 2012 12:29:12 PM org.geotools.filter.function.DefaultFunctionFactory 
loadFunctions
Avertissement: Function in10 clash between FilterFunction_in10 and 
FilterFunction_in9

Can someone help me ??

Best Regards

From: [email protected]
To: [email protected]
CC: [email protected]
Subject: RE: [Geotools-gt2-users] Geologie France
Date: Sat, 2 Jun 2012 22:40:50 +0000





Hi everybody,

I just wanna ask a simple question, can someone know if i can do something like 
:


        final ImageIcon imageIcon = new ImageIcon("22bis.png", "bonjour"); 
        MapContent map = new MapContent(){
            private static final long serialVersionUID = 1L;
            Image image = imageIcon.getImage();
            {setOpacity(1.0f);} 
            public void paint (Graphics g)
            {
                g.drawImage(image, 0, 0, this);
                super.paintComponent(g);
            } 
        };

on the MapContent ???

I want to put an image behind my shapefile just to have something more butiful 
than the shapefile alone ^^
                                                                                
  
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to