unable to see boundary
843807Nov 10 2002 — edited Nov 24 2002Hi,
I am using JInternalFrame object to display my set of images in a JFrame.I declare an object of JInternalFrame and then use drawImage to draw a image on it. After that I use JDesktopPane to add this InternalFrame to the top JFrame.
But only the image is visible on the displayed JFrame, the outer boundary of JInternalFrame is not visible. It is there but, I can't view it.
how can I make the boundary of InternalFrame visible?
thanks in advance.
sachin