[Schmitzm-commits] r256 - in trunk/src: appl/data appl/util junit/skrueger/i8n schmitzm/data schmitzm/data/event schmitzm/data/property schmitzm/data/resource/locales schmitzm/geotools schmitzm/geotools/feature schmitzm/geotools/feature/resource/locales schmitzm/geotools/grid schmitzm/geotools/gui schmitzm/geotools/gui/resource/locales schmitzm/geotools/io schmitzm/geotools/map/event schmitzm/geotools/styling schmitzm/io schmitzm/io/dyntxt schmitzm/jfree schmitzm/jfree/chart schmitzm/jfree/chart/renderer schmitzm/jfree/chart/selection schmitzm/jfree/chart/style schmitzm/jfree/feature schmitzm/jfree/feature/style schmitzm/jfree/resource/locales schmitzm/lang schmitzm/lang/resource/locales schmitzm/lang/tree schmitzm/swing schmitzm/swing/event schmitzm/swing/log4j schmitzm/swing/menu schmitzm/swing/resource/locales schmitzm/swing/table schmitzm/swing/tree schmitzm/temp schmitzm/xml skrueger skrueger/geotools skrueger/geotools/io skrueger/geotools/labelsearch skrueger/geotools/resource/locales skrueger/geotools/selection skrueger/i8n skrueger/swing

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Jul 31 16:43:54 CEST 2009


Author: alfonx
Date: 2009-07-31 16:43:47 +0200 (Fri, 31 Jul 2009)
New Revision: 256

Modified:
   trunk/src/appl/data/LateLoadable.java
   trunk/src/appl/data/LoadingException.java
   trunk/src/appl/util/RasterMetaData.java
   trunk/src/junit/skrueger/i8n/SwitchLanguageDialogTest.java
   trunk/src/schmitzm/data/AbstractReadableGrid.java
   trunk/src/schmitzm/data/AbstractWritableGrid.java
   trunk/src/schmitzm/data/DataUtil.java
   trunk/src/schmitzm/data/ObjectStructure.java
   trunk/src/schmitzm/data/ObjectStructureUtil.java
   trunk/src/schmitzm/data/RasterCalculator.java
   trunk/src/schmitzm/data/RasterFilter.java
   trunk/src/schmitzm/data/RasterOperationTree.java
   trunk/src/schmitzm/data/RasterOperationTreeParser.java
   trunk/src/schmitzm/data/ReadableGrid.java
   trunk/src/schmitzm/data/WritableGrid.java
   trunk/src/schmitzm/data/WritableGridArray.java
   trunk/src/schmitzm/data/WritableGridRaster.java
   trunk/src/schmitzm/data/event/AbstractObjectEvent.java
   trunk/src/schmitzm/data/event/AbstractObjectTraceable.java
   trunk/src/schmitzm/data/event/GeneralObjectChangeEvent.java
   trunk/src/schmitzm/data/event/Invoker.java
   trunk/src/schmitzm/data/event/NameChangeEvent.java
   trunk/src/schmitzm/data/event/ObjectChangeEvent.java
   trunk/src/schmitzm/data/event/ObjectCloseEvent.java
   trunk/src/schmitzm/data/event/ObjectEvent.java
   trunk/src/schmitzm/data/event/ObjectListener.java
   trunk/src/schmitzm/data/event/ObjectTraceable.java
   trunk/src/schmitzm/data/property/Access.java
   trunk/src/schmitzm/data/property/AccessViolationException.java
   trunk/src/schmitzm/data/property/Accessible.java
   trunk/src/schmitzm/data/property/DynamicProperties.java
   trunk/src/schmitzm/data/property/ListProperty.java
   trunk/src/schmitzm/data/property/ListPropertyReadAccess.java
   trunk/src/schmitzm/data/property/ListPropertyWriteAccess.java
   trunk/src/schmitzm/data/property/MatrixProperty.java
   trunk/src/schmitzm/data/property/Properties.java
   trunk/src/schmitzm/data/property/Property.java
   trunk/src/schmitzm/data/property/PropertyException.java
   trunk/src/schmitzm/data/property/PropertyReadAccess.java
   trunk/src/schmitzm/data/property/PropertySet.java
   trunk/src/schmitzm/data/property/PropertyType.java
   trunk/src/schmitzm/data/property/PropertyUtil.java
   trunk/src/schmitzm/data/property/PropertyWriteAccess.java
   trunk/src/schmitzm/data/property/ScalarProperty.java
   trunk/src/schmitzm/data/property/ValueProperty.java
   trunk/src/schmitzm/data/property/ValuePropertyAccessParameters.java
   trunk/src/schmitzm/data/property/ValuePropertyType.java
   trunk/src/schmitzm/data/resource/locales/DataResourceBundle.properties
   trunk/src/schmitzm/data/resource/locales/DataResourceBundle_de.properties
   trunk/src/schmitzm/geotools/FilterUtil.java
   trunk/src/schmitzm/geotools/GTUtil.java
   trunk/src/schmitzm/geotools/JTSUtil.java
   trunk/src/schmitzm/geotools/feature/AbstractAutoValueGenerator.java
   trunk/src/schmitzm/geotools/feature/AttributeFilter.java
   trunk/src/schmitzm/geotools/feature/AttributeTypeFilter.java
   trunk/src/schmitzm/geotools/feature/AutoValueGenerator.java
   trunk/src/schmitzm/geotools/feature/FeatureCollectionReader.java
   trunk/src/schmitzm/geotools/feature/FeatureOperationTree.java
   trunk/src/schmitzm/geotools/feature/FeatureOperationTreeFilter.java
   trunk/src/schmitzm/geotools/feature/FeatureOperationTreeParser.java
   trunk/src/schmitzm/geotools/feature/FeatureTableModel.java
   trunk/src/schmitzm/geotools/feature/FeatureTypeBuilderTableModel.java
   trunk/src/schmitzm/geotools/feature/FeatureTypeTableModel.java
   trunk/src/schmitzm/geotools/feature/FeatureUtil.java
   trunk/src/schmitzm/geotools/feature/NumberValueGenerator.java
   trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle.properties
   trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle_de.properties
   trunk/src/schmitzm/geotools/grid/GridStatistic.java
   trunk/src/schmitzm/geotools/grid/GridUtil.java
   trunk/src/schmitzm/geotools/grid/GridZoneStatistic.java
   trunk/src/schmitzm/geotools/grid/ReadableGridCoverage.java
   trunk/src/schmitzm/geotools/grid/WritableGridCoverage.java
   trunk/src/schmitzm/geotools/gui/CRSSelectionDialog.java
   trunk/src/schmitzm/geotools/gui/ColorMapTable.java
   trunk/src/schmitzm/geotools/gui/FeatureCollectionFilterPanel.java
   trunk/src/schmitzm/geotools/gui/FeatureCollectionFrame.java
   trunk/src/schmitzm/geotools/gui/FeatureCollectionTableModel.java
   trunk/src/schmitzm/geotools/gui/FeatureFilterPanel.java
   trunk/src/schmitzm/geotools/gui/FeatureInputOption.java
   trunk/src/schmitzm/geotools/gui/FeatureLayerFilterDialog.java
   trunk/src/schmitzm/geotools/gui/FeatureTablePane.java
   trunk/src/schmitzm/geotools/gui/FeatureTypeInputOption.java
   trunk/src/schmitzm/geotools/gui/GeoMapPane.java
   trunk/src/schmitzm/geotools/gui/GeoPositionLabel.java
   trunk/src/schmitzm/geotools/gui/GeotoolsGUIUtil.java
   trunk/src/schmitzm/geotools/gui/GridPanel.java
   trunk/src/schmitzm/geotools/gui/JEditorPane.java
   trunk/src/schmitzm/geotools/gui/JEditorToolBar.java
   trunk/src/schmitzm/geotools/gui/JMapPane.java
   trunk/src/schmitzm/geotools/gui/LayeredEditorFrame.java
   trunk/src/schmitzm/geotools/gui/LayeredMapFrame.java
   trunk/src/schmitzm/geotools/gui/LayeredMapPane.java
   trunk/src/schmitzm/geotools/gui/MapActionControlPane.java
   trunk/src/schmitzm/geotools/gui/MapContextControlPane.java
   trunk/src/schmitzm/geotools/gui/MapPaneStatusBar.java
   trunk/src/schmitzm/geotools/gui/MouseSelectionTracker.java
   trunk/src/schmitzm/geotools/gui/RasterPositionLabel.java
   trunk/src/schmitzm/geotools/gui/ScalePane.java
   trunk/src/schmitzm/geotools/gui/ScalePanel.java
   trunk/src/schmitzm/geotools/gui/SelectableFeatureTablePane.java
   trunk/src/schmitzm/geotools/gui/StyleToolBar.java
   trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle.properties
   trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle_de.properties
   trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle_fr.properties
   trunk/src/schmitzm/geotools/io/GeoExportUtil.java
   trunk/src/schmitzm/geotools/io/GeoImportUtil.java
   trunk/src/schmitzm/geotools/map/event/FeatureModifiedEvent.java
   trunk/src/schmitzm/geotools/map/event/FeatureSelectedEvent.java
   trunk/src/schmitzm/geotools/map/event/GeneralSelectionEvent.java
   trunk/src/schmitzm/geotools/map/event/GridCoverageSelectedEvent.java
   trunk/src/schmitzm/geotools/map/event/GridCoverageValueSelectedEvent.java
   trunk/src/schmitzm/geotools/map/event/JEditorPaneEvent.java
   trunk/src/schmitzm/geotools/map/event/JMapPaneEvent.java
   trunk/src/schmitzm/geotools/map/event/JMapPaneListener.java
   trunk/src/schmitzm/geotools/map/event/LayerEditCanceledEvent.java
   trunk/src/schmitzm/geotools/map/event/LayerEditFinishedEvent.java
   trunk/src/schmitzm/geotools/map/event/LayerEditStartedEvent.java
   trunk/src/schmitzm/geotools/map/event/MapAreaChangedEvent.java
   trunk/src/schmitzm/geotools/map/event/MapContextSynchronizer.java
   trunk/src/schmitzm/geotools/map/event/MapLayerAdapter.java
   trunk/src/schmitzm/geotools/map/event/MapLayerListAdapter.java
   trunk/src/schmitzm/geotools/map/event/ObjectSelectionEvent.java
   trunk/src/schmitzm/geotools/map/event/ScaleChangedEvent.java
   trunk/src/schmitzm/geotools/styling/ColorMapManager.java
   trunk/src/schmitzm/geotools/styling/StylingUtil.java
   trunk/src/schmitzm/io/BinaryInputBuffer.java
   trunk/src/schmitzm/io/BinaryInputStream.java
   trunk/src/schmitzm/io/BinaryUtil.java
   trunk/src/schmitzm/io/CombinedInputStream.java
   trunk/src/schmitzm/io/FileInputStream.java
   trunk/src/schmitzm/io/FileOutputStream.java
   trunk/src/schmitzm/io/IOUtil.java
   trunk/src/schmitzm/io/InputBuffer.java
   trunk/src/schmitzm/io/LimitedInputStream.java
   trunk/src/schmitzm/io/TokenInputStream.java
   trunk/src/schmitzm/io/dyntxt/DynamicBlock.java
   trunk/src/schmitzm/io/dyntxt/DynamicElement.java
   trunk/src/schmitzm/io/dyntxt/DynamicField.java
   trunk/src/schmitzm/io/dyntxt/DynamicInputProvider.java
   trunk/src/schmitzm/io/dyntxt/DynamicLoop.java
   trunk/src/schmitzm/io/dyntxt/DynamicTextGenerator.java
   trunk/src/schmitzm/io/dyntxt/StaticText.java
   trunk/src/schmitzm/jfree/DatasetMetaDataGroup.java
   trunk/src/schmitzm/jfree/chart/ChartMouseSelectionTracker.java
   trunk/src/schmitzm/jfree/chart/SelectableChartPanel.java
   trunk/src/schmitzm/jfree/chart/renderer/SelectionRenderer.java
   trunk/src/schmitzm/jfree/chart/renderer/SelectionXYLineAndShapeRenderer.java
   trunk/src/schmitzm/jfree/chart/selection/AbstractDatasetSelectionModel.java
   trunk/src/schmitzm/jfree/chart/selection/DatasetSelectionChangeEvent.java
   trunk/src/schmitzm/jfree/chart/selection/DatasetSelectionListener.java
   trunk/src/schmitzm/jfree/chart/selection/DatasetSelectionModel.java
   trunk/src/schmitzm/jfree/chart/selection/DatasetSelectionModelProvider.java
   trunk/src/schmitzm/jfree/chart/selection/SeriesDatasetSelectionModel.java
   trunk/src/schmitzm/jfree/chart/style/AbstractChartStyle.java
   trunk/src/schmitzm/jfree/chart/style/BasicChartStyle.java
   trunk/src/schmitzm/jfree/chart/style/ChartAxisStyle.java
   trunk/src/schmitzm/jfree/chart/style/ChartLabelStyle.java
   trunk/src/schmitzm/jfree/chart/style/ChartPlotStyle.java
   trunk/src/schmitzm/jfree/chart/style/ChartRendererStyle.java
   trunk/src/schmitzm/jfree/chart/style/ChartStyle.java
   trunk/src/schmitzm/jfree/chart/style/ChartStyleUtil.java
   trunk/src/schmitzm/jfree/chart/style/ChartStyleXMLFactory.java
   trunk/src/schmitzm/jfree/chart/style/ChartType.java
   trunk/src/schmitzm/jfree/chart/style/ScatterChartStyle.java
   trunk/src/schmitzm/jfree/feature/Feature2DatasetMapping.java
   trunk/src/schmitzm/jfree/feature/Feature2SeriesDatasetMapping.java
   trunk/src/schmitzm/jfree/feature/FeatureDatasetMetaData.java
   trunk/src/schmitzm/jfree/feature/FeatureDatasetSelectionModel.java
   trunk/src/schmitzm/jfree/feature/FeatureSeriesDatasetSelectionModel.java
   trunk/src/schmitzm/jfree/feature/style/FeatureBasicChartStyle.java
   trunk/src/schmitzm/jfree/feature/style/FeatureChartStyle.java
   trunk/src/schmitzm/jfree/feature/style/FeatureChartStyleXMLFactory.java
   trunk/src/schmitzm/jfree/feature/style/FeatureChartUtil.java
   trunk/src/schmitzm/jfree/feature/style/FeatureScatterChartStyle.java
   trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle.properties
   trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle_de.properties
   trunk/src/schmitzm/lang/AbstractNamedObject.java
   trunk/src/schmitzm/lang/AlreadyHandledException.java
   trunk/src/schmitzm/lang/ComparableObject.java
   trunk/src/schmitzm/lang/DefaultComparator.java
   trunk/src/schmitzm/lang/DuplicateException.java
   trunk/src/schmitzm/lang/HashtableResourceBundle.java
   trunk/src/schmitzm/lang/HashtableWithCollisionList.java
   trunk/src/schmitzm/lang/Indent.java
   trunk/src/schmitzm/lang/LangUtil.java
   trunk/src/schmitzm/lang/LimitedVector.java
   trunk/src/schmitzm/lang/LocaleComparator.java
   trunk/src/schmitzm/lang/MultiDimArray.java
   trunk/src/schmitzm/lang/NamedObject.java
   trunk/src/schmitzm/lang/OperationCanceledException.java
   trunk/src/schmitzm/lang/PushbackStringTokenizer.java
   trunk/src/schmitzm/lang/ResourceProvider.java
   trunk/src/schmitzm/lang/SortableVector.java
   trunk/src/schmitzm/lang/StepThread.java
   trunk/src/schmitzm/lang/WorkingThread.java
   trunk/src/schmitzm/lang/WorkingThreadAdapter.java
   trunk/src/schmitzm/lang/WorkingThreadListener.java
   trunk/src/schmitzm/lang/resource/locales/LangResourceBundle.properties
   trunk/src/schmitzm/lang/resource/locales/LangResourceBundle_de.properties
   trunk/src/schmitzm/lang/tree/BinaryTreeNode.java
   trunk/src/schmitzm/lang/tree/OperationTree.java
   trunk/src/schmitzm/lang/tree/OperationTreeParser.java
   trunk/src/schmitzm/lang/tree/TreeNode.java
   trunk/src/schmitzm/swing/BooleanInputOption.java
   trunk/src/schmitzm/swing/BrowseInputOption.java
   trunk/src/schmitzm/swing/ButtonGroup.java
   trunk/src/schmitzm/swing/CaptionsChangeable.java
   trunk/src/schmitzm/swing/CaptionsChangeablePanel.java
   trunk/src/schmitzm/swing/CircleIcon.java
   trunk/src/schmitzm/swing/ColorInputOption.java
   trunk/src/schmitzm/swing/Compass.java
   trunk/src/schmitzm/swing/ExceptionDialog.java
   trunk/src/schmitzm/swing/ExpansionBar.java
   trunk/src/schmitzm/swing/FileInputOption.java
   trunk/src/schmitzm/swing/InputCompass.java
   trunk/src/schmitzm/swing/InputOption.java
   trunk/src/schmitzm/swing/JPanel.java
   trunk/src/schmitzm/swing/ManualInputOption.java
   trunk/src/schmitzm/swing/MultiSplitPane.java
   trunk/src/schmitzm/swing/MultipleOptionPane.java
   trunk/src/schmitzm/swing/ObjectDisplayContainer.java
   trunk/src/schmitzm/swing/OperationTreePanel.java
   trunk/src/schmitzm/swing/RotationSpinnerNumberModel.java
   trunk/src/schmitzm/swing/SelectableJTable.java
   trunk/src/schmitzm/swing/SelectionInputOption.java
   trunk/src/schmitzm/swing/SelectionPreservingCaret.java
   trunk/src/schmitzm/swing/SliderSpinnerPanel.java
   trunk/src/schmitzm/swing/SortableJTable.java
   trunk/src/schmitzm/swing/SpringUtilities.java
   trunk/src/schmitzm/swing/StatusDialog.java
   trunk/src/schmitzm/swing/StoplightContainer.java
   trunk/src/schmitzm/swing/SwingUtil.java
   trunk/src/schmitzm/swing/SwingWorker.java
   trunk/src/schmitzm/swing/TextAreaPrintStream.java
   trunk/src/schmitzm/swing/ToolTipComboBoxRenderer.java
   trunk/src/schmitzm/swing/TreeSelectionDialog.java
   trunk/src/schmitzm/swing/event/InputOptionAdapter.java
   trunk/src/schmitzm/swing/event/InputOptionListener.java
   trunk/src/schmitzm/swing/event/MouseAdapter.java
   trunk/src/schmitzm/swing/event/PopupMenuListener.java
   trunk/src/schmitzm/swing/event/PropertyChangeEmitter.java
   trunk/src/schmitzm/swing/event/WindowEventConnector.java
   trunk/src/schmitzm/swing/log4j/LoggerConfigurationTableModel.java
   trunk/src/schmitzm/swing/log4j/LoggerFrame.java
   trunk/src/schmitzm/swing/menu/ActionStructure.java
   trunk/src/schmitzm/swing/menu/ConnectedPopupMenu.java
   trunk/src/schmitzm/swing/menu/ObjectMenuItem.java
   trunk/src/schmitzm/swing/menu/ObjectSubMenu.java
   trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle.properties
   trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_de.properties
   trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_fr.properties
   trunk/src/schmitzm/swing/table/AbstractMutableTableModel.java
   trunk/src/schmitzm/swing/table/AbstractTableModel.java
   trunk/src/schmitzm/swing/table/ColorEditor.java
   trunk/src/schmitzm/swing/table/ColorRenderer.java
   trunk/src/schmitzm/swing/table/ColorsRenderer.java
   trunk/src/schmitzm/swing/table/ComponentRenderer.java
   trunk/src/schmitzm/swing/table/MutableTable.java
   trunk/src/schmitzm/swing/table/MutableTableModel.java
   trunk/src/schmitzm/swing/table/PipedTableModel.java
   trunk/src/schmitzm/swing/table/SelectionTableModel.java
   trunk/src/schmitzm/swing/table/TableComponentMouseListener.java
   trunk/src/schmitzm/swing/tree/ContentNode.java
   trunk/src/schmitzm/swing/tree/EditableNode.java
   trunk/src/schmitzm/swing/tree/EmptyInnerNode.java
   trunk/src/schmitzm/swing/tree/EmptyNode.java
   trunk/src/schmitzm/temp/BaseTypeUtil.java
   trunk/src/schmitzm/xml/XMLUtil.java
   trunk/src/skrueger/AttributeMetaData.java
   trunk/src/skrueger/AttributeMetaDataAttributeTypeFilter.java
   trunk/src/skrueger/RasterLegendData.java
   trunk/src/skrueger/geotools/AbstractStyledLayer.java
   trunk/src/skrueger/geotools/AttributeTableJDialog.java
   trunk/src/skrueger/geotools/LegendIconFeatureRenderer.java
   trunk/src/skrueger/geotools/MapContextManagerInterface.java
   trunk/src/skrueger/geotools/MapPaneToolBar.java
   trunk/src/skrueger/geotools/MapView.java
   trunk/src/skrueger/geotools/StyledFS.java
   trunk/src/skrueger/geotools/StyledFeatureCollection.java
   trunk/src/skrueger/geotools/StyledFeatureCollectionInterface.java
   trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
   trunk/src/skrueger/geotools/StyledFeatureSourceInterface.java
   trunk/src/skrueger/geotools/StyledFeaturesInterface.java
   trunk/src/skrueger/geotools/StyledGridCoverage.java
   trunk/src/skrueger/geotools/StyledGridCoverageInterface.java
   trunk/src/skrueger/geotools/StyledGridCoverageReader.java
   trunk/src/skrueger/geotools/StyledGridCoverageReaderInterface.java
   trunk/src/skrueger/geotools/StyledLayerInterface.java
   trunk/src/skrueger/geotools/StyledLayerStyle.java
   trunk/src/skrueger/geotools/StyledLayerUtil.java
   trunk/src/skrueger/geotools/StyledRasterInterface.java
   trunk/src/skrueger/geotools/ZoomRestrictableGridInterface.java
   trunk/src/skrueger/geotools/io/GeoImportUtilURL.java
   trunk/src/skrueger/geotools/labelsearch/LabelSearch.java
   trunk/src/skrueger/geotools/labelsearch/SearchMapDialog.java
   trunk/src/skrueger/geotools/labelsearch/SearchResult.java
   trunk/src/skrueger/geotools/labelsearch/SearchResultFeature.java
   trunk/src/skrueger/geotools/labelsearch/SearchResultTableModel.java
   trunk/src/skrueger/geotools/labelsearch/Snippet.java
   trunk/src/skrueger/geotools/labelsearch/labelsearch.properties
   trunk/src/skrueger/geotools/labelsearch/labelsearch_de.properties
   trunk/src/skrueger/geotools/labelsearch/labelsearch_fr.properties
   trunk/src/skrueger/geotools/resource/locales/mapPaneToolbar.properties
   trunk/src/skrueger/geotools/resource/locales/mapPaneToolbar_de.properties
   trunk/src/skrueger/geotools/resource/locales/mapPaneToolbar_fr.properties
   trunk/src/skrueger/geotools/selection/ChartSelectionSynchronizer.java
   trunk/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java
   trunk/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java
   trunk/src/skrueger/geotools/selection/StyledLayerSelectionEvent.java
   trunk/src/skrueger/geotools/selection/StyledLayerSelectionModel.java
   trunk/src/skrueger/geotools/selection/StyledLayerSelectionModelSynchronizer.java
   trunk/src/skrueger/geotools/selection/TableSelectionSynchronizer.java
   trunk/src/skrueger/i8n/I8NUtil.java
   trunk/src/skrueger/i8n/SwitchLanguageDialog.java
   trunk/src/skrueger/i8n/Translation.java
   trunk/src/skrueger/swing/CancelButton.java
   trunk/src/skrueger/swing/OkButton.java
   trunk/src/skrueger/swing/TranslationAskJDialog.java
   trunk/src/skrueger/swing/TranslationEditJPanel.java
   trunk/src/skrueger/swing/TranslationJTextField.java
Log:
* Updated the license headers
* chart action going on...

Modified: trunk/src/appl/data/LateLoadable.java
===================================================================
--- trunk/src/appl/data/LateLoadable.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/appl/data/LateLoadable.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/appl/data/LoadingException.java
===================================================================
--- trunk/src/appl/data/LoadingException.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/appl/data/LoadingException.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/appl/util/RasterMetaData.java
===================================================================
--- trunk/src/appl/util/RasterMetaData.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/appl/util/RasterMetaData.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/junit/skrueger/i8n/SwitchLanguageDialogTest.java
===================================================================
--- trunk/src/junit/skrueger/i8n/SwitchLanguageDialogTest.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/junit/skrueger/i8n/SwitchLanguageDialogTest.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/AbstractReadableGrid.java
===================================================================
--- trunk/src/schmitzm/data/AbstractReadableGrid.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/AbstractReadableGrid.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/AbstractWritableGrid.java
===================================================================
--- trunk/src/schmitzm/data/AbstractWritableGrid.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/AbstractWritableGrid.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/DataUtil.java
===================================================================
--- trunk/src/schmitzm/data/DataUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/DataUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/ObjectStructure.java
===================================================================
--- trunk/src/schmitzm/data/ObjectStructure.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/ObjectStructure.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/ObjectStructureUtil.java
===================================================================
--- trunk/src/schmitzm/data/ObjectStructureUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/ObjectStructureUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/RasterCalculator.java
===================================================================
--- trunk/src/schmitzm/data/RasterCalculator.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/RasterCalculator.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/RasterFilter.java
===================================================================
--- trunk/src/schmitzm/data/RasterFilter.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/RasterFilter.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/RasterOperationTree.java
===================================================================
--- trunk/src/schmitzm/data/RasterOperationTree.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/RasterOperationTree.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/RasterOperationTreeParser.java
===================================================================
--- trunk/src/schmitzm/data/RasterOperationTreeParser.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/RasterOperationTreeParser.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/ReadableGrid.java
===================================================================
--- trunk/src/schmitzm/data/ReadableGrid.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/ReadableGrid.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/WritableGrid.java
===================================================================
--- trunk/src/schmitzm/data/WritableGrid.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/WritableGrid.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/WritableGridArray.java
===================================================================
--- trunk/src/schmitzm/data/WritableGridArray.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/WritableGridArray.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/WritableGridRaster.java
===================================================================
--- trunk/src/schmitzm/data/WritableGridRaster.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/WritableGridRaster.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/event/AbstractObjectEvent.java
===================================================================
--- trunk/src/schmitzm/data/event/AbstractObjectEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/event/AbstractObjectEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/event/AbstractObjectTraceable.java
===================================================================
--- trunk/src/schmitzm/data/event/AbstractObjectTraceable.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/event/AbstractObjectTraceable.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/event/GeneralObjectChangeEvent.java
===================================================================
--- trunk/src/schmitzm/data/event/GeneralObjectChangeEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/event/GeneralObjectChangeEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/event/Invoker.java
===================================================================
--- trunk/src/schmitzm/data/event/Invoker.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/event/Invoker.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/event/NameChangeEvent.java
===================================================================
--- trunk/src/schmitzm/data/event/NameChangeEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/event/NameChangeEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/event/ObjectChangeEvent.java
===================================================================
--- trunk/src/schmitzm/data/event/ObjectChangeEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/event/ObjectChangeEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/event/ObjectCloseEvent.java
===================================================================
--- trunk/src/schmitzm/data/event/ObjectCloseEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/event/ObjectCloseEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/event/ObjectEvent.java
===================================================================
--- trunk/src/schmitzm/data/event/ObjectEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/event/ObjectEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/event/ObjectListener.java
===================================================================
--- trunk/src/schmitzm/data/event/ObjectListener.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/event/ObjectListener.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/event/ObjectTraceable.java
===================================================================
--- trunk/src/schmitzm/data/event/ObjectTraceable.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/event/ObjectTraceable.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/Access.java
===================================================================
--- trunk/src/schmitzm/data/property/Access.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/Access.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/AccessViolationException.java
===================================================================
--- trunk/src/schmitzm/data/property/AccessViolationException.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/AccessViolationException.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/Accessible.java
===================================================================
--- trunk/src/schmitzm/data/property/Accessible.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/Accessible.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/DynamicProperties.java
===================================================================
--- trunk/src/schmitzm/data/property/DynamicProperties.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/DynamicProperties.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/ListProperty.java
===================================================================
--- trunk/src/schmitzm/data/property/ListProperty.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/ListProperty.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/ListPropertyReadAccess.java
===================================================================
--- trunk/src/schmitzm/data/property/ListPropertyReadAccess.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/ListPropertyReadAccess.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/ListPropertyWriteAccess.java
===================================================================
--- trunk/src/schmitzm/data/property/ListPropertyWriteAccess.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/ListPropertyWriteAccess.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/MatrixProperty.java
===================================================================
--- trunk/src/schmitzm/data/property/MatrixProperty.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/MatrixProperty.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/Properties.java
===================================================================
--- trunk/src/schmitzm/data/property/Properties.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/Properties.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/Property.java
===================================================================
--- trunk/src/schmitzm/data/property/Property.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/Property.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/PropertyException.java
===================================================================
--- trunk/src/schmitzm/data/property/PropertyException.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/PropertyException.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/PropertyReadAccess.java
===================================================================
--- trunk/src/schmitzm/data/property/PropertyReadAccess.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/PropertyReadAccess.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/PropertySet.java
===================================================================
--- trunk/src/schmitzm/data/property/PropertySet.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/PropertySet.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/PropertyType.java
===================================================================
--- trunk/src/schmitzm/data/property/PropertyType.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/PropertyType.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/PropertyUtil.java
===================================================================
--- trunk/src/schmitzm/data/property/PropertyUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/PropertyUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/PropertyWriteAccess.java
===================================================================
--- trunk/src/schmitzm/data/property/PropertyWriteAccess.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/PropertyWriteAccess.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/ScalarProperty.java
===================================================================
--- trunk/src/schmitzm/data/property/ScalarProperty.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/ScalarProperty.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/ValueProperty.java
===================================================================
--- trunk/src/schmitzm/data/property/ValueProperty.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/ValueProperty.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/ValuePropertyAccessParameters.java
===================================================================
--- trunk/src/schmitzm/data/property/ValuePropertyAccessParameters.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/ValuePropertyAccessParameters.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/property/ValuePropertyType.java
===================================================================
--- trunk/src/schmitzm/data/property/ValuePropertyType.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/property/ValuePropertyType.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/data/resource/locales/DataResourceBundle.properties
===================================================================
--- trunk/src/schmitzm/data/resource/locales/DataResourceBundle.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/resource/locales/DataResourceBundle.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/schmitzm/data/resource/locales/DataResourceBundle_de.properties
===================================================================
--- trunk/src/schmitzm/data/resource/locales/DataResourceBundle_de.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/data/resource/locales/DataResourceBundle_de.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/schmitzm/geotools/FilterUtil.java
===================================================================
--- trunk/src/schmitzm/geotools/FilterUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/FilterUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/GTUtil.java
===================================================================
--- trunk/src/schmitzm/geotools/GTUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/GTUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/JTSUtil.java
===================================================================
--- trunk/src/schmitzm/geotools/JTSUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/JTSUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/feature/AbstractAutoValueGenerator.java
===================================================================
--- trunk/src/schmitzm/geotools/feature/AbstractAutoValueGenerator.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/feature/AbstractAutoValueGenerator.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/feature/AttributeFilter.java
===================================================================
--- trunk/src/schmitzm/geotools/feature/AttributeFilter.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/feature/AttributeFilter.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/feature/AttributeTypeFilter.java
===================================================================
--- trunk/src/schmitzm/geotools/feature/AttributeTypeFilter.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/feature/AttributeTypeFilter.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/feature/AutoValueGenerator.java
===================================================================
--- trunk/src/schmitzm/geotools/feature/AutoValueGenerator.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/feature/AutoValueGenerator.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/feature/FeatureCollectionReader.java
===================================================================
--- trunk/src/schmitzm/geotools/feature/FeatureCollectionReader.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/feature/FeatureCollectionReader.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/feature/FeatureOperationTree.java
===================================================================
--- trunk/src/schmitzm/geotools/feature/FeatureOperationTree.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/feature/FeatureOperationTree.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/feature/FeatureOperationTreeFilter.java
===================================================================
--- trunk/src/schmitzm/geotools/feature/FeatureOperationTreeFilter.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/feature/FeatureOperationTreeFilter.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/feature/FeatureOperationTreeParser.java
===================================================================
--- trunk/src/schmitzm/geotools/feature/FeatureOperationTreeParser.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/feature/FeatureOperationTreeParser.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/feature/FeatureTableModel.java
===================================================================
--- trunk/src/schmitzm/geotools/feature/FeatureTableModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/feature/FeatureTableModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/feature/FeatureTypeBuilderTableModel.java
===================================================================
--- trunk/src/schmitzm/geotools/feature/FeatureTypeBuilderTableModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/feature/FeatureTypeBuilderTableModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/feature/FeatureTypeTableModel.java
===================================================================
--- trunk/src/schmitzm/geotools/feature/FeatureTypeTableModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/feature/FeatureTypeTableModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/feature/FeatureUtil.java
===================================================================
--- trunk/src/schmitzm/geotools/feature/FeatureUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/feature/FeatureUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/feature/NumberValueGenerator.java
===================================================================
--- trunk/src/schmitzm/geotools/feature/NumberValueGenerator.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/feature/NumberValueGenerator.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle.properties
===================================================================
--- trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle_de.properties
===================================================================
--- trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle_de.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle_de.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/schmitzm/geotools/grid/GridStatistic.java
===================================================================
--- trunk/src/schmitzm/geotools/grid/GridStatistic.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/grid/GridStatistic.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/grid/GridUtil.java
===================================================================
--- trunk/src/schmitzm/geotools/grid/GridUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/grid/GridUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/grid/GridZoneStatistic.java
===================================================================
--- trunk/src/schmitzm/geotools/grid/GridZoneStatistic.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/grid/GridZoneStatistic.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/grid/ReadableGridCoverage.java
===================================================================
--- trunk/src/schmitzm/geotools/grid/ReadableGridCoverage.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/grid/ReadableGridCoverage.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/grid/WritableGridCoverage.java
===================================================================
--- trunk/src/schmitzm/geotools/grid/WritableGridCoverage.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/grid/WritableGridCoverage.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/CRSSelectionDialog.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/CRSSelectionDialog.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/CRSSelectionDialog.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/ColorMapTable.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/ColorMapTable.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/ColorMapTable.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/FeatureCollectionFilterPanel.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/FeatureCollectionFilterPanel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/FeatureCollectionFilterPanel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/FeatureCollectionFrame.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/FeatureCollectionFrame.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/FeatureCollectionFrame.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/FeatureCollectionTableModel.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/FeatureCollectionTableModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/FeatureCollectionTableModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/FeatureFilterPanel.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/FeatureFilterPanel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/FeatureFilterPanel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/FeatureInputOption.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/FeatureInputOption.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/FeatureInputOption.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/FeatureLayerFilterDialog.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/FeatureLayerFilterDialog.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/FeatureLayerFilterDialog.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/FeatureTablePane.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/FeatureTablePane.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/FeatureTablePane.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/FeatureTypeInputOption.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/FeatureTypeInputOption.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/FeatureTypeInputOption.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/GeoMapPane.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/GeoMapPane.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/GeoMapPane.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/GeoPositionLabel.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/GeoPositionLabel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/GeoPositionLabel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/GeotoolsGUIUtil.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/GeotoolsGUIUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/GeotoolsGUIUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/GridPanel.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/GridPanel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/GridPanel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/JEditorPane.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/JEditorPane.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/JEditorPane.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/JEditorToolBar.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/JEditorToolBar.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/JEditorToolBar.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/JMapPane.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/JMapPane.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/JMapPane.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/LayeredEditorFrame.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/LayeredEditorFrame.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/LayeredEditorFrame.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/LayeredMapFrame.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/LayeredMapFrame.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/LayeredMapFrame.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/LayeredMapPane.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/LayeredMapPane.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/LayeredMapPane.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/MapActionControlPane.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/MapActionControlPane.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/MapActionControlPane.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/MapContextControlPane.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/MapContextControlPane.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/MapContextControlPane.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/MapPaneStatusBar.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/MapPaneStatusBar.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/MapPaneStatusBar.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/MouseSelectionTracker.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/MouseSelectionTracker.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/MouseSelectionTracker.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/RasterPositionLabel.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/RasterPositionLabel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/RasterPositionLabel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/ScalePane.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/ScalePane.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/ScalePane.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/ScalePanel.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/ScalePanel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/ScalePanel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/SelectableFeatureTablePane.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/SelectableFeatureTablePane.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/SelectableFeatureTablePane.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/StyleToolBar.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/StyleToolBar.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/StyleToolBar.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle.properties
===================================================================
--- trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
-#classes based on Java 1.6, focussing (not only) on Java Swing 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
 #and the Geotools library.
 #
 #The SCHMITZM project is hosted at:
@@ -27,6 +27,7 @@
 #    Martin O. J. Schmitz - initial API and implementation
 #    Stefan A. Krüger - additional utility classes
 ##########
+
 # ---------------------------------------------------------------
 # ------ Default Translations (english) for GUI components ------
 # ------ in Package schmitz.geotools.gui                   ------

Modified: trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle_de.properties
===================================================================
--- trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle_de.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle_de.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle_fr.properties
===================================================================
--- trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle_fr.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle_fr.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/schmitzm/geotools/io/GeoExportUtil.java
===================================================================
--- trunk/src/schmitzm/geotools/io/GeoExportUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/io/GeoExportUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/io/GeoImportUtil.java
===================================================================
--- trunk/src/schmitzm/geotools/io/GeoImportUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/io/GeoImportUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/map/event/FeatureModifiedEvent.java
===================================================================
--- trunk/src/schmitzm/geotools/map/event/FeatureModifiedEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/map/event/FeatureModifiedEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/map/event/FeatureSelectedEvent.java
===================================================================
--- trunk/src/schmitzm/geotools/map/event/FeatureSelectedEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/map/event/FeatureSelectedEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/map/event/GeneralSelectionEvent.java
===================================================================
--- trunk/src/schmitzm/geotools/map/event/GeneralSelectionEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/map/event/GeneralSelectionEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/map/event/GridCoverageSelectedEvent.java
===================================================================
--- trunk/src/schmitzm/geotools/map/event/GridCoverageSelectedEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/map/event/GridCoverageSelectedEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/map/event/GridCoverageValueSelectedEvent.java
===================================================================
--- trunk/src/schmitzm/geotools/map/event/GridCoverageValueSelectedEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/map/event/GridCoverageValueSelectedEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/map/event/JEditorPaneEvent.java
===================================================================
--- trunk/src/schmitzm/geotools/map/event/JEditorPaneEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/map/event/JEditorPaneEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/map/event/JMapPaneEvent.java
===================================================================
--- trunk/src/schmitzm/geotools/map/event/JMapPaneEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/map/event/JMapPaneEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/map/event/JMapPaneListener.java
===================================================================
--- trunk/src/schmitzm/geotools/map/event/JMapPaneListener.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/map/event/JMapPaneListener.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/map/event/LayerEditCanceledEvent.java
===================================================================
--- trunk/src/schmitzm/geotools/map/event/LayerEditCanceledEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/map/event/LayerEditCanceledEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/map/event/LayerEditFinishedEvent.java
===================================================================
--- trunk/src/schmitzm/geotools/map/event/LayerEditFinishedEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/map/event/LayerEditFinishedEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/map/event/LayerEditStartedEvent.java
===================================================================
--- trunk/src/schmitzm/geotools/map/event/LayerEditStartedEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/map/event/LayerEditStartedEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/map/event/MapAreaChangedEvent.java
===================================================================
--- trunk/src/schmitzm/geotools/map/event/MapAreaChangedEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/map/event/MapAreaChangedEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/map/event/MapContextSynchronizer.java
===================================================================
--- trunk/src/schmitzm/geotools/map/event/MapContextSynchronizer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/map/event/MapContextSynchronizer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/map/event/MapLayerAdapter.java
===================================================================
--- trunk/src/schmitzm/geotools/map/event/MapLayerAdapter.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/map/event/MapLayerAdapter.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/map/event/MapLayerListAdapter.java
===================================================================
--- trunk/src/schmitzm/geotools/map/event/MapLayerListAdapter.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/map/event/MapLayerListAdapter.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/map/event/ObjectSelectionEvent.java
===================================================================
--- trunk/src/schmitzm/geotools/map/event/ObjectSelectionEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/map/event/ObjectSelectionEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/map/event/ScaleChangedEvent.java
===================================================================
--- trunk/src/schmitzm/geotools/map/event/ScaleChangedEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/map/event/ScaleChangedEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/styling/ColorMapManager.java
===================================================================
--- trunk/src/schmitzm/geotools/styling/ColorMapManager.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/styling/ColorMapManager.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/geotools/styling/StylingUtil.java
===================================================================
--- trunk/src/schmitzm/geotools/styling/StylingUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/geotools/styling/StylingUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/io/BinaryInputBuffer.java
===================================================================
--- trunk/src/schmitzm/io/BinaryInputBuffer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/io/BinaryInputBuffer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/io/BinaryInputStream.java
===================================================================
--- trunk/src/schmitzm/io/BinaryInputStream.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/io/BinaryInputStream.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/io/BinaryUtil.java
===================================================================
--- trunk/src/schmitzm/io/BinaryUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/io/BinaryUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/io/CombinedInputStream.java
===================================================================
--- trunk/src/schmitzm/io/CombinedInputStream.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/io/CombinedInputStream.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/io/FileInputStream.java
===================================================================
--- trunk/src/schmitzm/io/FileInputStream.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/io/FileInputStream.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/io/FileOutputStream.java
===================================================================
--- trunk/src/schmitzm/io/FileOutputStream.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/io/FileOutputStream.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/io/IOUtil.java
===================================================================
--- trunk/src/schmitzm/io/IOUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/io/IOUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/io/InputBuffer.java
===================================================================
--- trunk/src/schmitzm/io/InputBuffer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/io/InputBuffer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/io/LimitedInputStream.java
===================================================================
--- trunk/src/schmitzm/io/LimitedInputStream.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/io/LimitedInputStream.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/io/TokenInputStream.java
===================================================================
--- trunk/src/schmitzm/io/TokenInputStream.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/io/TokenInputStream.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/io/dyntxt/DynamicBlock.java
===================================================================
--- trunk/src/schmitzm/io/dyntxt/DynamicBlock.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/io/dyntxt/DynamicBlock.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/io/dyntxt/DynamicElement.java
===================================================================
--- trunk/src/schmitzm/io/dyntxt/DynamicElement.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/io/dyntxt/DynamicElement.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/io/dyntxt/DynamicField.java
===================================================================
--- trunk/src/schmitzm/io/dyntxt/DynamicField.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/io/dyntxt/DynamicField.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/io/dyntxt/DynamicInputProvider.java
===================================================================
--- trunk/src/schmitzm/io/dyntxt/DynamicInputProvider.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/io/dyntxt/DynamicInputProvider.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/io/dyntxt/DynamicLoop.java
===================================================================
--- trunk/src/schmitzm/io/dyntxt/DynamicLoop.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/io/dyntxt/DynamicLoop.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/io/dyntxt/DynamicTextGenerator.java
===================================================================
--- trunk/src/schmitzm/io/dyntxt/DynamicTextGenerator.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/io/dyntxt/DynamicTextGenerator.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/io/dyntxt/StaticText.java
===================================================================
--- trunk/src/schmitzm/io/dyntxt/StaticText.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/io/dyntxt/StaticText.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/DatasetMetaDataGroup.java
===================================================================
--- trunk/src/schmitzm/jfree/DatasetMetaDataGroup.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/DatasetMetaDataGroup.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/ChartMouseSelectionTracker.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/ChartMouseSelectionTracker.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/ChartMouseSelectionTracker.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/SelectableChartPanel.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/SelectableChartPanel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/SelectableChartPanel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/renderer/SelectionRenderer.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/renderer/SelectionRenderer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/renderer/SelectionRenderer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/renderer/SelectionXYLineAndShapeRenderer.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/renderer/SelectionXYLineAndShapeRenderer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/renderer/SelectionXYLineAndShapeRenderer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/selection/AbstractDatasetSelectionModel.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/selection/AbstractDatasetSelectionModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/selection/AbstractDatasetSelectionModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/selection/DatasetSelectionChangeEvent.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/selection/DatasetSelectionChangeEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/selection/DatasetSelectionChangeEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/selection/DatasetSelectionListener.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/selection/DatasetSelectionListener.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/selection/DatasetSelectionListener.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/selection/DatasetSelectionModel.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/selection/DatasetSelectionModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/selection/DatasetSelectionModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/selection/DatasetSelectionModelProvider.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/selection/DatasetSelectionModelProvider.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/selection/DatasetSelectionModelProvider.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/selection/SeriesDatasetSelectionModel.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/selection/SeriesDatasetSelectionModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/selection/SeriesDatasetSelectionModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/style/AbstractChartStyle.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/style/AbstractChartStyle.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/style/AbstractChartStyle.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/style/BasicChartStyle.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/style/BasicChartStyle.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/style/BasicChartStyle.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/style/ChartAxisStyle.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/style/ChartAxisStyle.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/style/ChartAxisStyle.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:
@@ -58,6 +58,8 @@
   protected boolean visible = true;
   /** Holds the number format to display the axis values. */
   protected Format valuesFormat = null;
+  /** Holds a String that reflects the values units */
+  protected String unitString;
   
   /**
    * Creates a new style with default values (empty label, color black, angle 0).
@@ -255,4 +257,12 @@
       // Give a warn if another angle should be applied to DateAxis
       LOGGER.warn("Only 0 or 90 degrees (horizontal/vertical) can be applied to values of "+LangUtil.getSimpleClassName(axis)+": "+angle);
   }
+
+public void setUnitString(String unitString) {
+	this.unitString = unitString;
 }
+
+public String getUnitString() {
+	return unitString;
+}
+}

Modified: trunk/src/schmitzm/jfree/chart/style/ChartLabelStyle.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/style/ChartLabelStyle.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/style/ChartLabelStyle.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/style/ChartPlotStyle.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/style/ChartPlotStyle.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/style/ChartPlotStyle.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/style/ChartRendererStyle.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/style/ChartRendererStyle.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/style/ChartRendererStyle.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/style/ChartStyle.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/style/ChartStyle.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/style/ChartStyle.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:
@@ -233,5 +233,5 @@
    *            to the given dataset
    */
   public JFreeChart applyToDataset(Dataset dataset);
-
+  
 }

Modified: trunk/src/schmitzm/jfree/chart/style/ChartStyleUtil.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/style/ChartStyleUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/style/ChartStyleUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/style/ChartStyleXMLFactory.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/style/ChartStyleXMLFactory.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/style/ChartStyleXMLFactory.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/style/ChartType.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/style/ChartType.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/style/ChartType.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/chart/style/ScatterChartStyle.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/style/ScatterChartStyle.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/chart/style/ScatterChartStyle.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/feature/Feature2DatasetMapping.java
===================================================================
--- trunk/src/schmitzm/jfree/feature/Feature2DatasetMapping.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/feature/Feature2DatasetMapping.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/feature/Feature2SeriesDatasetMapping.java
===================================================================
--- trunk/src/schmitzm/jfree/feature/Feature2SeriesDatasetMapping.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/feature/Feature2SeriesDatasetMapping.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/feature/FeatureDatasetMetaData.java
===================================================================
--- trunk/src/schmitzm/jfree/feature/FeatureDatasetMetaData.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/feature/FeatureDatasetMetaData.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/feature/FeatureDatasetSelectionModel.java
===================================================================
--- trunk/src/schmitzm/jfree/feature/FeatureDatasetSelectionModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/feature/FeatureDatasetSelectionModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/feature/FeatureSeriesDatasetSelectionModel.java
===================================================================
--- trunk/src/schmitzm/jfree/feature/FeatureSeriesDatasetSelectionModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/feature/FeatureSeriesDatasetSelectionModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/feature/style/FeatureBasicChartStyle.java
===================================================================
--- trunk/src/schmitzm/jfree/feature/style/FeatureBasicChartStyle.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/feature/style/FeatureBasicChartStyle.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:
@@ -47,75 +47,130 @@
  * @author <a href="mailto:martin.schmitz at koeln.de">Martin Schmitz</a>
  */
 public class FeatureBasicChartStyle extends BasicChartStyle implements FeatureChartStyle {
-  /** Used to maintain the {@link FeatureChartStyle} properties. */
-  protected Dummy dummyFeatureChartStyle = null;
-  
-  /**
-   * Creates a normal line style with default values.
-   * @param id a (unique) ID for the style
-   */
-  public FeatureBasicChartStyle(String id) {
-    this(id, ChartType.LINE);
-  }
+	/** Used to maintain the {@link FeatureChartStyle} properties. */
+	protected Dummy dummyFeatureChartStyle = null;
 
-  /**
-   * Creates a normal, vertical line, bar or area style.
-   * @param id   a (unique) ID for the style
-   * @param type type of the chart layout
-   */
-  public FeatureBasicChartStyle(String id, ChartType type) {
-    super(id, type);
-    dummyFeatureChartStyle = new Dummy(id, 2);
-  }
+	/**
+	 * Creates a normal line style with default values.
+	 * @param id a (unique) ID for the style
+	 */
+	public FeatureBasicChartStyle(String id) {
+		this(id, ChartType.LINE);
+	}
 
-  /**
-   * Returns the attribute count needed to specify the chart data
-   * from feature collection.
-   * @return always 2
-   */
-  @Override
-  public int getAttributeCount() {
-    return dummyFeatureChartStyle.getAttributeCount();
-  }
+	/**
+	 * Creates a normal, vertical line, bar or area style.
+	 * @param id   a (unique) ID for the style
+	 * @param type type of the chart layout
+	 */
+	public FeatureBasicChartStyle(String id, ChartType type) {
+		super(id, type);
+		dummyFeatureChartStyle = new Dummy(id, 2);
+	}
 
-  /**
-   * Returns the name of a feature attribute needed to create a
-   * chart for this style.
-   * @param idx axis index
-   * @see ChartStyle#DOMAIN_AXIS
-   * @see ChartStyle#RANGE_AXIS
-   * @see ChartStyle#RANGE_AXIS2
-   */
-  public String getAttributeName(int idx) {
-    return dummyFeatureChartStyle.getAttributeName(idx);
-  }
+	/**
+	 * Returns the attribute count needed to specify the chart data
+	 * from feature collection.
+	 * @return always 2
+	 */
+	@Override
+	public int getAttributeCount() {
+		return dummyFeatureChartStyle.getAttributeCount();
+	}
 
-  /**
-   * Sets the name of a feature attribute needed to create a
-   * chart for this style.
-   * @param idx axis index
-   * @param attrName feature attribute name 
-   * @see ChartStyle#DOMAIN_AXIS
-   * @see ChartStyle#RANGE_AXIS
-   * @see ChartStyle#RANGE_AXIS2
-   */
-  @Override
-  public void setAttributeName(int idx, String attrName) {
-    dummyFeatureChartStyle.setAttributeName(idx,attrName);
-  }
-  
-  /**
-   * Creates an appropriate {@link Dataset} for the attributes defined
-   * by this style (according to the attributes types in the given
-   * {@link FeatureCollection}) and calls {@link #applyToDataset(Dataset)}.
-   * @see schmitzm.jfree.feature.style.FeatureChartStyle#applyToFeatureCollection(org.geotools.feature.FeatureCollection)
-   */
-  @Override
-  public JFreeChart applyToFeatureCollection(FeatureCollection fc) {
-//    Dataset dataset = null; // TODO: Create dataset from FeatureCollection by utility method
-    Dataset dataset = JFreeChartUtil.createXYDataset(fc, getTitleStyle().getLabel(), getAttributeName(DOMAIN_AXIS), getAttributeName(RANGE_AXIS));
-    return applyToDataset(dataset);
-  }
+	/**
+	 * Returns the name of a feature attribute needed to create a
+	 * chart for this style.
+	 * @param idx axis index
+	 * @see ChartStyle#DOMAIN_AXIS
+	 * @see ChartStyle#RANGE_AXIS
+	 * @see ChartStyle#RANGE_AXIS2
+	 */
+	public String getAttributeName(int idx) {
+		return dummyFeatureChartStyle.getAttributeName(idx);
+	}
 
+	/**
+	 * Sets the name of a feature attribute needed to create a
+	 * chart for this style.
+	 * @param idx axis index
+	 * @param attrName feature attribute name 
+	 * @see ChartStyle#DOMAIN_AXIS
+	 * @see ChartStyle#RANGE_AXIS
+	 * @see ChartStyle#RANGE_AXIS2
+	 */
+	@Override
+	public void setAttributeName(int idx, String attrName) {
+		dummyFeatureChartStyle.setAttributeName(idx,attrName);
+	}
 
+	/**
+	 * Creates an appropriate {@link Dataset} for the attributes defined
+	 * by this style (according to the attributes types in the given
+	 * {@link FeatureCollection}) and calls {@link #applyToDataset(Dataset)}.
+	 * @see schmitzm.jfree.feature.style.FeatureChartStyle#applyToFeatureCollection(org.geotools.feature.FeatureCollection)
+	 */
+	@Override
+	public JFreeChart applyToFeatureCollection(FeatureCollection fc) {
+		//    Dataset dataset = null; // TODO: Create dataset from FeatureCollection by utility method
+		Dataset dataset = JFreeChartUtil.createXYDataset(fc, getTitleStyle().getLabel(), getAttributeName(DOMAIN_AXIS), getAttributeName(RANGE_AXIS));
+		return applyToDataset(dataset);
+	}
+
+
+	/**
+	 * Shall the domain axis values be sorted when the {@link JFreeChart}
+	 * {@link Dataset} is created? <code>false</code> is the default.
+	 */
+	public void setSortDomainAxis(boolean sortDomainAxis){
+		dummyFeatureChartStyle.setSortDomainAxis(sortDomainAxis);
+	}
+
+	/**
+	 * Are the domain axis values sorted when the {@link JFreeChart}
+	 * {@link Dataset} is created? <code>false</code> is the default.
+	 */
+	public boolean isSortDomainAxis() {
+		return dummyFeatureChartStyle.isSortDomainAxis();
+	}
+
+	/**
+	 * Shall the domain axis values be interpreted as a category dataset, even if
+	 * it is numeric? <code>false</code> is default.
+	 */
+	public void setForceCategories(boolean forceCategories){
+		dummyFeatureChartStyle.setForceCategories(forceCategories);
+	}
+
+	/**
+	 * Are the domain axis values interpreted as a category dataset, even if
+	 * it is numeric? <code>false</code> is default.
+	 */
+	public boolean isForceCategories(){
+		return dummyFeatureChartStyle.isForceCategories();
+	}
+
+	/**
+	 * Shall the values for a given series be normalized before a
+	 * {@link Dataset} is created?
+	 * 
+	 * @param idx index, 0=domain; 1 = 1. series; 2=2. series...
+	 * @param normalize
+	 */  
+	public void setNormalize(int idx, boolean normalize){
+		dummyFeatureChartStyle.setNormalize(idx, normalize);
+	}
+
+	/**
+	 * Are the values for a given series normalized before a
+	 * {@link Dataset} is created?
+	 * 
+	 * @param idx index, 0=domain; 1 = 1. series; 2=2. series...
+	 */  
+	@Override
+	public boolean getNormalize(int idx) {
+		return dummyFeatureChartStyle.getNormalize(idx);
+	}
+
+
 }

Modified: trunk/src/schmitzm/jfree/feature/style/FeatureChartStyle.java
===================================================================
--- trunk/src/schmitzm/jfree/feature/style/FeatureChartStyle.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/feature/style/FeatureChartStyle.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:
@@ -29,20 +29,11 @@
  ******************************************************************************/
 package schmitzm.jfree.feature.style;
 
-import java.awt.Paint;
-import java.util.ArrayList;
-import java.util.List;
-
 import org.geotools.feature.FeatureCollection;
 import org.jfree.chart.JFreeChart;
-import org.jfree.chart.plot.PlotOrientation;
 import org.jfree.data.general.Dataset;
 
 import schmitzm.jfree.chart.style.AbstractChartStyle;
-import schmitzm.jfree.chart.style.ChartAxisStyle;
-import schmitzm.jfree.chart.style.ChartLabelStyle;
-import schmitzm.jfree.chart.style.ChartPlotStyle;
-import schmitzm.jfree.chart.style.ChartRendererStyle;
 import schmitzm.jfree.chart.style.ChartStyle;
 
 /**
@@ -61,21 +52,15 @@
   /**
    * Returns the name of a feature attribute needed to create a
    * chart for this style.
-   * @param idx axis index
-   * @see ChartStyle#DOMAIN_AXIS
-   * @see ChartStyle#RANGE_AXIS
-   * @see ChartStyle#RANGE_AXIS2
+   * @param idx index, 0=domain; 1 = 1. series;  2=2. series...
    */
   public String getAttributeName(int idx);
   
   /**
    * Sets the name of a feature attribute needed to create a
    * chart for this style.
-   * @param idx axis index
+   * @param idx index, 0=domain; 1 = 1. series;  2=2. series...
    * @param attrName feature attribute name 
-   * @see ChartStyle#DOMAIN_AXIS
-   * @see ChartStyle#RANGE_AXIS
-   * @see ChartStyle#RANGE_AXIS2
    */
   public void setAttributeName(int idx, String attrName);
 
@@ -87,8 +72,50 @@
    *            does not provide the required attributes)
    */
   public JFreeChart applyToFeatureCollection(FeatureCollection fc);
+  
+  /**
+	 * Shall the domain axis values be sorted when the {@link JFreeChart}
+	 * {@link Dataset} is created? <code>false</code> is the defult.
+	 */
+	public void setSortDomainAxis(boolean sort);
 
+	/**
+	 * Are the domain axis values sorted when the {@link JFreeChart}
+	 * {@link Dataset} is created? <code>false</code> is the defult.
+	 */
+    public boolean isSortDomainAxis();
+	/**
+	 * Shall the domain axis values be interpreted as a category dataset, evn if
+	 * it is numeric? <code>false</code> is default.
+	 */
+	public void setForceCategories(boolean forceCategories);
+
+  	/**
+  	 * Are the domain axis values interpreted as a category dataset, even if
+  	 * it is numeric? <code>false</code> is default.
+	 */
+    public boolean isForceCategories();
   
+	/**
+	 * Shall the values for a given series be normalized before a
+	 * {@link Dataset} is created? Default is <code>false</code>
+	 * 
+	 * @param idx
+	 *            index, 0=domain; 1 = 1. series; 2=2. series...
+	 * @param normalize
+	 */
+	public void setNormalize(int idx, boolean normalize);
+	
+	/**
+	 * Are the values for a given series normalized before a
+	 * {@link Dataset} is created? Default is <code>false</code>.
+	 * 
+	 * @param idx
+	 *            index, 0=domain; 1 = 1. series; 2=2. series...
+	 */
+	public boolean getNormalize(int idx);
+
+
   /**
    * This class defines a dummy implementation of {@link FeatureChartStyle} just
    * to maintain the properties of the interface {@link FeatureChartStyle}, so
@@ -107,8 +134,11 @@
     /** Holds the attributes needed to specify the chart data
      *  from feature collection. */
     protected String[] attrNames = null;
+	private boolean sortDomainAxis;
+	private boolean forceCategories;
     
-    /**
+
+	/**
      * Creates a new dummy. This constructor is protected so that only derived
      * classes can instantiate a dummy!
      * @param id        a (unique) ID for the style
@@ -135,10 +165,7 @@
     /**
      * Returns the name of a feature attribute needed to create a
      * chart for this style.
-     * @param idx axis index
-     * @see ChartStyle#DOMAIN_AXIS
-     * @see ChartStyle#RANGE_AXIS
-     * @see ChartStyle#RANGE_AXIS2
+     * @param idx index, 0=domain; 1 = 1. series;  2=2. series...
      */
     public String getAttributeName(int idx) {
       return attrNames[idx];
@@ -147,11 +174,8 @@
     /**
      * Sets the name of a feature attribute needed to create a
      * chart for this style.
-     * @param idx axis index
+     * @param idx index, 0=domain; 1 = 1. series;  2=2. series...
      * @param attrName feature attribute name 
-     * @see ChartStyle#DOMAIN_AXIS
-     * @see ChartStyle#RANGE_AXIS
-     * @see ChartStyle#RANGE_AXIS2
      */
     public void setAttributeName(int idx, String attrName) {
       attrNames[idx] = attrName;
@@ -172,6 +196,63 @@
     public JFreeChart applyToFeatureCollection(FeatureCollection fc) {
       throw new UnsupportedOperationException("FeatureChartStyle.Dummy does not implement applyToFeatureCollection(..)");
     }
+    
+    /**
+  	 * Shall the domain axis values be sorted when the {@link JFreeChart}
+  	 * {@link Dataset} is created? <code>false</code> is the default.
+  	 */
+  	public void setSortDomainAxis(boolean sortDomainAxis){
+		this.sortDomainAxis = sortDomainAxis;
+  	}
+  	
+  	/**
+	 * Are the domain axis values sorted when the {@link JFreeChart}
+	 * {@link Dataset} is created? <code>false</code> is the default.
+	 */
+    public boolean isSortDomainAxis() {
+		return sortDomainAxis;
+	}
+    
+  	/**
+  	 * Shall the domain axis values be interpreted as a category dataset, even if
+  	 * it is numeric? <code>false</code> is default.
+  	 */
+  	public void setForceCategories(boolean forceCategories){
+		this.forceCategories = forceCategories;
+  	}
+  	
+  	/**
+  	 * Are the domain axis values interpreted as a category dataset, even if
+  	 * it is numeric? <code>false</code> is default.
+	 */
+    public boolean isForceCategories(){
+    	return forceCategories;
+    }
 
+  	/**
+  	 * Shall the values for a given series be normalized before a
+  	 * {@link Dataset} is created?
+  	 * 
+  	 * @param idx index, 0=domain; 1 = 1. series; 2=2. series...
+  	 * @param normalize
+  	 */  
+  	public void setNormalize(int idx, boolean normalize){
+        throw new UnsupportedOperationException("");
+
+  	}
+
+  	/**
+  	 * Are the values for a given series normalized before a
+  	 * {@link Dataset} is created?
+  	 * 
+  	 * @param idx index, 0=domain; 1 = 1. series; 2=2. series...
+  	 */  
+	@Override
+	public boolean getNormalize(int idx) {
+	      throw new UnsupportedOperationException("");
+	}
+
+  }
+  
 }
-}
+

Modified: trunk/src/schmitzm/jfree/feature/style/FeatureChartStyleXMLFactory.java
===================================================================
--- trunk/src/schmitzm/jfree/feature/style/FeatureChartStyleXMLFactory.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/feature/style/FeatureChartStyleXMLFactory.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/feature/style/FeatureChartUtil.java
===================================================================
--- trunk/src/schmitzm/jfree/feature/style/FeatureChartUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/feature/style/FeatureChartUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/jfree/feature/style/FeatureScatterChartStyle.java
===================================================================
--- trunk/src/schmitzm/jfree/feature/style/FeatureScatterChartStyle.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/feature/style/FeatureScatterChartStyle.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:
@@ -113,5 +113,59 @@
     return applyToDataset(dataset);
   }
 
+	/**
+	 * Shall the domain axis values be sorted when the {@link JFreeChart}
+	 * {@link Dataset} is created? <code>false</code> is the default.
+	 */
+	public void setSortDomainAxis(boolean sortDomainAxis){
+		dummyFeatureChartStyle.setSortDomainAxis(sortDomainAxis);
+	}
 
+	/**
+	 * Are the domain axis values sorted when the {@link JFreeChart}
+	 * {@link Dataset} is created? <code>false</code> is the default.
+	 */
+	public boolean isSortDomainAxis() {
+		return dummyFeatureChartStyle.isSortDomainAxis();
+	}
+
+	/**
+	 * Shall the domain axis values be interpreted as a category dataset, even if
+	 * it is numeric? <code>false</code> is default.
+	 */
+	public void setForceCategories(boolean forceCategories){
+		dummyFeatureChartStyle.setForceCategories(forceCategories);
+	}
+
+	/**
+	 * Are the domain axis values interpreted as a category dataset, even if
+	 * it is numeric? <code>false</code> is default.
+	 */
+	public boolean isForceCategories(){
+		return dummyFeatureChartStyle.isForceCategories();
+	}
+
+	/**
+	 * Shall the values for a given series be normalized before a
+	 * {@link Dataset} is created?
+	 * 
+	 * @param idx index, 0=domain; 1 = 1. series; 2=2. series...
+	 * @param normalize
+	 */  
+	public void setNormalize(int idx, boolean normalize){
+		dummyFeatureChartStyle.setNormalize(idx, normalize);
+	}
+
+	/**
+	 * Are the values for a given series normalized before a
+	 * {@link Dataset} is created?
+	 * 
+	 * @param idx index, 0=domain; 1 = 1. series; 2=2. series...
+	 */  
+	@Override
+	public boolean getNormalize(int idx) {
+		return dummyFeatureChartStyle.getNormalize(idx);
+	}
+
+
 }

Modified: trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle.properties
===================================================================
--- trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #
@@ -45,4 +71,4 @@
 ChartType_PIE.Title=piechart
 ChartType_AREA.Title=areachart
 ChartType_LINE.Title=linechart
-ChartType_POINT.Title=pointchart
+ChartType_POINT.Title=pointchart

Modified: trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle_de.properties
===================================================================
--- trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle_de.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle_de.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/schmitzm/lang/AbstractNamedObject.java
===================================================================
--- trunk/src/schmitzm/lang/AbstractNamedObject.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/AbstractNamedObject.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/AlreadyHandledException.java
===================================================================
--- trunk/src/schmitzm/lang/AlreadyHandledException.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/AlreadyHandledException.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/ComparableObject.java
===================================================================
--- trunk/src/schmitzm/lang/ComparableObject.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/ComparableObject.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/DefaultComparator.java
===================================================================
--- trunk/src/schmitzm/lang/DefaultComparator.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/DefaultComparator.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/DuplicateException.java
===================================================================
--- trunk/src/schmitzm/lang/DuplicateException.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/DuplicateException.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/HashtableResourceBundle.java
===================================================================
--- trunk/src/schmitzm/lang/HashtableResourceBundle.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/HashtableResourceBundle.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/HashtableWithCollisionList.java
===================================================================
--- trunk/src/schmitzm/lang/HashtableWithCollisionList.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/HashtableWithCollisionList.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/Indent.java
===================================================================
--- trunk/src/schmitzm/lang/Indent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/Indent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/LangUtil.java
===================================================================
--- trunk/src/schmitzm/lang/LangUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/LangUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/LimitedVector.java
===================================================================
--- trunk/src/schmitzm/lang/LimitedVector.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/LimitedVector.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/LocaleComparator.java
===================================================================
--- trunk/src/schmitzm/lang/LocaleComparator.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/LocaleComparator.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/MultiDimArray.java
===================================================================
--- trunk/src/schmitzm/lang/MultiDimArray.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/MultiDimArray.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/NamedObject.java
===================================================================
--- trunk/src/schmitzm/lang/NamedObject.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/NamedObject.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/OperationCanceledException.java
===================================================================
--- trunk/src/schmitzm/lang/OperationCanceledException.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/OperationCanceledException.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/PushbackStringTokenizer.java
===================================================================
--- trunk/src/schmitzm/lang/PushbackStringTokenizer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/PushbackStringTokenizer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/ResourceProvider.java
===================================================================
--- trunk/src/schmitzm/lang/ResourceProvider.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/ResourceProvider.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/SortableVector.java
===================================================================
--- trunk/src/schmitzm/lang/SortableVector.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/SortableVector.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/StepThread.java
===================================================================
--- trunk/src/schmitzm/lang/StepThread.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/StepThread.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/WorkingThread.java
===================================================================
--- trunk/src/schmitzm/lang/WorkingThread.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/WorkingThread.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/WorkingThreadAdapter.java
===================================================================
--- trunk/src/schmitzm/lang/WorkingThreadAdapter.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/WorkingThreadAdapter.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/WorkingThreadListener.java
===================================================================
--- trunk/src/schmitzm/lang/WorkingThreadListener.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/WorkingThreadListener.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/resource/locales/LangResourceBundle.properties
===================================================================
--- trunk/src/schmitzm/lang/resource/locales/LangResourceBundle.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/resource/locales/LangResourceBundle.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/schmitzm/lang/resource/locales/LangResourceBundle_de.properties
===================================================================
--- trunk/src/schmitzm/lang/resource/locales/LangResourceBundle_de.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/resource/locales/LangResourceBundle_de.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/schmitzm/lang/tree/BinaryTreeNode.java
===================================================================
--- trunk/src/schmitzm/lang/tree/BinaryTreeNode.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/tree/BinaryTreeNode.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/tree/OperationTree.java
===================================================================
--- trunk/src/schmitzm/lang/tree/OperationTree.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/tree/OperationTree.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/tree/OperationTreeParser.java
===================================================================
--- trunk/src/schmitzm/lang/tree/OperationTreeParser.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/tree/OperationTreeParser.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/lang/tree/TreeNode.java
===================================================================
--- trunk/src/schmitzm/lang/tree/TreeNode.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/lang/tree/TreeNode.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/BooleanInputOption.java
===================================================================
--- trunk/src/schmitzm/swing/BooleanInputOption.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/BooleanInputOption.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/BrowseInputOption.java
===================================================================
--- trunk/src/schmitzm/swing/BrowseInputOption.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/BrowseInputOption.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/ButtonGroup.java
===================================================================
--- trunk/src/schmitzm/swing/ButtonGroup.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/ButtonGroup.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/CaptionsChangeable.java
===================================================================
--- trunk/src/schmitzm/swing/CaptionsChangeable.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/CaptionsChangeable.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/CaptionsChangeablePanel.java
===================================================================
--- trunk/src/schmitzm/swing/CaptionsChangeablePanel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/CaptionsChangeablePanel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/CircleIcon.java
===================================================================
--- trunk/src/schmitzm/swing/CircleIcon.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/CircleIcon.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/ColorInputOption.java
===================================================================
--- trunk/src/schmitzm/swing/ColorInputOption.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/ColorInputOption.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/Compass.java
===================================================================
--- trunk/src/schmitzm/swing/Compass.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/Compass.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/ExceptionDialog.java
===================================================================
--- trunk/src/schmitzm/swing/ExceptionDialog.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/ExceptionDialog.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/ExpansionBar.java
===================================================================
--- trunk/src/schmitzm/swing/ExpansionBar.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/ExpansionBar.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/FileInputOption.java
===================================================================
--- trunk/src/schmitzm/swing/FileInputOption.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/FileInputOption.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/InputCompass.java
===================================================================
--- trunk/src/schmitzm/swing/InputCompass.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/InputCompass.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/InputOption.java
===================================================================
--- trunk/src/schmitzm/swing/InputOption.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/InputOption.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/JPanel.java
===================================================================
--- trunk/src/schmitzm/swing/JPanel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/JPanel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/ManualInputOption.java
===================================================================
--- trunk/src/schmitzm/swing/ManualInputOption.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/ManualInputOption.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/MultiSplitPane.java
===================================================================
--- trunk/src/schmitzm/swing/MultiSplitPane.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/MultiSplitPane.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/MultipleOptionPane.java
===================================================================
--- trunk/src/schmitzm/swing/MultipleOptionPane.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/MultipleOptionPane.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/ObjectDisplayContainer.java
===================================================================
--- trunk/src/schmitzm/swing/ObjectDisplayContainer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/ObjectDisplayContainer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/OperationTreePanel.java
===================================================================
--- trunk/src/schmitzm/swing/OperationTreePanel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/OperationTreePanel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/RotationSpinnerNumberModel.java
===================================================================
--- trunk/src/schmitzm/swing/RotationSpinnerNumberModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/RotationSpinnerNumberModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/SelectableJTable.java
===================================================================
--- trunk/src/schmitzm/swing/SelectableJTable.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/SelectableJTable.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/SelectionInputOption.java
===================================================================
--- trunk/src/schmitzm/swing/SelectionInputOption.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/SelectionInputOption.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/SelectionPreservingCaret.java
===================================================================
--- trunk/src/schmitzm/swing/SelectionPreservingCaret.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/SelectionPreservingCaret.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/SliderSpinnerPanel.java
===================================================================
--- trunk/src/schmitzm/swing/SliderSpinnerPanel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/SliderSpinnerPanel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/SortableJTable.java
===================================================================
--- trunk/src/schmitzm/swing/SortableJTable.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/SortableJTable.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/SpringUtilities.java
===================================================================
--- trunk/src/schmitzm/swing/SpringUtilities.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/SpringUtilities.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/StatusDialog.java
===================================================================
--- trunk/src/schmitzm/swing/StatusDialog.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/StatusDialog.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/StoplightContainer.java
===================================================================
--- trunk/src/schmitzm/swing/StoplightContainer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/StoplightContainer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/SwingUtil.java
===================================================================
--- trunk/src/schmitzm/swing/SwingUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/SwingUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/SwingWorker.java
===================================================================
--- trunk/src/schmitzm/swing/SwingWorker.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/SwingWorker.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/TextAreaPrintStream.java
===================================================================
--- trunk/src/schmitzm/swing/TextAreaPrintStream.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/TextAreaPrintStream.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/ToolTipComboBoxRenderer.java
===================================================================
--- trunk/src/schmitzm/swing/ToolTipComboBoxRenderer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/ToolTipComboBoxRenderer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/TreeSelectionDialog.java
===================================================================
--- trunk/src/schmitzm/swing/TreeSelectionDialog.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/TreeSelectionDialog.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/event/InputOptionAdapter.java
===================================================================
--- trunk/src/schmitzm/swing/event/InputOptionAdapter.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/event/InputOptionAdapter.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/event/InputOptionListener.java
===================================================================
--- trunk/src/schmitzm/swing/event/InputOptionListener.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/event/InputOptionListener.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/event/MouseAdapter.java
===================================================================
--- trunk/src/schmitzm/swing/event/MouseAdapter.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/event/MouseAdapter.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/event/PopupMenuListener.java
===================================================================
--- trunk/src/schmitzm/swing/event/PopupMenuListener.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/event/PopupMenuListener.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/event/PropertyChangeEmitter.java
===================================================================
--- trunk/src/schmitzm/swing/event/PropertyChangeEmitter.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/event/PropertyChangeEmitter.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/event/WindowEventConnector.java
===================================================================
--- trunk/src/schmitzm/swing/event/WindowEventConnector.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/event/WindowEventConnector.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/log4j/LoggerConfigurationTableModel.java
===================================================================
--- trunk/src/schmitzm/swing/log4j/LoggerConfigurationTableModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/log4j/LoggerConfigurationTableModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/log4j/LoggerFrame.java
===================================================================
--- trunk/src/schmitzm/swing/log4j/LoggerFrame.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/log4j/LoggerFrame.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/menu/ActionStructure.java
===================================================================
--- trunk/src/schmitzm/swing/menu/ActionStructure.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/menu/ActionStructure.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/menu/ConnectedPopupMenu.java
===================================================================
--- trunk/src/schmitzm/swing/menu/ConnectedPopupMenu.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/menu/ConnectedPopupMenu.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/menu/ObjectMenuItem.java
===================================================================
--- trunk/src/schmitzm/swing/menu/ObjectMenuItem.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/menu/ObjectMenuItem.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/menu/ObjectSubMenu.java
===================================================================
--- trunk/src/schmitzm/swing/menu/ObjectSubMenu.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/menu/ObjectSubMenu.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle.properties
===================================================================
--- trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_de.properties
===================================================================
--- trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_de.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_de.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_fr.properties
===================================================================
--- trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_fr.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_fr.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/schmitzm/swing/table/AbstractMutableTableModel.java
===================================================================
--- trunk/src/schmitzm/swing/table/AbstractMutableTableModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/table/AbstractMutableTableModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/table/AbstractTableModel.java
===================================================================
--- trunk/src/schmitzm/swing/table/AbstractTableModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/table/AbstractTableModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/table/ColorEditor.java
===================================================================
--- trunk/src/schmitzm/swing/table/ColorEditor.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/table/ColorEditor.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/table/ColorRenderer.java
===================================================================
--- trunk/src/schmitzm/swing/table/ColorRenderer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/table/ColorRenderer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/table/ColorsRenderer.java
===================================================================
--- trunk/src/schmitzm/swing/table/ColorsRenderer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/table/ColorsRenderer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/table/ComponentRenderer.java
===================================================================
--- trunk/src/schmitzm/swing/table/ComponentRenderer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/table/ComponentRenderer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/table/MutableTable.java
===================================================================
--- trunk/src/schmitzm/swing/table/MutableTable.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/table/MutableTable.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/table/MutableTableModel.java
===================================================================
--- trunk/src/schmitzm/swing/table/MutableTableModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/table/MutableTableModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/table/PipedTableModel.java
===================================================================
--- trunk/src/schmitzm/swing/table/PipedTableModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/table/PipedTableModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/table/SelectionTableModel.java
===================================================================
--- trunk/src/schmitzm/swing/table/SelectionTableModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/table/SelectionTableModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/table/TableComponentMouseListener.java
===================================================================
--- trunk/src/schmitzm/swing/table/TableComponentMouseListener.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/table/TableComponentMouseListener.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/tree/ContentNode.java
===================================================================
--- trunk/src/schmitzm/swing/tree/ContentNode.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/tree/ContentNode.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/tree/EditableNode.java
===================================================================
--- trunk/src/schmitzm/swing/tree/EditableNode.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/tree/EditableNode.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/tree/EmptyInnerNode.java
===================================================================
--- trunk/src/schmitzm/swing/tree/EmptyInnerNode.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/tree/EmptyInnerNode.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/swing/tree/EmptyNode.java
===================================================================
--- trunk/src/schmitzm/swing/tree/EmptyNode.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/swing/tree/EmptyNode.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/temp/BaseTypeUtil.java
===================================================================
--- trunk/src/schmitzm/temp/BaseTypeUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/temp/BaseTypeUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/schmitzm/xml/XMLUtil.java
===================================================================
--- trunk/src/schmitzm/xml/XMLUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/schmitzm/xml/XMLUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/AttributeMetaData.java
===================================================================
--- trunk/src/skrueger/AttributeMetaData.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/AttributeMetaData.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/AttributeMetaDataAttributeTypeFilter.java
===================================================================
--- trunk/src/skrueger/AttributeMetaDataAttributeTypeFilter.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/AttributeMetaDataAttributeTypeFilter.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/RasterLegendData.java
===================================================================
--- trunk/src/skrueger/RasterLegendData.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/RasterLegendData.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/AbstractStyledLayer.java
===================================================================
--- trunk/src/skrueger/geotools/AbstractStyledLayer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/AbstractStyledLayer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/AttributeTableJDialog.java
===================================================================
--- trunk/src/skrueger/geotools/AttributeTableJDialog.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/AttributeTableJDialog.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/LegendIconFeatureRenderer.java
===================================================================
--- trunk/src/skrueger/geotools/LegendIconFeatureRenderer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/LegendIconFeatureRenderer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/MapContextManagerInterface.java
===================================================================
--- trunk/src/skrueger/geotools/MapContextManagerInterface.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/MapContextManagerInterface.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/MapPaneToolBar.java
===================================================================
--- trunk/src/skrueger/geotools/MapPaneToolBar.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/MapPaneToolBar.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/MapView.java
===================================================================
--- trunk/src/skrueger/geotools/MapView.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/MapView.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/StyledFS.java
===================================================================
--- trunk/src/skrueger/geotools/StyledFS.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/StyledFS.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/StyledFeatureCollection.java
===================================================================
--- trunk/src/skrueger/geotools/StyledFeatureCollection.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/StyledFeatureCollection.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/StyledFeatureCollectionInterface.java
===================================================================
--- trunk/src/skrueger/geotools/StyledFeatureCollectionInterface.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/StyledFeatureCollectionInterface.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
===================================================================
--- trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/StyledFeatureSourceInterface.java
===================================================================
--- trunk/src/skrueger/geotools/StyledFeatureSourceInterface.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/StyledFeatureSourceInterface.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/StyledFeaturesInterface.java
===================================================================
--- trunk/src/skrueger/geotools/StyledFeaturesInterface.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/StyledFeaturesInterface.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/StyledGridCoverage.java
===================================================================
--- trunk/src/skrueger/geotools/StyledGridCoverage.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/StyledGridCoverage.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/StyledGridCoverageInterface.java
===================================================================
--- trunk/src/skrueger/geotools/StyledGridCoverageInterface.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/StyledGridCoverageInterface.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/StyledGridCoverageReader.java
===================================================================
--- trunk/src/skrueger/geotools/StyledGridCoverageReader.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/StyledGridCoverageReader.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/StyledGridCoverageReaderInterface.java
===================================================================
--- trunk/src/skrueger/geotools/StyledGridCoverageReaderInterface.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/StyledGridCoverageReaderInterface.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/StyledLayerInterface.java
===================================================================
--- trunk/src/skrueger/geotools/StyledLayerInterface.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/StyledLayerInterface.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/StyledLayerStyle.java
===================================================================
--- trunk/src/skrueger/geotools/StyledLayerStyle.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/StyledLayerStyle.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/StyledLayerUtil.java
===================================================================
--- trunk/src/skrueger/geotools/StyledLayerUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/StyledLayerUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/StyledRasterInterface.java
===================================================================
--- trunk/src/skrueger/geotools/StyledRasterInterface.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/StyledRasterInterface.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/ZoomRestrictableGridInterface.java
===================================================================
--- trunk/src/skrueger/geotools/ZoomRestrictableGridInterface.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/ZoomRestrictableGridInterface.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/io/GeoImportUtilURL.java
===================================================================
--- trunk/src/skrueger/geotools/io/GeoImportUtilURL.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/io/GeoImportUtilURL.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/labelsearch/LabelSearch.java
===================================================================
--- trunk/src/skrueger/geotools/labelsearch/LabelSearch.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/labelsearch/LabelSearch.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/labelsearch/SearchMapDialog.java
===================================================================
--- trunk/src/skrueger/geotools/labelsearch/SearchMapDialog.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/labelsearch/SearchMapDialog.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/labelsearch/SearchResult.java
===================================================================
--- trunk/src/skrueger/geotools/labelsearch/SearchResult.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/labelsearch/SearchResult.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/labelsearch/SearchResultFeature.java
===================================================================
--- trunk/src/skrueger/geotools/labelsearch/SearchResultFeature.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/labelsearch/SearchResultFeature.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/labelsearch/SearchResultTableModel.java
===================================================================
--- trunk/src/skrueger/geotools/labelsearch/SearchResultTableModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/labelsearch/SearchResultTableModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/labelsearch/Snippet.java
===================================================================
--- trunk/src/skrueger/geotools/labelsearch/Snippet.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/labelsearch/Snippet.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/labelsearch/labelsearch.properties
===================================================================
--- trunk/src/skrueger/geotools/labelsearch/labelsearch.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/labelsearch/labelsearch.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/skrueger/geotools/labelsearch/labelsearch_de.properties
===================================================================
--- trunk/src/skrueger/geotools/labelsearch/labelsearch_de.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/labelsearch/labelsearch_de.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/skrueger/geotools/labelsearch/labelsearch_fr.properties
===================================================================
--- trunk/src/skrueger/geotools/labelsearch/labelsearch_fr.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/labelsearch/labelsearch_fr.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/skrueger/geotools/resource/locales/mapPaneToolbar.properties
===================================================================
--- trunk/src/skrueger/geotools/resource/locales/mapPaneToolbar.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/resource/locales/mapPaneToolbar.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/skrueger/geotools/resource/locales/mapPaneToolbar_de.properties
===================================================================
--- trunk/src/skrueger/geotools/resource/locales/mapPaneToolbar_de.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/resource/locales/mapPaneToolbar_de.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/skrueger/geotools/resource/locales/mapPaneToolbar_fr.properties
===================================================================
--- trunk/src/skrueger/geotools/resource/locales/mapPaneToolbar_fr.properties	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/resource/locales/mapPaneToolbar_fr.properties	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,6 +2,32 @@
 #Copyright (c) 2009 Martin O. J. Schmitz.
 #
 #This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Krüger - additional utility classes
+##########
+#This file is part of the SCHMITZM library - a collection of utility 
 #classes based on Java 1.6, focussing (not only) on Java Swing 
 #and the Geotools library.
 #

Modified: trunk/src/skrueger/geotools/selection/ChartSelectionSynchronizer.java
===================================================================
--- trunk/src/skrueger/geotools/selection/ChartSelectionSynchronizer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/selection/ChartSelectionSynchronizer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java
===================================================================
--- trunk/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java
===================================================================
--- trunk/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/selection/StyledLayerSelectionEvent.java
===================================================================
--- trunk/src/skrueger/geotools/selection/StyledLayerSelectionEvent.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/selection/StyledLayerSelectionEvent.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/selection/StyledLayerSelectionModel.java
===================================================================
--- trunk/src/skrueger/geotools/selection/StyledLayerSelectionModel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/selection/StyledLayerSelectionModel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/selection/StyledLayerSelectionModelSynchronizer.java
===================================================================
--- trunk/src/skrueger/geotools/selection/StyledLayerSelectionModelSynchronizer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/selection/StyledLayerSelectionModelSynchronizer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/geotools/selection/TableSelectionSynchronizer.java
===================================================================
--- trunk/src/skrueger/geotools/selection/TableSelectionSynchronizer.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/geotools/selection/TableSelectionSynchronizer.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/i8n/I8NUtil.java
===================================================================
--- trunk/src/skrueger/i8n/I8NUtil.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/i8n/I8NUtil.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/i8n/SwitchLanguageDialog.java
===================================================================
--- trunk/src/skrueger/i8n/SwitchLanguageDialog.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/i8n/SwitchLanguageDialog.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/i8n/Translation.java
===================================================================
--- trunk/src/skrueger/i8n/Translation.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/i8n/Translation.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/swing/CancelButton.java
===================================================================
--- trunk/src/skrueger/swing/CancelButton.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/swing/CancelButton.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/swing/OkButton.java
===================================================================
--- trunk/src/skrueger/swing/OkButton.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/swing/OkButton.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/swing/TranslationAskJDialog.java
===================================================================
--- trunk/src/skrueger/swing/TranslationAskJDialog.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/swing/TranslationAskJDialog.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/swing/TranslationEditJPanel.java
===================================================================
--- trunk/src/skrueger/swing/TranslationEditJPanel.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/swing/TranslationEditJPanel.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:

Modified: trunk/src/skrueger/swing/TranslationJTextField.java
===================================================================
--- trunk/src/skrueger/swing/TranslationJTextField.java	2009-07-31 13:39:18 UTC (rev 255)
+++ trunk/src/skrueger/swing/TranslationJTextField.java	2009-07-31 14:43:47 UTC (rev 256)
@@ -2,7 +2,7 @@
  * Copyright (c) 2009 Martin O. J. Schmitz.
  * 
  * This file is part of the SCHMITZM library - a collection of utility 
- * classes based on Java 1.6, focussing (not only) on Java Swing 
+ * classes based on Java 1.6, focusing (not only) on Java Swing 
  * and the Geotools library.
  * 
  * The SCHMITZM project is hosted at:



More information about the Schmitzm-commits mailing list