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?