I have a JFrame as a top-level window of a Swing application used for editing files. I want to display a filename as editors usually do. My current code is a si
JFrame