The JDesktopPane class, first introduced in JDK 1.2 as a subsidiary to Swing’s GUI component series, lets you create a virtual desktop or Multiple Document Interface (MDI) in Java applications.
I am looking to create a simple GUI that would assist me in generating ASCII files. My only experience with creating a GUI is using Java, and C++/SDL. I would prefer not to use Java, and C++/SDL ...