The javax.swing.JFileChooser class describes a Swing component for choosing files, usually via its int showOpenDialog(Component parent) and int showSaveDialog(Component parent) methods. In this post, ...
It’s happened to all of us: A colleague sends an image that you’d like to edit, but when you double-click on it, Preview launches instead of Adobe Photoshop. Or, you save a text-only document from ...
The often overlooked Xcode FileMerge app lets you spot what's changed between two files. Here's how to spot the differences using the tool. Most developers of Apple software are familiar with Apple's ...