Interfaces are an important part of the Java language. They give the programmer a way to specify methods which will be available for a given class. I’ve broken them down into the ones used in the data classes, and those used in the GUI classes. Since most interfaces are short, I’m putting their entire code, minus comments, on the respective page.
Contents |
|
| Data Interfaces | GUI Interfaces |