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

danpost's Comments

Back to danpost's profile

@Roshann123, not with that. Just use: ((char)8595) like: System.out.println(""+((char)8595)+"");
@Roshan123, okay -- it is a character glyph. I basically copy/pasted the code given and I get a arrow, pointing downward, in the terminal.
@Roshan123, if not gif, then what?
@Roshan123, I am quite sure it is not permanent. Your account will probably be back in order by Monday. That is, I would wait until the weekend is over before really getting concerned.
@Roshan123, the arrow is an image -- not text. You are using the wrong GreenfootImage constructor. Try: GreenfootImage bg = getBackground(); GreenfootImage arrow = new GreenfootImage("arrow.gif"); bg.drawImage(arrow, 500, 500);
@Roshan123, need example. What code did you use that always prints " ? " ?
@PascalFischer (1) close greenfoot app; (2) open project folder in file directory; (3) delete all STRIDE files; (4) re-start greenfoot and open project
Source is now available.
Now documented and source available.