LWJGUI
LWJGUI copied to clipboard
ScrollPane content does not adhere to children/parent model
When using setContent(n) on a ScrollPane you cannot retrieve the n value via getChildren. The n value also has its parent marked as null rather than the ScrollPane (or its canvas).
This breaks scene-graph searches for items by ID/Type.