(boolean scrollable)
| 1394 | |
| 1395 | /// {@inheritDoc} |
| 1396 | @Override |
| 1397 | public void setScrollable(boolean scrollable) { |
| 1398 | getContentPane().setScrollable(scrollable); |
| 1399 | } |
| 1400 | |
| 1401 | /// The default version of show modal shows the dialog occupying the center portion |
| 1402 | /// of the screen. |
no test coverage detected