Hi,
what is the "JFrame.EXIT_ON_CLOSE" called? It's not a method, I believe, it looks like something else. I would like to apply this to a framework called "SGUI" for my software. It doesn't contain any arguments, it's just a command for the JFrame. How could I make something like this?
I ended up with making a method called setDialogType(SOptionPane.YES_NO_CANCEL()), but it's not the same thing. Does it have something to do with interface? Don't know what that is either, gonna do my homework now...
Thanks fellows.