167168169170171172173
if (scrolled < 0) scrolled = 0; return scrolled; } public Rectangle4i bounds() { return new Rectangle4i(x, y, width, height); }