25 |
* |
* |
26 |
* Contributors: |
* Contributors: |
27 |
* Martin O. J. Schmitz - initial API and implementation |
* Martin O. J. Schmitz - initial API and implementation |
28 |
* Stefan A. Krüger - additional utility classes |
* Stefan A. Tzeggai - additional utility classes |
29 |
******************************************************************************/ |
******************************************************************************/ |
30 |
package skrueger.geotools; |
package skrueger.geotools; |
31 |
|
|
130 |
getSplitPane().add(newRight); |
getSplitPane().add(newRight); |
131 |
|
|
132 |
this.add(getSplitPane(), BorderLayout.CENTER); |
this.add(getSplitPane(), BorderLayout.CENTER); |
133 |
|
|
134 |
} |
} |
135 |
|
|
136 |
/** |
/** |
238 |
return jToolBar.getSelectedTool(); |
return jToolBar.getSelectedTool(); |
239 |
} |
} |
240 |
|
|
241 |
|
/** |
242 |
|
* Help the garbage collection |
243 |
|
*/ |
244 |
|
public void dispose() { |
245 |
|
if (geoMapPane != null) |
246 |
|
geoMapPane.dispose(); |
247 |
|
} |
248 |
|
|
249 |
} |
} |