In the icon folder .jpg files; in the Docs\images folder .gif files, but no icons on the toolbar.
I am starting the program by double clicking MonitorCentral.jar. There is not a MonitorCentral.exe file only a MonitorCentral shortcut file with no extension.
May need to fire up my Linux box and see if it works in it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The icons not showing up typicall occurs in one of two scenarios:
1) Under windows - you have placed the application on a network drive/share (e.g. \\users\stuff\\ ) - If this is the case, you can fix the problem by mapping a network drive to that location, for example ....
----CMD Window------
C:> subst X: \\users\stuff
Then you can start the application by double-clicking it inside drive X...
2) Your PC isn't correctly mapping the "start" directory to the application... You can fix this problem by invoking the application from a script (batch file) or at the command line...
1) No icons in toolbar, just squares.
I am running this in Win XP Pro.
In the icon folder .jpg files; in the Docs\images folder .gif files, but no icons on the toolbar.
I am starting the program by double clicking MonitorCentral.jar. There is not a MonitorCentral.exe file only a MonitorCentral shortcut file with no extension.
May need to fire up my Linux box and see if it works in it.
The icons not showing up typicall occurs in one of two scenarios:
1) Under windows - you have placed the application on a network drive/share (e.g. \\users\stuff\\ ) - If this is the case, you can fix the problem by mapping a network drive to that location, for example ....
----CMD Window------
C:> subst X: \\users\stuff
Then you can start the application by double-clicking it inside drive X...
2) Your PC isn't correctly mapping the "start" directory to the application... You can fix this problem by invoking the application from a script (batch file) or at the command line...
-----CMD Window-----
C:> x:
X:> cd moncen
X:\moncen> java -jar MonitorCentral.jar