diff --git a/xchart-demo/src/main/java/org/knowm/xchart/demo/charts/plot/lines/Example0WithoutHorizontalLines.java b/xchart-demo/src/main/java/org/knowm/xchart/standalone/Example0WithoutHorizontalLines.java similarity index 97% rename from xchart-demo/src/main/java/org/knowm/xchart/demo/charts/plot/lines/Example0WithoutHorizontalLines.java rename to xchart-demo/src/main/java/org/knowm/xchart/standalone/Example0WithoutHorizontalLines.java index e88229ef8a6f865987fe45e7bf7b3106086d385a..286df0778c99204c36d5d95ab1667bf5ed85aa8c 100644 --- a/xchart-demo/src/main/java/org/knowm/xchart/demo/charts/plot/lines/Example0WithoutHorizontalLines.java +++ b/xchart-demo/src/main/java/org/knowm/xchart/standalone/Example0WithoutHorizontalLines.java @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.knowm.xchart.demo.charts.plot.lines; +package org.knowm.xchart.standalone; import java.util.ArrayList; import java.util.List; diff --git a/xchart-demo/src/main/java/org/knowm/xchart/demo/charts/plot/lines/Example0WithoutVerticalAndHorizontalLines.java b/xchart-demo/src/main/java/org/knowm/xchart/standalone/Example0WithoutVerticalAndHorizontalLines.java similarity index 97% rename from xchart-demo/src/main/java/org/knowm/xchart/demo/charts/plot/lines/Example0WithoutVerticalAndHorizontalLines.java rename to xchart-demo/src/main/java/org/knowm/xchart/standalone/Example0WithoutVerticalAndHorizontalLines.java index c2342e8562decc5afd2eac88ee190424e4410a76..9463c65da6623c08f78c771c513fdfd3e5075f54 100644 --- a/xchart-demo/src/main/java/org/knowm/xchart/demo/charts/plot/lines/Example0WithoutVerticalAndHorizontalLines.java +++ b/xchart-demo/src/main/java/org/knowm/xchart/standalone/Example0WithoutVerticalAndHorizontalLines.java @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.knowm.xchart.demo.charts.plot.lines; +package org.knowm.xchart.standalone; import java.util.ArrayList; import java.util.List; diff --git a/xchart-demo/src/main/java/org/knowm/xchart/demo/charts/plot/lines/Example0WithoutVerticalLines.java b/xchart-demo/src/main/java/org/knowm/xchart/standalone/Example0WithoutVerticalLines.java similarity index 97% rename from xchart-demo/src/main/java/org/knowm/xchart/demo/charts/plot/lines/Example0WithoutVerticalLines.java rename to xchart-demo/src/main/java/org/knowm/xchart/standalone/Example0WithoutVerticalLines.java index 645cb6da8b9ba7b367bf3d3342342306e93c8c5d..4602df17ca10c9e4e1be665f7a18862e068b335c 100644 --- a/xchart-demo/src/main/java/org/knowm/xchart/demo/charts/plot/lines/Example0WithoutVerticalLines.java +++ b/xchart-demo/src/main/java/org/knowm/xchart/standalone/Example0WithoutVerticalLines.java @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.knowm.xchart.demo.charts.plot.lines; +package org.knowm.xchart.standalone; import java.util.ArrayList; import java.util.List;