GUI Designer: create a form with GridLayoutManager (IntelliJ). You may keep form empty.
Create main(), create run configuration, allow to make snapshots.
Run form. Perform New | Form snapshot. Snapshot dialog opens, but panel with GridLayoutManager is recognized as panel with AbstractLayout, and on attempt to make a snapshot the warning is output that these component will be skipped.
We should probably recognize our own layout manager correctly.
Description
GUI Designer: create a form with GridLayoutManager (IntelliJ). You may keep form empty.
Create main(), create run configuration, allow to make snapshots.
Run form. Perform New | Form snapshot. Snapshot dialog opens, but panel with GridLayoutManager is recognized as panel with AbstractLayout, and on attempt to make a snapshot the warning is output that these component will be skipped.
We should probably recognize our own layout manager correctly.