We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b3190 commit a8f9b85Copy full SHA for a8f9b85
README.md
@@ -8,7 +8,7 @@ Four of Swing's basic LayoutManagers are represented:
8
* Border
9
* Grid
10
11
-Using the builder pattern and varargs, we're able to create a container,
+Using a [fluent interface](http://en.wikipedia.org/wiki/Fluent_interface) and varargs, we're able to create a container,
12
set it's layout and add it's components in one line.
13
Since `Container extends Component`, it's also possible to compose calls to Layouts to create complex structures.
14
0 commit comments