Пример #1
0
 @Override
 public void setBounds(int x, int y, int width, int height) {
   super.setBounds(x, y, width, height);
   relayout();
 }
Пример #2
0
 // Debugging
 @Override
 protected void paintChildren(Graphics g) {
   super.paintChildren(g);
   BaseGroup.Debug.paint(g, this, topOffset);
 }