How to generate a stand-alone JFileChooser dialog box on top of other windows?
问题 Like some other people who have asked similar questions, I was going nuts trying to 'fix' my JFileChooser dialog box generation code until I noticed that it is being generated, but it is appearing underneath all other windows and does not have an associated taskbar icon (so there was no clue at all that it existed!). I am aware of these similar questions: Bringing JFileChooser on top of all windows JFileChooser from a command line program and popping up Underneath all windows ...but the