Revision 29944 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/view/gui/View.java

View differences:

View.java
377 377
    protected void initComponents() { // GEN-BEGIN:initComponents
378 378
        m_MapControl = new MapControl(); // Default is paintEnabled = false.
379 379
											// Remember to activate it
380
        
381
        m_MapControl.setComponent(this);
380 382
        m_MapControl.addExceptionListener(mapControlExceptionListener);
381 383
        m_TOC = new TOC();
382 384

  
383 385
        // Ponemos el localizador
384 386
        m_MapLoc = new MapOverview(m_MapControl);
387
        m_MapLoc.setComponent(this);
385 388
		removeAll();
386 389
		tempMainSplit = new ViewSplitPane(JSplitPane.HORIZONTAL_SPLIT);
387 390

  

Also available in: Unified diff