()
| 286 | } |
| 287 | |
| 288 | public int m() { |
| 289 | return Math.max(0, getContentHeight() - (this.bottom - this.top - 4)); |
| 290 | } |
| 291 | |
| 292 | public boolean isMouseWithinSlotBounds() { |
| 293 | return mouseY >= top && mouseY <= bottom && mouseX >= left && mouseX <= right; |
no test coverage detected