regarding JTabbedPane

Hai,

I have one JtabbedPane .In that ffirstTab it displays one Panel1.In that Panel1 contains two panels x and y.I would like to display space between these two panels(Example setOpaque).But we dont know how to set Opaque functionality in JJPanel that contains JTabbedPane

.

Kindly Regards

Gomes

[327 byte] By [JTabbedPanea] at [2007-10-2 18:48:29]
# 1
If you are trying to add space in a panel that is one of the tabs of the tabbedPane, then you add the space to the panel that was added to the tabbed pane not the panel that contains the tabbed pane. You would do it that same way you do it for any other panel (using layouts, etc).
BaltimoreJohna at 2007-7-13 20:11:11 > top of Java-index,Desktop,Core GUI APIs...
# 2
Answer at post: http://forum.java.sun.com/thread.jspa?threadID=731752&tstart=0Did you create a new user just so you could post this twice?
BaltimoreJohna at 2007-7-13 20:11:12 > top of Java-index,Desktop,Core GUI APIs...