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