Skip to content
Snippets Groups Projects
Commit cd7ef6ea authored by AREZKI Celia's avatar AREZKI Celia
Browse files

fix build.gradle to have the perfect result

parent 3d3021c1
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ dependencies {
testImplementation 'org.hamcrest:hamcrest-library:1.3'
}
mainClassName = "shape.App"
mainClassName = "shape.tp5.ShapeApp"
test {
......
......@@ -6,7 +6,6 @@ import javafx.scene.layout.StackPane;
import javafx.stage.Stage;
public class ShapeApp extends Application {
@Override
public void start(Stage primaryStage) {
Drawer drawer = new Drawer(400, 400);
StackPane root = new StackPane(drawer);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment