From 6144478c60ac613a8bd8bf6668d94f7b33f40589 Mon Sep 17 00:00:00 2001 From: Jeremias Arian <159722626+JeremiasArian@users.noreply.github.com> Date: Fri, 8 Mar 2024 13:34:44 +0000 Subject: [PATCH] Fixed typo. --- data/part-13/2-UI-components-and-layout.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/part-13/2-UI-components-and-layout.md b/data/part-13/2-UI-components-and-layout.md index 7ef537a85..c3b6f8c25 100644 --- a/data/part-13/2-UI-components-and-layout.md +++ b/data/part-13/2-UI-components-and-layout.md @@ -170,8 +170,6 @@ Create a graphical user interface to the class in the exercise template. The int -Create a graphical user interface in the class that is supplied with the exercise base. It should contain a button and a text field. You can implement the text field with the help of the [TextField](https://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/TextField.html) class. The button should be placed above or to the left of the text field. -