Image on Swing JSplitPane
Hi @ll!
I would like to put a JPG image into a SplitPane Frame, the code of the split is:
JSplitPane outerPane =new JSplitPane(JSplitPane.VERTICAL_SPLIT, innerPane, image);
where innerPane is another SplitPane, horizontal, and "image" is the image object. Question: how I can create an object image in this JSplitPane?
Lot of Thanks,
Bye bye
hawake
P.S. Sorry but my english is very poor!

