MCPcopy Create free account
hub / github.com/Neop/mudmap2 / removeTab

Method removeTab

src/main/java/mudmap2/frontend/Mainwindow.java:283–287  ·  view source on GitHub ↗

Removes a tab without saving and closing the world in WorldManager @param tab

(final WorldTab tab)

Source from the content-addressed store, hash-verified

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

Callers 1

closeTabsMethod · 0.95

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected