|
From: Israel R. F. <isr...@gm...> - 2005-10-10 18:32:56
|
Hey, I'm going for a simple geographic application and I went for old GUI classes. I'm trying to make a StyledMapPane behave slightly different from it is now. Well, it seemed very confuse for me the constructor part of the class where it is placed the KeyListening and associations of Actions with Menus. All I want is to call manually zoom and pan. I sucessfully removed the undesired behaviour by removing all mouse / key listeners but now im stuck adding custom behaviour because the method transform I wanted is made private. Facing this issue i tried to svn checkout and change this method signature to public, I wasnt able to build the new class because of inexistance of org.geotools.resources.i18n package. Any Thoughts? Thanks in advance, Israel |