()
| 344 | |
| 345 | |
| 346 | public Dimension getMinimumSize() { |
| 347 | Dimension size = scale(new Dimension(300, GRID_SIZE)); |
| 348 | if (OSUtils.isMacOS()) |
| 349 | size.height--; |
| 350 | return size; |
| 351 | } |
| 352 | |
| 353 | |
| 354 | public Dimension getMaximumSize() { |
no test coverage detected