The child components of this container.
Installed reaction won't receive events from the given publisher anylonger.
Installed reaction won't receive events from the given publisher anylonger.
The equality method for reference types.
The hashCode method for reference types.
A map of components to the associated layout constraints.
A map of components to the associated layout constraints. Any element in this map is automatically added to the contents of this panel. Therefore, specifying the layout of a component via
layout(myComponent) = myConstraints
also ensures that myComponent is properly added to this container.
Listen to the given publisher as long as deafTo
isn't called for
them.
Listen to the given publisher as long as deafTo
isn't called for
them.
Notify all registered reactions.
Notify all registered reactions.
All reactions of this reactor.
All reactions of this reactor.
Creates a String representation of this object.
"Explicit size assignment for UIElements is not supported anymore. ".+("Use a layout manager or subclass Window.")
A container that associates layout constraints of member type
Constraints
with its children. SeeGridBagPanel
for an example container with custom constraints.