diff --git a/.classpath b/.classpath
index 58a9ee2332b4b2a398cc8d2f134cef942ed850a3..3d7d518eb0cfcd49cd87b324ef89a524e13ee1ea 100644
--- a/.classpath
+++ b/.classpath
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
+	<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
 		<attributes>
 			<attribute name="module" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ohj2"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
+	<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/ohj2"/>
+	<classpathentry exported="true" kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER"/>
+	<classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/src/htScene/KotityoGUIController.java b/src/htScene/KotityoGUIController.java
index 3620f066d5ee211655b3e9e1ba2ec3d4179c617d..36140169c0572722766eb17689ef98fa948a0e74 100644
--- a/src/htScene/KotityoGUIController.java
+++ b/src/htScene/KotityoGUIController.java
@@ -186,6 +186,7 @@ public class KotityoGUIController implements Initializable {
      */
     public void setKayttaja(Kayttaja kayttaja) {
         valittu = kayttaja;
+        kayttajaIkkuna.setPromptText(valittu.getNimi());
     }