Advertisement
dequality

Muligt_Til_Java_Auto

Jun 10th, 2017
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. rand = new java_util_Random_Random__V;
  2. randX = java_util_Random_$nextInt__Ljava_util_Random_2II(rand, worldWidth - 109) + 1;
  3. randY = java_util_Random_$nextInt__Ljava_util_Random_2II(rand, worldHeight - 100) + 1;
  4. this$static.net_soupgames_gwttest_client_GWTTest_timedialogcol = new JUtil_gwt_Color_Color__IIIV(java_util_Random_$nextInt__Ljava_util_Random_2II(rand, 180), java_util_Random_$nextInt__Ljava_util_Random_2II(rand, 180), java_util_Random_$nextInt__Ljava_util_Random_2II(rand, 180));
  5. this$static.net_soupgames_gwttest_client_GWTTest_timedialogbtncol = JUtil_gwt_Color_$brighter__LJUtil_gwt_Color_2LJUtil_gwt_Color_2(this$static.net_soupgames_gwttest_client_GWTTest_timedialogcol);
  6. this$static.net_soupgames_gwttest_client_GWTTest_timedialogpos = new JUtil_gwt_Rectangle_Rectangle__IIIIV(randX, randY, 200, 160);
  7. this$static.net_soupgames_gwttest_client_GWTTest_timedialogbtnpos = new JUtil_gwt_Rectangle_Rectangle__IIIIV(this$static.net_soupgames_gwttest_client_GWTTest_timedialogpos.JUtil_gwt_Rectangle_x + 34, this$static.net_soupgames_gwttest_client_GWTTest_timedialogpos.JUtil_gwt_Rectangle_y + 64, 43, 19);
  8. this$static.net_soupgames_gwttest_client_GWTTest_timedialogbtnword = this$static.net_soupgames_gwttest_client_GWTTest_timedialogokwords[java_util_Random_$nextInt__Ljava_util_Random_2II(rand, this$static.net_soupgames_gwttest_client_GWTTest_timedialogokwords.length - 1)];
  9. this$static.net_soupgames_gwttest_client_GWTTest_hourspasseddialog = JUtil_gfx_ImageTracker2GWT_$getImage__LJUtil_gfx_ImageTracker2GWT_2Ljava_lang_String_2LJUtil_gfx_ImageInfo_2(this$static.VisiChat_client_VisiClientBaseGWT_imagetracker, 'gfx/okh.gif').JUtil_gfx_ImageInfo_image;
  10. }
  11.  
  12. __________________________________________________________________________________________________________________________________________
  13.  
  14. };
  15. this$static.net_soupgames_gwttest_client_GWTTest_lastmousesquarepos = new JUtil_gwt_Point_Point__IIV( - 2000, - 2000);
  16. this$static.net_soupgames_gwttest_client_GWTTest_apartmenturl = null;
  17. this$static.net_soupgames_gwttest_client_GWTTest_noenterurls = false;
  18. this$static.net_soupgames_gwttest_client_GWTTest_typebubble = null;
  19. this$static.net_soupgames_gwttest_client_GWTTest_typetext = '';
  20. this$static.net_soupgames_gwttest_client_GWTTest_typecursorpos = 0;
  21. this$static.net_soupgames_gwttest_client_GWTTest_infoplayer = null;
  22. this$static.net_soupgames_gwttest_client_GWTTest_playermenu = null;
  23. this$static.net_soupgames_gwttest_client_GWTTest_infothing = null;
  24. this$static.net_soupgames_gwttest_client_GWTTest_thingmenu = null;
  25. this$static.net_soupgames_gwttest_client_GWTTest_requestqueue = new java_util_Vector_Vector__V;
  26. this$static.net_soupgames_gwttest_client_GWTTest_requestpanel = null;
  27. this$static.net_soupgames_gwttest_client_GWTTest_hourspasseddialog = null;
  28. this$static.net_soupgames_gwttest_client_GWTTest_timedialogcol = new JUtil_gwt_Color_Color__IIIV(48, 73, 38);
  29. this$static.net_soupgames_gwttest_client_GWTTest_timedialogbtncol = new JUtil_gwt_Color_Color__IIIV(167, 91, 64);
  30. this$static.net_soupgames_gwttest_client_GWTTest_timedialogpos = new JUtil_gwt_Rectangle_Rectangle__IIIIV(86, 100, 200, 160);
  31. this$static.net_soupgames_gwttest_client_GWTTest_timedialogbtnword = 'OK';
  32. this$static.net_soupgames_gwttest_client_GWTTest_timedialogokwords = com_google_gwt_lang_Array_initValues__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_7, 2, 4, [
  33. 'OK',
  34. 'Okay',
  35. 'Tak',
  36. 'Fedt'
  37. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement