📄 source.txt
字号:
SOURCE CODE-----------Source code is only included in the JCardsX.X-src.zip download.As JCards is distributed under the GPL, source code can be downloaded, modifiedand exchanged with no restrictions as long as modifications are also madeavailable for free.LIBRARIES---------To overcome some of the limitations in the AWT I have used a few classes fromSitraka's JClass BWT* which is free software (although not GPL'd). File storageis taken care of by using NanoXML. Encryption is provided by libraries from theLegion of the Bouncy Castle. See the README file for URL's.The CSVParser and PostfixCalculator are part of the NRSUtils package and can beobtained from http://www.nsydenham.net/* JClass BWT is no longer supported by Sitraka and is not available for download.CONSTRAINTS-----------The code has been optimised to run on handheld devices with limited memory andprocessing power; I have therefore tried to minimise the number of Objects inuse (particularly event listeners) and coded to the PersonalJava 1.2specification.Because JCards is intended to be used on a Zaurus I have decided to pack allthe required JCards source files and external libraries into the one jar fileto make installation as easy as possible. Therefore, when compiling the sourcecode there is no reference to external jar files as the required classes havealready been extracted to the classes directory.COMPILING---------Download and install a copy of ant (http://ant.apache.org/) to your developmentmachine.Unzip the JCards/bin/jcards.jar file to JCards/classes.At a shell prompt type: 'ant' or 'ant compile' to compile the source 'ant jar' to update the jar file in the bin directoryICONS-----I would have preferred to use PNG icons due to the Unisys patent on the LZWcompression algorithm used by GIF, but there seems to be a JDK1.1 displayproblem with PNG graphics when they are obscured by another window and thenredisplayed.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -