
Some browsing of the Java website led to find a post about creating an executable jar file. While this was doable the icon would be very generic, which was a problem. Instead a freeware program was found that would turn java jar files into an executable. This program was called Launch4J. Being freeware there is limited help with any problems I may encounter, however I was not attempting anything complex with Launch4J and therefore only used the most basic commands. An icon did need to be created, and GoldIcon (by GoldShell) fit the bill perfectly. GoldIcon is another freeware program, as I have no budget for this project and since I was going to be doing this for personal reasons as well I needed reliable, and cheap third party programs. SourceForge is an excellent library for such resources.
The Password of the Day program is very simple, and yet highly useful as well. A password needs to be generated, so the System ID that is given by the customer is placed into the first field. The Generate button is pressed, either from the main screen or the File menu, and a complex algorithm calculates the corresponding password to be displayed in the second field. That's it, simplistic at best but a good starter for more complex projects to come.
No comments:
Post a Comment