jinternalframe Questions
5
Solved
When I have a JInternalFrame in a JDesktopPane, the JInternalFrame is movable (which is good). However, it's possible to move it outside of the visible scope of the JDesktopPane (which I'm not so f...
Worldwide asked 15/11, 2011 at 13:19
5
Solved
I am adding a bunch of JInternalFrames into a JDesktopPane, as the user selects to open various features through the menus. But I would like the internal frames to open centered in the desktop pane...
Airdrop asked 20/9, 2011 at 17:6
4
I found some code online, I edited it a bit. I want to hide title bar of a JInternalFrame.
JInternalFrame frame = new JInternalFrame();
// Get the title bar and set it to null
setRootPaneChecki...
Wrens asked 28/8, 2011 at 2:4
2
Solved
How to change jdesktoppane background image in MDI (Multiple Documents interface) using java netbeans? Means I added the jdesktoppane to java MDI so now I want to change default background image of...
Bolin asked 11/12, 2012 at 6:16
2
Solved
We have a application with two JFrames with two JDesktopPanes.
We need to move an internal frame from one frame to another.
The problem we have is that after we move the internalframe from first w...
Nyx asked 28/8, 2013 at 12:12
1
I’m facing a problem with JInternalFrame implementation. I have made the JInternalFrame undecorated, so that the title bar and border of the JInternalFrame gets removed. The problem occurs in the f...
Transfigure asked 22/8, 2012 at 6:50
2
Solved
i have four internal frames and 3 buttons in it .When i hit the maximize button,maximizes but it overlaps all the frames.But my point is that it should show the minimized frames.
please find the co...
Daubery asked 14/2, 2013 at 11:33
1
Solved
I have been looking around for awhile and can't find a method for disabling dragging a JIntenal Frame. Any help would be appreciaed -TYIA, Roland
Please keep in mind this is an applet,
import jav...
North asked 9/12, 2012 at 1:20
1
Solved
I am trying to get a JInternalFrame to be maximized when it is launched. I have done web searches on this and have tried various code suggestions, but they do not seem to work properly on my machin...
Declarer asked 24/2, 2012 at 21:5
2
Is there any way to minimize/maximize the JinternalFrame without clicking the minimize/maximize button at the top-right corner of the jinternalframe?
I followed this thread programmatically minimi...
Shopkeeper asked 23/2, 2012 at 14:14
3
Solved
How to get active (having focus) frame (JInternalFrame) that is inside JDesktopPane? I need it for my MDI notepad (not that anybody would use that, just a training project). Looking at api, I see o...
Saccharoid asked 17/12, 2011 at 4:33
2
Solved
I had a real weird method which is used to hide JInternalFrame's title bar. Now the dilemma is below method works on windows platform,
((javax.swing.plaf.basic.BasicInternalFrameUI) aXInternalFram...
Overtrump asked 28/8, 2011 at 4:0
1
Solved
Is there any way to programmatically minimize a JInternalFrame?
Preamble asked 25/6, 2011 at 7:33
1
Solved
How would one go about getting the z order (layer depth of ) all the JInternalFrames inside a JDesktopPane. There does not seem to be a straight forward way for this. Any ideas?
Junior asked 9/3, 2009 at 3:4
1
© 2022 - 2024 — McMap. All rights reserved.