Skip to content
Snippets Groups Projects
Commit 313cd730 authored by Jonas Elvedal Hole's avatar Jonas Elvedal Hole :crab:
Browse files

rename App to CalcApp

parent ab7412bb
Branches
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<!-- Default configuration for running --> <!-- Default configuration for running -->
<!-- Usage: mvn javafx:run --> <!-- Usage: mvn javafx:run -->
<configuration> <configuration>
<mainClass>app.App</mainClass> <mainClass>app.CalcApp</mainClass>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
......
...@@ -11,7 +11,7 @@ import java.io.IOException; ...@@ -11,7 +11,7 @@ import java.io.IOException;
/** /**
* JavaFX App * JavaFX App
*/ */
public class App extends Application { public class CalcApp extends Application {
@Override @Override
public void start(Stage stage) throws IOException { public void start(Stage stage) throws IOException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment