I want to show an animated .gif image while some process is running in background on an internal frame. I tried to add this image in an internal frame and made the frame transparent.
But i cant get rid of the title bar (northpane(null)) as i am using internalframe.pack()
Can anyone help me out with this?
Thank You!
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
posted
0
> But i cant get rid of the title bar (northpane(null)) as i am using internalframe.pack()
worked OK for me using pack() - no titlebar
Jiss Elizabeth
Greenhorn
Joined: Jul 28, 2004
Posts: 19
posted
0
This is my code...
... Do you have any clue?
thank you!
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
posted
0
again, it worked OK for me (java 1.6, windows vista)
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
posted
0
just a thought - you're not confusing the border with the titlebar are you
i.e. you want an undecorated internalFrame