TODO.txt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. http://rzr.online.fr/java.htm
  2. (Offline ? Read 00index.htm wich is a copy of the webpage )
  3. ### RIM / BLACKBERRY ###
  4. requierements:
  5. winxp
  6. http://javadl.sun.com/webapps/download/AutoDL?BundleId=47367
  7. BlackBerry_JDE_PluginFull_1.3.0.201101051005-15.exe
  8. ### MISC ###
  9. == TODO: ==
  10. * android
  11. * wtk2.2 midp2.0 on linux broken
  12. * translation
  13. * perspective
  14. * texmap
  15. * xml parser, loader
  16. * spiral
  17. * shapes
  18. * Absolute URL
  19. == Bugs ==
  20. arrayindexout of bound exc (tux)
  21. 3210i -
  22. ??
  23. 3650 -+
  24. + 6600
  25. - 3510i :
  26. - 3100 : pixel
  27. sx1!
  28. # -35 5500 : crash zsort
  29. # T610 : no exit/menu
  30. == misc : random Notes ==
  31. http://www.atfgame.net/programming/j3dme.htm
  32. //TODO : use java.lang.reflexion
  33. /*
  34. Class[] args = { int.class ,int.class ,
  35. int.class ,int.class ,int.class ,int.class };
  36. Method fillTriangle6int = null;
  37. try {
  38. fillTriangle6int = Graphics.getMethod("fillTriangle", args );
  39. } catch (Exception e) { }
  40. */
  41. /*
  42. Class.forName("com.nokia.mid.ui.Graphics");
  43. <glass> try {
  44. <glass> Class.forName("com.nokia.mid.ui.FullCanvas");
  45. <glass> nokia = true;
  46. <glass> Class klass = Class.forName("tayskangas");
  47. <glass> kangas = (Canvas) klass.newInstance();
  48. <glass> } catch (Exception e) {
  49. <glass> nokia = false;
  50. <glass> System.out.println("no nokia found, falling back to regular canvas.");
  51. <glass> kangas = (Canvas) new skangas("back");
  52. */
  53. /*
  54. 3650
  55. <A-Kaser> l'action d'aller le menu a fait l'erreur array que je t'ai dit plus haut
  56. <A-Kaser> non 8fps tux+light
  57. */
  58. == android
  59. http://code.google.com/android/samples/LunarLander/src/com/example/android/lunarlander/LunarView.html
  60. pixels modes
  61. #eof "$Id: TODO.txt,v 1.6 2008-12-29 01:18:13 rzr Exp $"