Removes a tab without saving and closing the world in WorldManager @param tab
(final WorldTab tab)
| 281 | * @param tab |
| 282 | */ |
| 283 | public void removeTab(final WorldTab tab) { |
| 284 | if (tabbedPane != null) { |
| 285 | tabbedPane.remove(tab); |
| 286 | } |
| 287 | } |
| 288 | |
| 289 | /** |
| 290 | * Gets the currently shown WorldTab |