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
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@
<!-- Default configuration for running -->
<!-- Usage: mvn javafx:run -->
<configuration>
<mainClass>app.App</mainClass>
<mainClass>app.CalcApp</mainClass>
</configuration>
</plugin>
</plugins>
......
......@@ -11,7 +11,7 @@ import java.io.IOException;
/**
* JavaFX App
*/
public class App extends Application {
public class CalcApp extends Application {
@Override
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