forked from nwlongnecker/wpi-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
Janeway FAQ
Gary Pollice edited this page Jun 17, 2013
·
1 revision
- How do I change the look and feel of Janeway?
- How do I control what modules the Janeway client has installed?
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.
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.