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

2011/6/18

[ASK] about 'RUN/PAUSE' and 'RESET' button

bangayee bangayee

2011/6/18

#
I want to ask about the 'RUN' and 'RESET'. when I build the greenfoot project into .JAR, automatically appear run and reset buttons. question, from which it may appear the button? thanks...
delmar delmar

2011/6/18

#
I'm not quite sure what you're asking. The Run and Reset buttons are always there - they are part of the Greenfoot runtime. You cannot get rid of them, if that's what you're asking.
bangayee bangayee

2011/6/18

#
Thanks for your answer. I do not want to get rid of them, but I want to ask where they get there? I mean, what part of the code that shows they are there? btw, sorry if my English is poor
delmar delmar

2011/6/19

#
The code is part of Greenfoot, and you cannot see it (other than looking at the source code for Greenfoot itself). When you create a jar with Greenfoot, Greenfoot adds a number of classes of its own that make the whole system work. The buttons are part of this.
bangayee bangayee

2011/6/21

#
thanks so much
You need to login to post a reply.