Skip to content
Snippets Groups Projects
Commit 8d0c8f37 authored by Maximilian Komp's avatar Maximilian Komp
Browse files

test

parent 38a4b485
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ public class LogInUI extends UI{
tf1.setIcon(FontAwesome.USER);
form.addComponent(tf1);
TextField tf2 = new TextField("Passwort");
TextField tf2 = new TextField("Passwort-Test");
tf2.setIcon(FontAwesome.ROAD);
form.addComponent(tf2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment