Updated translation controller and fxml file.
This commit is contained in:
parent
7050b07171
commit
90a858feeb
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ public class TranslationController extends Question {
|
|||
@FXML
|
||||
private void initialize(){
|
||||
|
||||
submitButton.setImage(new Image ("file:src/main/resources/assets/right-icon.png"));
|
||||
submitButton.setImage(new Image ("file:src/main/resources/assets/icons/black_icons/50px/right-50.png"));
|
||||
|
||||
for(DictionaryEntry entry : Application.dictionary){
|
||||
if(entry.isPracticeWord()){
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="uk.ac.aber.cs22120.group20.javafx.PrimaryController">
|
||||
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="uk.ac.aber.cs22120.group20.selfassessment.TranslationController">
|
||||
<children>
|
||||
<TitledPane animated="false" prefHeight="400.0" prefWidth="600.0" text="Learn">
|
||||
<content>
|
||||
|
|
Reference in a new issue