Mahasiswa Wali Screen Saver (MWSS) is a Windows Screen Saver, that when running shows randomly picked mahasiswa that has you as their guardian. A user name and password of you is needed to access the students' information
Please note that this program is in the alpha version. It is not user friendly but more or less developer friendly.
This screen saver works best if you install it in UNPAR's computer. Otherwise, you need to connect to VPN to get access to SIAKAD data.
- Install JDK 1.8 if you don't have one. You need exactly this version. The screen saver was not tested in < 1.8, while in > 1.8 JavaFX is no longer bundled, making the setup much more complicated.
- Get
MWSS.scr
from release page - Copy this file into
C:\Windows\System32
- **Create a file named
login-dosen.properties** that contains your username and password. Put this file into
C:\Windows\System32` as well. The format of the file is given below. - Go to Control Panel and select this screen saver. Please note that when you select this screen saver, it will launch one. Also, when you click "Settings" it will again launch the screen saver instead of settings dialog. This is a known issue, due to the screen saver does not fully handle the protocol of a Windows screen saver.
Example of login-dosen.properties
# replace below with your UNPAR SSO e-mail
username = [email protected]
# replace below with your UNPAR SSO password
user.password = UNP4R123
You also need the same JDK requirements as running one.
- Open the project in NetBeans
- Clean and Build
- Using launch4j, wrap
ScreenSaver-1.0-jar-with-dependencies.jar
into an exe file. - Rename that exe file to
MWSS.scr