Manage Location of Component in one of the pane in JSplitPane

56 Views Asked by At

I am new in SWING. I just started learning about JSplitPane. I tried to find answer almost everywhere and I ended up with nothing.

My Question is how to use setBound(int,int,int,int) method for the component which resides within one of the pane(left pane or right pane). Ultimately I want to set location of component in individual pane.

How can I do it?

0

There are 0 best solutions below