begin basic object structure and configuration i/o

This commit is contained in:
2024-04-10 03:49:21 -05:00
parent 0aae30f60e
commit a74ce96920
3 changed files with 37 additions and 4 deletions

View File

@@ -16,9 +16,14 @@
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
import javax.swing.*;
public class MissPiggy {
JDialog frame = new JDialog();
public void MissPiggy() {
// todo construct contents
// todo display modlist
}
}