(Point point)
| 147 | } |
| 148 | |
| 149 | public static Rectangle getMaxWindowBounds(Point point) { |
| 150 | return getScreenBounds(point, true); |
| 151 | } |
| 152 | |
| 153 | public static Rectangle getMaxWindowBounds(Component component) { |
| 154 | return getScreenBounds(component, true); |
no test coverage detected