I want to Edit the Title of Save Dialog Box in JFileChooser from Save to Something Else. How is it possible?

JFileChooser jfc = new JFileChooser();
jfc.setDialogTitle("My Title");

Chris

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.