# io.github.libtmux.WindowPlacement.WindowPlacement

- **Module:** io.github.libtmux.WindowPlacement
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/WindowPlacement.java#L10
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-windowplacement-windowplacement/

Where a new window is inserted relative to the current one.

<p>Absent rather than a third constant when the caller does not care: tmux picking the next free
index is a different thing from being asked for a particular side, and a {@code DEFAULT} member
would have no flag to produce.

## Members

- `AFTER` (constant)
- `BEFORE` (constant)
- `WindowPlacement` (method)
- `flag` (method) — The tmux flag that places a window this way.
