# io.github.libtmux.Pane.Pane.created

- **Module:** io.github.libtmux.Pane.Pane
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-java/blob/842228310449e879ebcaa3f910597757c9dbffd6/libtmux/src/main/java/io/github/libtmux/Pane.java#L939
- **Page:** https://libtmux.org/en/java/latest/reference/io-github-libtmux-pane-pane-created/

```
io.github.libtmux.Pane.Pane.created(server: Server, previous: ServerSnapshot, argv: List<String>) -> Pane
```

Runs a command that reports one new pane, and hands back a handle on it.

The creating command names the pane it made, so the result is exact rather than whichever
pane a fresh listing happens to put last — two splits racing would otherwise be
indistinguishable.
