(Layout layout)
| 3199 | |
| 3200 | /// {@inheritDoc} |
| 3201 | @Override |
| 3202 | public void setLayout(Layout layout) { |
| 3203 | if (layout instanceof BorderLayout) { |
| 3204 | setScrollable(false); |
| 3205 | } |
| 3206 | contentPane.setLayout(layout); |
| 3207 | } |
| 3208 | |
| 3209 | /// When set to true the physical back button will minimize the application |
| 3210 | /// |