BlueJ-Integration

master
Zocker1999NET 8 years ago
parent 7958cc1009
commit 4097b17320

1
.gitignore vendored

@ -17,3 +17,4 @@ hs_err_pid*
.vscode/
*~$*
doc/
package.bluej

@ -0,0 +1,20 @@
/**
* Write a description of class main here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class Main
{
// instance variables - replace the example below with your own
private int x;
/**
* Constructor for objects of class main
*/
public static void main(String[] args)
{
System.out.println("Start zweiundvierzig as JavaFX ...");
}
}
Loading…
Cancel
Save