Questions tagged as 'jdesktoppane'

1
answer

Background in JDesktopPane without losing quality and expandable

I have code to add a background image to a JDesktopPane and it works perfectly on 16:10 widescreen screens. However, when the screen is a bit wider (16: 9), it does not fill the rest of the background. I've seen some other possible ways t...
asked by 16.05.2017 / 14:56
1
answer

IllegalArgumentException when reopening jInternalFrame multiple times

I have an application that is validating when the JInternalFrame window is open or closed, but if the window is opened and closed a few times in a row, the console displays an error and does not open JInternalFrame again. > Wind...
asked by 22.05.2018 / 22:58
1
answer

How to put title in JDesktopPane?

I'm developing software for an MVC (Model-view-controller) design video store with the Java Persistent Api Framework and the XML language. My question is: How do you place and edit title in JDesktopPane ? Example: Iwantedtochangethe...
asked by 08.06.2016 / 20:11
1
answer

Background in JDesktopPane without losing quality and expandable

I have code to add a background image to a JDesktopPane and it works perfectly on 16:10 widescreen screens. However, when the screen is a bit wider (16: 9), it does not fill the rest of the background. I've seen some other possible ways t...
asked by 16.05.2017 / 14:56
1
answer

How to check if a JInternalFrame is already open in JDesktopPane?

How to check if a JInternalFrame is already open in JDesktopPane and, if so, put it in focus on the others? I have tried in many ways that I found searching, but always opens a new frame, even if it is already open. This is the...
asked by 11.06.2017 / 01:37
1
answer

Open JInternalFrame from another

I was learning how to deal with JDesktopPane in order to use in future projects because I find this function very interesting. I tried calling a JInternalFrame of a button from within another JInternalFrame , but I did not su...
asked by 22.06.2017 / 01:03