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.
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).
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
I\'m creating a very simple program. I have created this classes : MainJframeClass, JDesktopPaneClass, JinternalFrameClass1and JinternalFrameClass2.
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
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
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
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
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
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