Revision: 2408
http://sourceforge.net/p/swingme/code/2408
Author: yuranet
Date: 2021-03-05 11:36:45 +0000 (Fri, 05 Mar 2021)
Log Message:
-----------
javadoc update
Modified Paths:
--------------
SwingME/build.xml
SwingME/src/net/yura/mobile/gui/KeyEvent.java
Modified: SwingME/build.xml
===================================================================
--- SwingME/build.xml 2021-03-04 01:06:32 UTC (rev 2407)
+++ SwingME/build.xml 2021-03-05 11:36:45 UTC (rev 2408)
@@ -37,7 +37,7 @@
<copy file="${deployment.jar}" todir="../ToolsME/lib"/>
</target>
<target name="d3" if="Domination">
- <copy file="${deployment.jar}" todir="../Domination/lib"/>
+ <copy file="${deployment.jar}" todir="../Domination/swingUI/lib"/>
</target>
<target name="d4" if="AgentClient">
<copy file="${deployment.jar}" todir="../AgentClient/lib"/>
Modified: SwingME/src/net/yura/mobile/gui/KeyEvent.java
===================================================================
--- SwingME/src/net/yura/mobile/gui/KeyEvent.java 2021-03-04 01:06:32 UTC (rev 2407)
+++ SwingME/src/net/yura/mobile/gui/KeyEvent.java 2021-03-05 11:36:45 UTC (rev 2408)
@@ -43,7 +43,7 @@
/**
* Default Softkey right value.
* this will be activated by the 'F2' key in ME4SE and appear as 'Right SoftKey' of J2ME phones.
- * On Android and blackberry nothing special will be done with this button
+ * On Android and blackberry the back button will activate this on-screen button, it will NOT be hidden
* @see net.yura.mobile.gui.components.Button#setMnemonic(int)
*/
public static final int KEY_SOFTKEY2 = -7;
@@ -89,11 +89,11 @@
* MS4SE Ctrl Key
*/
public static final int KEY_EDIT = -50;
-
+
/**
* MS4SE Right Click Key
- */
- public static final int KEY_RIGHT_CLICK = -51;
+ */
+ public static final int KEY_RIGHT_CLICK = -51;
//public static final int KEY_WEB = -20; // SonyE
//public static final int KEY_PHOTO = -24 or -25 or -26; // SonyE
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|