From f52126ce529e7d670ed668586112203ce38b6c18 Mon Sep 17 00:00:00 2001 From: Tan Wang Leng Date: Thu, 17 Aug 2017 09:34:46 +0800 Subject: [PATCH] LearningOutcomes: Update JavaFx tutorial to IntelliJ version --- doc/LearningOutcomes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/LearningOutcomes.md b/doc/LearningOutcomes.md index 91a9896ce..8a2d6c876 100644 --- a/doc/LearningOutcomes.md +++ b/doc/LearningOutcomes.md @@ -84,11 +84,11 @@ Covered by `[LO-Polymorphism]` **Resources** -* [JavaFX 8 Tutorial](http://code.makery.ch/library/javafx-8-tutorial/) by Marco Jakob +* [JavaFX 8 Tutorial](https://se-edu.github.io/se-book/javaTools/javaFXBasic/) #### Exercise: Add class-level members -* If you are new to JavaFX, follow Marco's tutorial given above. +* If you are new to JavaFX, follow our tutorial given above. * Do some enhancements to the AddressBook GUI. e.g. add an application icon, change size/style ------------------------------------------------------------------------------------------------------