Java AWT FileDialog Open Save

The FileDialog class provides a File Open or Save dialog box enabling us to access the local file system. The FileDialog class of Java is OS dependent and calls operating system's specific Open File dialog box or Save dialog box. The advantage of this is that the users of Java program will see familiar screens. …

Java AWT FileDialog Open Save Read More »