()
| 307 | } |
| 308 | |
| 309 | public int m() { |
| 310 | return Math.max(0, getContentHeight() - (this.bottom - this.top - 4)); |
| 311 | } |
| 312 | |
| 313 | public boolean isMouseWithinSlotBounds() { |
| 314 | return mouseY >= top && mouseY <= bottom && mouseX >= left && mouseX <= right; |
no test coverage detected