# io.github.libtmux.Pane.Pane.floating

- **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#L71
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-pane-pane-floating/

```
io.github.libtmux.Pane.Pane.floating() -> Optional<Boolean>
```

Whether this pane floats, or empty when the running tmux cannot say.

<p>Empty is not "no". tmux before 3.7 expands the format to nothing, and answering {@code false}
there would be indistinguishable from a tmux that looked and found the pane was not floating.
