Data logging toggle switch

This commit is contained in:
cs-powell
2024-11-29 20:20:03 -05:00
parent a91fb09632
commit b460a8f8b9
6 changed files with 161 additions and 12 deletions

View File

@@ -1,8 +1,14 @@
import javax.swing.UIManager;
import com.formdev.flatlaf.FlatLightLaf;
import ModelFiles.Model;
public class Main {
public static void main(String[] args) {
// FlatLightLaf.setup();
// Encapsulation (or lack thereof) Test
Model m = new Model();
testprocess1 tp1 = new testprocess1(m, null);