jdesktoppane 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
3
So once again we are in the process of converting our existing Java application that was using entirely Swing to using JavaFX. However, the application will not be using JavaFX entirely. This seems...
Schoolgirl asked 21/1, 2015 at 1:28
1
By unsing netbeans ide , I created a JDesktopPane inside the JFrame. and I cannot change the color of the jdesktopPane.. I tried all I can. But when I open the JFrame .. the JDesktopPane inside tha...
Armandinaarmando asked 4/4, 2014 at 13:46
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
4
I am creating a desktop application using the JDesktopPane. I'm almost complete, but when I press ctrl + alt + del, it leaves my application. How can I prevent that action?
Guesstimate asked 11/4, 2010 at 7:44
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
3
Solved
I have been trying to tame JDesktopPane to work nicely with a resizable GUI & a scroll pane, but am having some troubles doing so. It seems that unless the drag mode is outline, the desktop pan...
Trant asked 30/8, 2013 at 12:29
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
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
3
I'd like to add scrolling capability to a javax.swing.JDesktopPane. But wrapping in a javax.swing.JScrollPane does not produce the desired behavior.
Searching the web shows that this has been an i...
Stoic asked 29/9, 2008 at 13:51
1
© 2022 - 2024 — McMap. All rights reserved.