Skip to content

Commit a8f9b85

Browse files
author
oryanm
committed
Update README.md
1 parent 02b3190 commit a8f9b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Four of Swing's basic LayoutManagers are represented:
88
* Border
99
* Grid
1010

11-
Using the builder pattern and varargs, we're able to create a container,
11+
Using a [fluent interface](http://en.wikipedia.org/wiki/Fluent_interface) and varargs, we're able to create a container,
1212
set it's layout and add it's components in one line.
1313
Since `Container extends Component`, it's also possible to compose calls to Layouts to create complex structures.
1414

0 commit comments

Comments
 (0)