Most voted "jdesktoppane" questions
In Java-Swing applications, Jdesktoppane is a container used to create a multi-document interface or virtual desktop.
Learn more…5 questions
Sort by count of
- 
		5 votes1 answer1677 viewsJdesktoppane background without losing quality and expandableI have code to add a background image to a JDesktopPaneand it works perfectly on widescreen 16:10 screens. However, when the screen is a little wider (16:9), it does not fill the rest of the… 
- 
		3 votes1 answer178 viewsIllegalityxception when reopening jInternalFrame several timesI am with an application that is validating when the window JInternalFrame is open or closed, but if the window is opened and closed a few times in a row, the console shows an error and does not… 
- 
		1 votes1 answer198 viewsHow to put title in Jdesktoppane?I am developing software for a video rental company with Pattern MVC (Model-view-controller) design with the Java Persistent Api Framework and XML language. My question is this: How do you put and… 
- 
		0 votes1 answer657 viewsHow to check if a Jinternalframe is already open in Jdesktoppane?How to check whether a JInternalFrame is already open in the JDesktopPane and, if so, put him in focus on others? I have tried several ways I found searching, but always opens a new frame, even if… 
- 
		0 votes1 answer939 viewsOpen Jinternalframe from anotherI was learning to play with JDesktopPane in order to use in future projects because I find this function very interesting. I tried to call a JInternalFrame from one button inside another…