What is QuickUI?

QuickUI is a Java library for creating user interfaces using simple XML descriptions.

When should QuickUI be used?

A typical job for QuickUI is creating a simple GUI for a Java utility that you would normally run from the command line.

How do I control the layout of the created user interface?

You can't. The whole purpose of QuickUI is not having to think about layout managers etc.