Revision: 2499
http://sourceforge.net/p/swingme/code/2499
Author: yuranet
Date: 2021-07-01 17:36:04 +0000 (Thu, 01 Jul 2021)
Log Message:
-----------
api update
Modified Paths:
--------------
SwingMETest/src/net/yura/mobile/test/GraphicsTest.java
SwingMETest/src/net/yura/mobile/test/MainTest.java
Modified: SwingMETest/src/net/yura/mobile/test/GraphicsTest.java
===================================================================
--- SwingMETest/src/net/yura/mobile/test/GraphicsTest.java 2021-07-01 15:45:27 UTC (rev 2498)
+++ SwingMETest/src/net/yura/mobile/test/GraphicsTest.java 2021-07-01 17:36:04 UTC (rev 2499)
@@ -340,7 +340,7 @@
e.printStackTrace();
}
- System.out.println("img = " + img);
+ System.out.println("[WaterPanel] img = " + img);
}
private void disturb(int dx, int dy) {
Modified: SwingMETest/src/net/yura/mobile/test/MainTest.java
===================================================================
--- SwingMETest/src/net/yura/mobile/test/MainTest.java 2021-07-01 15:45:27 UTC (rev 2498)
+++ SwingMETest/src/net/yura/mobile/test/MainTest.java 2021-07-01 17:36:04 UTC (rev 2499)
@@ -296,7 +296,7 @@
infoLabel.getParent().revalidate();
infoLabel.getParent().repaint();
}
- public void pointerEvent(int[] type, int[] x, int[] y) {
+ public void processMultitouchEvent(int[] type, int[] x, int[] y) {
clear(2);
infoLabel.append("Multi "+type.length +"\n");
for (int c=0;c<type.length;c++) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|