The jdesktoppane tag has no wiki summary.
0
votes
1answer
39 views
Managing JInternalFrames in a Swing MDI
When creating an MDI Swing GUI, I have a number of JInternalFrames that are added to a JDesktopPane in a JFrame. I make these internal frames invisible by adding setVisible(false) in the constructor, ...
-3
votes
0answers
17 views
displaying another frame containing jdesktoppane from one frame's button click [closed]
Suppose I have a frame containing a button. On the click of button I want to show the JDesktoppane having Internalframe, in the another frame. If I do it by clicking any button from a frame it will ...
0
votes
0answers
38 views
Setting up JDesktopPane as Accessible Parent to JInternal Frame
I want to set JDesktopPane as Accessible Parent to JInternal Frame. But JInternalFrame properties does not show JdesktopPane on accessible parent's list. My MDI application has JdesktopPane and ...
1
vote
2answers
91 views
Add JInternalFrame to JDesktopPane using a button inside other JInternalFrame
This snippet code I got from http://stackoverflow.com/a/6868039/2240900
how to add the internal2 to desktoppane1 using a button placed somewhere in internal1.
In the ActionListener added to your ...
-3
votes
1answer
213 views
How to set Background image in JDesktopPane
I want to set the background of the JDesktopPane (I add this JDesktopPane directly from the palette into the JFrame)
I try to override the method public void paintComponent (Graphics g) but it's not ...
-1
votes
1answer
64 views
How to access a jpanel(in the JDesktopPane) from a JInternalFrame
I want to set access of a jpanel(which is in the JDesktopPane ) from JInternalFrame, I set it to public but no way its gives 'null' when I do some test like that:
JDesktop frameP = new JDesktop();
...
4
votes
2answers
81 views
JInternalFrames to listen to JDesktopPane events
Is there any easy way to have my jinternalframes be the best of both worlds
embedded when I want them to act as part of jdesktoppane
also movable and able to handle their own events
Hopefully ...
-2
votes
3answers
213 views
only open one JInternalFrame in one time
I've created a Swing application with several JInternalFrames which gets added to a JDesktopPane on the event of a mouse click. I want only one instance of the same Internal frame to be present on the ...
1
vote
1answer
92 views
How to manage a JInternalFrame calling another JInternalFrame?
I have a JDesktopPane with this code.
public class Menu extends JFrame implements ActionListener{
/**
* Creates new form Portada
*/
public static JDesktopPane desktop;
public JDesktopPane ...
0
votes
1answer
256 views
Add an External Frame in a JDesktopPane Java
I have a Frame called " Menu_Project".
I have another Frame called "Main_Menu" where it has a JButton and upon clicking on the Button, I want to call the frame " Menu_Project" inside the ...
0
votes
0answers
15 views
JInternalFrame without cropping to JDesktopPane
I like to use some functionality of the JDesktopPane but don't like the clipping feature that binds a JInternalFrame inside the pane's bounds. This is pretty "old-fashion" behaviour! Instead I want ...
5
votes
2answers
311 views
how to keep minimized jinternalframe on top
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 code ...
-1
votes
1answer
130 views
Scroll the controls over using JDesktopPane in Swing
I have designed swing controls over JPanel using netbeans , now i want the control should scroll with the click on Jscrollbar or JSlider
Suppose i have four buttons on the jpanel from then they ...
0
votes
1answer
144 views
Issue Getting a JInternalFrame to Appear
So, I have, at this point, just a simple JFrame with a simple JPanel inside of it. (That is, it's contentPane is a JPanel.) There's a menu bar in the JFrame with a button that converts the current ...
1
vote
0answers
73 views
Internal frame changes does not compile
I'm making a small application. I have a JFrame and there is a desktop pane in it.
I want to load a JInternalFrame to it.
My code is as below.
void dpload(){
Patients patient = new ...
4
votes
1answer
160 views
Use a JInternalFrame to create a chat window in a client/server app
How to use a JInternalFrame within a JFrame?
I want to create a client/server app.
I know that JInternalFrame should be used with JDeskTopPane but I want a chat window which can be moved within the ...
0
votes
1answer
808 views
How to close previous jInternalFrame when open new jInternalFrame in the jDesktopPane
I created MDI (Multiple Document interface) in java using netbeans in which i have two jbuttons and one jdesktoppane so when clicked on both button then both jinternalframes are opened in same ...
1
vote
1answer
2k views
How to change jdesktoppane default backgroud image?
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 ...
1
vote
1answer
140 views
Trying to disable dragging of a JInternalFrame
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 ...
0
votes
1answer
118 views
My internal frames don't earn focus after opening… (Java)
I have a menu with items that open internal frames, but every time I need to click twice in the frame. One time to give focus to the Int.frame and the second time to actually do something (give focus ...
0
votes
1answer
214 views
how to prevent dragging the JLabel outside the boundary of JDesktopPane?
how to prevent dragging the JLabel outside the boundary of JDesktopPane?
i've done an application, in which there is a JLabel placed in JDesktopPane,JLabel can be dragged to any place,but while ...
2
votes
1answer
210 views
JInternalFrame Icon moves below JPanel when minimized
I am trying to design a small game, and using a JInternalFrame to display the Inventory. The problem I am having though, is that when I minimize the InternalFrame, the icon in the bottom left corner ...
0
votes
2answers
160 views
Why Mainframe JButton appear foreground of JInternalFrame?
I am creating a Swing Application. I have one main JFrame and a JDesktopPane. I added one button and one label on main frame. But if I open any JInternalFrame on Main Frame button and label ...
1
vote
2answers
238 views
How can add JLabel on JDesktopPane
I want to add a JLable on my JDesktopePane..i wrote the below given code..but the Label is not displayed on the pane.
{
frame1.setContentPane(desktop);
frame1.setSize(900,700);
...
2
votes
1answer
490 views
How to change the Look and Feel of a JDesktopPane?
I set the LAF of my project to the System default look and feel. Now I'm trying to put a JDesktopPane inside one of my panels but I want all my internal frames to use the java default LAF. Is there a ...
1
vote
1answer
78 views
JFrame slows down as buttons are pressed?
The code below shows my program that, when switches between methods home(), plus, minus(), times() and divide(), they removeAll() of the corresponding JPanels , addPnl() subPnl() and so on - these ...
0
votes
1answer
63 views
Could you explain these statements?
I've come across an example on the internet which uses both of these statements:
dp.add( bg , new Integer( 50 ) );
(dp being a JDesktopPane object and bg being a JLabel)
setLayeredPane( dp );
If ...
0
votes
1answer
198 views
How to Lock Jinternal Frame inside JDesktopPane
I am using JDesktopPane and Jinternal Frame.
I want to Lock Jinternal Frame inside JDesktopPane .
Suggest which method or property needs to change.
0
votes
3answers
800 views
JDesktopPane boundary - JInternalFrame's not filling up entire desktop
I'd like to have my JDesktopPane be such that JInternalFrames that are inside of it can be maximized and fully block out the blue background (well, blue on a Mac at least) of the JDesktopPane. If you ...
0
votes
3answers
343 views
Java Window Event - Maximize. How to hardcode?
I have a JDesktopPane and a JInternalFrame. I'd like the JInternalFrame to automatically maximize after I make it. How can I hardcode the "maximize window" event?
0
votes
0answers
88 views
JInternalFrame positions
I have a JDekptopPane which contains 2 JInternalFrame..
i don't want these frames to overlap, as in the desktop icons: if you have icon1, icon2 if you moved icon2 and placed it before icon1, it will ...
0
votes
3answers
485 views
How to add a JDialog in to desktop pane or just call from an internal frame
I am working on a project that uses MDI form in java. I have created a frame and then added a desktop pane to it. My project uses lot of internal frames. Also those internal frames require to show ...
2
votes
1answer
203 views
How to get a JInternalFrame in the order i add it
I tried to access a JInternalFrame in my JDesktopPane and use getAllFrames method.
I just want to access the JInternalFrame in the order that i added into the JDesktopPane.
for example, i add a,b,c
...
0
votes
3answers
233 views
JDesktopPane has a toolbar at bottom of window on linux
I have a JDesktopPane that adds JInternalFrames. On Linux (ubuntu) and Mac os, all displayed internal frame appear in a taskbar/toolbar standing in the bottom left corner, with the name of each ...
0
votes
0answers
140 views
Create GUI for JInternalFrame using class method instead of constructor
Is the captioned possible? "Create GUI for JInternalFrame using class method instead of constructor."
I have a JInternalFrame with various JButtons in a DesktopPane. Based on user action, methods ...
1
vote
1answer
413 views
How to put JDesktopPane in background in JFrame
i'm developing a java application in which i have a JFrame with a JDesktopPane in full screen size. My problem is that JDesktopPane cover the JButton(s) inside the JFrame so i can't click on ...
0
votes
1answer
552 views
How to set JDesktopPane size
i'm developing a java application with a main Panel in which i add a JDesktopPane.
users clicking on JButton, will show a JInternalFrame. My problem is that if i use Mac OSx look and feel, the ...
4
votes
3answers
2k views
JDesktopPane - how to get active frame
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 only ...
5
votes
4answers
2k views
Preventing JInternalFrame from being moved out of a JDesktopPane
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 fond ...
1
vote
3answers
517 views
why does JInternalFrame's setSize not work
I make a JFrame, and add a JDesktopPane into the JFrame, and then add a JInternalFrame into the JDesktopPane, the JInternalFrame' initial size is the same as JDesktopPane. When the JFrame is maxmized, ...
1
vote
3answers
1k views
Add JInternalFrame to JDesktopPane in execution time
I have a problem with a JDesktopPane, I add JInternalFrame on it and then show it on a JFrame.
The problem is when I try to add another JInternalFrame in execution time.
I use the same method to ...
3
votes
3answers
5k views
How do I open a JInternalFrame centered in a JDesktopPane?
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, ...
3
votes
1answer
227 views
Scaling and zoom
I need to implement zoom for a JDesktopPane contained in a JScrollPane. I have had prior success zooming by overriding the paintComponent(...) method and calling scale(double,double).
This is not ...
2
votes
2answers
384 views
JDesktopPane placement
I have a JDesktopPane and want to display JInternalFrames in a grid style without overlaying frames. The dymensions of the frames will vary so their location should be assigned dynamically. I could ...
2
votes
2answers
836 views
Adding jinternalframe class to jdesktoppane using other jinternalframe class
I'm creating a very simple program.
I have created this classes :
MainJframeClass, JDesktopPaneClass, JinternalFrameClass1 and JinternalFrameClass2.
what ive done is that i instantiated my ...
2
votes
2answers
524 views
Content of JDesktopPane dissappears when resized - Java Swing
I have been working on Java Swing for a while. I paint something(draw some basic shapes like circle,rectangle etc) on a JDesktopPane and once I resize the frame window that contains jDesktopPane or ...
1
vote
1answer
381 views
Fullscreen Exclusive mode JDesktopPane
Is it a bad idea to make a full-screen mdi application? Has anyone else ever tried this? Currently working on redesigning an application that is used on touchscreen terminals. Space is critical and I ...
0
votes
1answer
642 views
JDesktopPane and JInternalFrame help!
Greetings,
I have a question with regards to limiting duplicate JInternalFrames to a JDesktopPane.
Basically, adding an instance JInternalFrame to the JDesktopPane is comprehensive.
But limiting ...
0
votes
6answers
2k views
JInternalFrame to front and focussed
How does one push a JInternalFrame to the top of all the frames in a JDesktopPane?
0
votes
1answer
769 views
How to programmatically maximize JDesktopPane
I am using JDesktopPane, and I want it to be maximized when I load it. How can I do it?
