ivdok

Untitled

Dec 31st, 2011
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.59 KB | None | 0 0
  1.  
  2.         if(calendar.get(2) + 1 == 11 && calendar.get(5) == 9)
  3.         {
  4.             splashText = "Happy birthday, ez!";
  5.         } else
  6.         if(calendar.get(2) + 1 == 6 && calendar.get(5) == 1)
  7.         {
  8.             splashText = "Happy birthday, Notch!";
  9.         } else
  10.         if(calendar.get(2) + 1 == 12 && calendar.get(5) == 24)
  11.         {
  12.             splashText = "Merry X-mas!";
  13.         } else
  14.         if(calendar.get(2) + 1 == 1 && calendar.get(5) == 1)
  15.         {
  16.             splashText = "Happy new year!";
  17.         }
  18.         StringTranslate stringtranslate = StringTranslate.ge
Advertisement
Add Comment
Please, Sign In to add comment