@Override public void setBounds(int x, int y, int width, int height) { super.setBounds(x, y, width, height); relayout(); }
// Debugging @Override protected void paintChildren(Graphics g) { super.paintChildren(g); BaseGroup.Debug.paint(g, this, topOffset); }