I'm working with a JDesktopPane
with drag-and-drop functionality and everything's going well so far, but I want to add a JLabel
at the center of the window that says something along the lines of "drag and drop file here" purely for decorative purposes. If possible, I want it to always be in the background even if there are JInternalFrame
s in front of them.
I haven't really found anything in here that solves my problem yet and I'm on the verge of giving up on this idea and leaving my program as it is. If there already is a solution to this but I haven't found it yet, please tell me so I can delete this question at once.