# 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/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/Pane.java#L481
- **Page:** https://libtmux.org/reference/java/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.

<p>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.
