From the Wikipedia entry on Swing (Java):
Conceptually, this view of the layout management is quite similar to that which informs the rendering of HTML content in browsers, and addresses the same set of concerns that motivated the former.
There are a few points I can't understand:
- What does "informs" mean here?
- I don't understand "address the same set of concerns that motivated the former."
