JUVAFX Ubah Judul Aplikasi

public void start(Stage stage) throws Exeption
{
	stage.setTitle("ExampleTitle"); //This sets the title of you window
}
Manuel Dark