Skip to content

Commit d13cb95

Browse files
authored
Merge pull request rage#207 from BenAttenborough/13.1-typos
13.1 typos
2 parents 6f674ff + 35a5e81 commit d13cb95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/part-13/1-graphical-user-interfaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ When the launch method is called, the method of the Application class creates a
108108

109109
<!-- Luo tehtäväpohjassa olevaan luokkaan graafinen käyttöliittymä, jonka otsikkona on "Sovellukseni". Sovelluksen tulee käynnistyä kun main-metodi suoritetaan. -->
110110

111-
Create a GUI app with the title "My first application". The App shou start when main method is executed
111+
Create a GUI app with the title "My first application". The app should start when the main method is executed.
112112

113113
</programming-exercise>
114114

@@ -200,4 +200,4 @@ Käyttöliittymän rakenne on siis lyhyesti seuraava. Ikkuna sisältää Scene-o
200200
UI components are added as "children" to the object responsible for setting them -- FlowPane. This has to do with a JavaFx design decision, whereby each object responsible for UI components may contain other objects responsible for UI components as well as actual UI components. This enables GUIs where the layout of the UI components depends on their location on the user interface. For example, menu items located at the top of a UI are usually placed side by side, while list items are placed one below the other.
201201

202202

203-
To briefly summarize, the UI structure is as follows. The window contains a Scene object. The Scene object contains the object responsible for the layout of the user-interface components. The object responsible for the component layout can contain both UI components and objects responsible for UI component layouts. ->
203+
To briefly summarize, the UI structure is as follows. The window contains a Scene object. The Scene object contains the object responsible for the layout of the user-interface components. The object responsible for the component layout can contain both UI components and objects responsible for UI component layouts.

0 commit comments

Comments
 (0)