This site requires JavaScript, please enable it in your browser!
Greenfoot back
vessaliuzz

vessaliuzz

STMIK AMIKOM PURWOKERTO, Purwokerto

vessaliuzz's scenarios

This user has not made any scenarios.

vessaliuzz's collections

This user has no collections

Recent Comments | Show All

private void createCounters() { boardLabel = new Text("BOARD " + board); addObject (boardLabel, 670, 120); tryLabel = new Text("Nyawa: " + tries); addObject (tryLabel, 670, 150); rollsLabel = new Text("Kesempatan : " + rolls); addObject (rollsLabel, 670, 200); scoreLabel = new Text("Score: " + score + " "); addObject (scoreLabel, 670, 230); } i tried to change Text into TextImage, but error. so what should i do, n what should i write on the Board class to make it bold
makasih gan :)