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

Comments for Windows XP: Greenfoot Edition

Return to Windows XP: Greenfoot Edition

Roshan123Roshan123

2020/10/15

I don't know why but Recycle bin is not opening
DatHeroAndyDatHeroAndy

2020/10/15

Its because its still a demo, ill fix that soon
Roshan123Roshan123

2020/10/15

Good luck buddy
A new version of this scenario was uploaded on 2020-10-15 09:39:10 UTC -Fixed some of the buttons -Removed recycle bin temporarily
A new version of this scenario was uploaded on 2020-10-15 11:22:02 UTC -Readded Recycle Bin
RcCookieRcCookie

2020/10/15

You could make it so that in the start menu the username that you are logged in with is shown instead of just "Greenfoot User"
RcCookieRcCookie

2020/10/15

Using for example: public String getName() { UserInfo user = Greenfoot.getUserInfo(); if(user == null) return "Greenfoot User"; return user.getUserName(); }
A new version of this scenario was uploaded on 2020-10-15 12:59:48 UTC -Now using UserInfo for the Username (Thanks for the suggestion, RcCookie!)
A new version of this scenario was uploaded on 2020-10-15 13:00:32 UTC
A new version of this scenario was uploaded on 2020-10-15 13:01:31 UTC If you have any suggestion Ideas or bugs to report, please write them into the comment section!
A new version of this scenario was uploaded on 2020-10-15 13:07:44 UTC -Changed B&W Picture
A new version of this scenario was uploaded on 2020-10-15 13:23:01 UTC -Overworked Start Button
A new version of this scenario was uploaded on 2020-10-15 20:11:34 UTC -Added a music folder in the start bar (but there is no music in there yet)
A new version of this scenario was uploaded on 2020-10-16 16:42:31 UTC -Added music (Please note that the pause button of the music player is a little bit buggy.)
MrSkyPandaMrSkyPanda

2020/10/29

you should make it so that there are more files and there is a super dark story that you have to figure out
A new version of this scenario was uploaded on 2020-11-11 16:00:36 UTC -Now showing the real time after a recommendation of a friend
PascalFischerPascalFischer

2020/11/13

why do the Code looks so weird? I can't convert it to normal greenfoot program
Roshan123Roshan123

2020/11/13

He uses stride
PascalFischerPascalFischer

2020/11/13

How can I covert to normal?
Roshan123Roshan123

2020/11/14

@PascalFischer Sorry i don't know
danpostdanpost

2020/11/14

@PascalFischer (1) close greenfoot app; (2) open project folder in file directory; (3) delete all STRIDE files; (4) re-start greenfoot and open project
Roshan123Roshan123

2020/12/5

@DathHeroAndy, plz check ur gmail
RcCookieRcCookie

2020/12/5

You could try to make the windows movable. Just save the mouse offset coordinates whenever the mouse is pressed down on the object and then every frame set its location to the mouse coordinates plus the offset
RcCookieRcCookie

2020/12/5

And for the time: Try java.util.Calendar.getInstance().get(Calendar.HOUR_OF_DAY) and MINUTE
Nice!