-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
Description
This is an umbrella issue to keep track of the odd behavior that can be observed when working with the Container figure.
-
Because borders are not drawn, the call to
setBorder()
should be ignored. Otherwise the insets of the border are still used when performing the layout, leading to "ghost" edges. -
Because the background is not drawn, the call to
setOpaque()
should be ignored.
Not necessarily wrong, but still weird:
- When the layout is set via the constructor, it seems weird to change it later on. Should the call to
setLayoutManager()
also be ignored?