aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Internal Frame quirk Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Internal Frame quirk" Watch "Internal Frame quirk" New topic
Author

Internal Frame quirk

Paul Keohan
Ranch Hand

Joined: Mar 15, 2000
Posts: 411
I'm enclosing some code I use to add a JInternalFrame containing components to a Frame. It looks okay but it looks like there is a frame underneath the JIF with the corners being sligtly covered. Picture a cardbard frame where the inner four corners are curved. Now place a perfect rectangle piece of paper over the frame. The piece of paper should be a nice fit but it will cover the curved corners.
This is what this frame is giving me.
Thanks for any help.
Paul
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

Where's the code?
Paul Keohan
Ranch Hand

Joined: Mar 15, 2000
Posts: 411
Oooops!
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

Yeah, that is not enough code. How about the whole thing? Or at least where you create the JFrame, JDesktopPane, and add the JInternalFrame to the DesktopPane.
Paul Keohan
Ranch Hand

Joined: Mar 15, 2000
Posts: 411
I'm afraid I've switched now to JPanels and all my JInternalFrame code is gone. Next time I'll know to send more.

Thanks!
----------------------
D d y v r f nd t wh t h pp n d t y r v w ls?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Internal Frame quirk
 
Similar Threads
Request hint
Can't understand complier error
really disappointed by javaranch
addElement() vs. add()
bitwise & operation on char variable