You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zweiundvierzig-JavaFX/Main.java

21 lines
413 B
Java

/**
* 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 ...");
}
}