use this as reference My projects library #4! Gallery Megathread - #2 by CodeMasterX
I’ll post the actual program a bit later
Here:
import javax.swing.JOptionPane;
String pLines = "Welcome to quasi console!\n ";
void setup() {
String strInp = JOptionPane.showInputDialog(null,"Please name the file! (FILETYPE: .png" );
println(strInp+".png");
}
void draw() {
}