Use a [`JSplitPane`](https://docs.oracle.com/en/java/javase/16/docs/api/java.desktop/javax/swing/JSplitPane.html) for a draggable divider between two containers. I use one in [this answer](https://stackoverflow.com/a/5630271/418556) to divide the space assigned to the table and the pic with an orange / yellow gradient.
– Andrew ThompsonMay 18 '22 at 02:58
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer.
– CommunityMay 18 '22 at 11:11