jdesktoppane
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 JInternalFramein execution time.[详细]
2023-04-08 12:10 分类:问答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).[详细]
2023-03-29 11:47 分类:问答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 dyna开发者_如何学JAVAmi[详细]
2023-03-25 05:25 分类:问答Adding jinternalframe class to jdesktoppane using other jinternalframe class
I\'m creating a very simple program. I have created this classes : MainJframeClass, JDesktopPaneClass, JinternalFrameClass1and JinternalFrameClass2.[详细]
2023-03-23 13:08 分类:问答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 dr[详细]
2023-03-07 07:53 分类:问答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[详细]
2023-02-14 03:31 分类:问答JInternalFrame to front and focussed
How does one push a JInternalFrame开发者_高级运维 to the top of all the frames in a JDesktopPane?trygrabFocus()and requestFocus(). One of the should work. I personally used only requestFocus().Read th[详细]
2023-01-28 18:40 分类:问答Is it possible make all JFrames the internal program uses into JInternalFrames and place them in a JDesktopPane?
The goal is to have the user select a java program, then my program opens up a JInternalFramewith a JEditorPane inside it as the console and places said JInternalFrame in a JDeskopPane. Is it possible[详细]
2023-01-23 05:27 分类:问答@Override error when java project transferred from ubuntu to xp
My current task is taking a Java project written and developed in Ubuntu NetBeans (extensively using the palette, which, it seems to me, locks me into continuing to use NB开发者_运维问答) and transfer[详细]
2023-01-05 06:37 分类:问答Background settings for a JDesktopPane
I\'m using a self-made DesktopPaneUI for a JDesktopPane, I\'ve written the proper methods for the class, and I\'m running into trouble. When开发者_如何学C I resize the JDesktopPane, the background ima[详细]
2022-12-31 19:32 分类:问答