I have a JSplitPane. i want to add background image to the left side of the JSplitPane.
mySplitPane.getLeftComponent
this returs the left side component. and then i want to add an image background to the left side. i think i can use the Paint()
to set background image to the JSplitPane. but how can i set on the only left side component.
I have a JTable on left side of my JSplitPane. i want to have JTable transparent. and then showing the background image.
Right now i have set background to my JTable. i dont want the background to be scrolled with JTable Scroll. Thats why i want to add background image to the Split Pane not the Table.