Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ec32188200
3 changed files with 10 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @(#) FlashcardController.java 0,1 2020/05/07
|
* @(#) FlashcardController.java 0,1 2020/05/07
|
||||||
* <p>
|
*
|
||||||
* Copyright (c) 2020 Aberystwyth University.
|
* Copyright (c) 2020 Aberystwyth University.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @(#) FlashcardController.java 0,1 2020/05/07
|
* @(#) FlashcardController.java 0,1 2020/05/07
|
||||||
* <p>
|
*
|
||||||
* Copyright (c) 2020 Aberystwyth University.
|
* Copyright (c) 2020 Aberystwyth University.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
@ -20,7 +20,7 @@ import uk.ac.aber.cs221.group20.json.DictionaryEntry;
|
||||||
* duplication. This will be extended by all the controller classes.
|
* duplication. This will be extended by all the controller classes.
|
||||||
*
|
*
|
||||||
* @author Tom Perry [top19]
|
* @author Tom Perry [top19]
|
||||||
* @Version 0.2 Documentation.
|
* @version 0.2 Documentation.
|
||||||
* @see Application
|
* @see Application
|
||||||
* @see DictionaryEntry
|
* @see DictionaryEntry
|
||||||
* @see ScreenSwitch
|
* @see ScreenSwitch
|
||||||
|
@ -160,7 +160,7 @@ abstract public class SharedCodeController {
|
||||||
@FXML
|
@FXML
|
||||||
private void practiceListIconClick() {
|
private void practiceListIconClick() {
|
||||||
// Use 'ScreenSwitch' to switch to the 'practiceListScene'.
|
// Use 'ScreenSwitch' to switch to the 'practiceListScene'.
|
||||||
ScreenSwitch.swap(ScreenSwitch.SceneType.practiceListScene);
|
ScreenSwitch.swap(ScreenSwitch.SceneType.practiceListScene);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
/**
|
||||||
|
* @(#) JSONTest.java 0,1 2020/05/07
|
||||||
|
*
|
||||||
|
* Copyright (c) 2020 Aberystwyth University.
|
||||||
|
* All rights reserved.
|
||||||
|
*/
|
||||||
package uk.ac.aber.cs221.group20.test;
|
package uk.ac.aber.cs221.group20.test;
|
||||||
|
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
Reference in a new issue