Update jniwrapper

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@6594 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-01-06 00:34:32 +00:00
committed by derek
parent 54da5fb5d1
commit 495be741cf
4 changed files with 6 additions and 0 deletions

View File

@ -404,6 +404,7 @@
<modules>
<module fileurl="file://$PROJECT_DIR$/../../../sparkcom/plugins/jniwrapper/JNIWrapper.iml" filepath="$PROJECT_DIR$/../../../sparkcom/plugins/jniwrapper/JNIWrapper.iml" />
<module fileurl="file://$PROJECT_DIR$/Spark.iml" filepath="$PROJECT_DIR$/Spark.iml" />
<module fileurl="file://$PROJECT_DIR$/../../../sparkphone/client/SparkPhone.iml" filepath="$PROJECT_DIR$/../../../sparkphone/client/SparkPhone.iml" />
</modules>
</component>
<component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="true" project-jdk-name="1.6 (1)" project-jdk-type="JavaSDK" />

Binary file not shown.

View File

@ -89,6 +89,10 @@ public class TimeTrackingLabel extends JLabel {
startTime = new Date();
}
public void startTimer(){
timer.start();
}
/**
* Returns the total length of the session in milliseconds.
*

View File

@ -150,6 +150,7 @@ public class EmoticonManager {
}
catch (DocumentException e) {
Log.error(e);
return;
}
Node root = emoticonFile.selectSingleNode("/plist/dict/dict");