Skip to content

Commit c1b0974

Browse files
committed
Removed forgotten placeholder
1 parent 1aa139b commit c1b0974

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/components.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ In addition a custom component offers a regular JavaFX interface, which is used
1212
The following picture shows the architecture of a custom component implemented with ReduxFX.
1313
This may sound like a lot of work, but most of the boiler-plate is already conveniently provided in the class [ComponentBase][class componentbase].
1414

15-
_Insert picture_
1615
![alt Overview ReduxFX component][reduxfx component]
1716

1817
As you can see the heart of a ReduxFX component is a regular event cycle.
@@ -22,7 +21,7 @@ The interaction with the actual interface, i.e. the properties and events of the
2221

2322
Setting up a Custom Component
2423
-----------------------------
25-
The first step required to create a custom component with ReduxFX is usually to define the JavaFX component.
24+
The first step required to create a custom component with ReduxFX is usually to define its interface.
2625
In the example ColorChooserApp, a simple component is defined that can be used to choose a color.
2726
The JavaFX component is implemented in the class [ColorChooserComponent][class colorchoosercomponent].
2827
In the constructor an instance of the class [ComponentBase][class componentbase] is created.

0 commit comments

Comments
 (0)