Revision 498 2.1/trunk/org.gvsig.view3d/org.gvsig.view3d.swing/org.gvsig.view3d.swing.api/src/main/java/org/gvsig/view3d/swing/api/View3DSwingManager.java

View differences:

View3DSwingManager.java
55 55
     * @param theMapContext
56 56
     *            associated <code>MapContext</code> of
57 57
     *            <code>MapControl3D</code>
58
     * @param title
59
     *            Title of window
58 60
     * @param type
59 61
     *            Type of <code>MapControl3D</code>. See {@link TYPE}.
60 62
     * @param viewProperties
......
62 64
     * @see View3DSwingManager#createMapControl3D(MapContext, TYPE)
63 65
     * @return
64 66
     */
65
    public View3DPanel createView3DPanel(MapContext theMapContext, TYPE type,
67
    public View3DPanel createView3DPanel(MapContext theMapContext,String title, TYPE type,
66 68
        ExtendedPropertiesSupport viewProperties);
67 69

  
68 70
    /**

Also available in: Unified diff