# 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/842228310449e879ebcaa3f910597757c9dbffd6/libtmux/src/main/java/io/github/libtmux/WindowPlacement.java#L10
- **Page:** https://libtmux.org/en/java/latest/reference/io-github-libtmux-windowplacement-windowplacement/

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

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.
