I am creating a desktop application using the JDesktopPane. I\'m almost complete, but开发者_StackOverflow when I press ctrl + alt + del, it leaves my application. How can I prevent that action?Fact is
In a previous SO question, I was talking about somes issues dealing with my MDI architecture. I have now another problem when resizing my JInternalFrame. Here is a short video that illustrates it.
I\'m programming a short Paint program like and I\'m trying to make an MDI architecture for it. To make that happen, I used JInternalFrame inside a JDesktopPane.
What\'s the most efficient method of implementing a shared data o开发者_开发问答bject between multiple JInternalFrames on a single JDesktopPane?
UIManager.put(\"InternalFrame.activeTitleBackground\", new ColorUIResource(new Color(207,255,247))); UIManager.put(\"InternalFrame.inactiveTitleBackground\", new ColorUIResource(new Color(2开发者_如何