Janeway FAQ - struct-by-lightning/wpi-suite GitHub Wiki

How do I change the look and feel of Janeway?

Edit the main method in edu.wpi.cs.wpisuitetng.janeway.JanewayGUILauncher where the UIManager.setLookAndFeel method is called. If this line is commented out, the default system look and feel will be used. Other options can be found here We are currently using the cross platform look and feel to make testing and development easier. The cross platform look and feel ensures the GUI looks mostly the same on all platforms.

How do I control what modules the Janeway client has installed?

You can edit the modules.conf file in the Janeway project folder. This file specifies where Janeway will look for module JAR files and which module classes will be loaded.

⚠️ **GitHub.com Fallback** ⚠️