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

2022/8/30

when I save the world

sashvanth sashvanth

2022/8/30

#
hello, when I save the world, I keep all the classes in a specific position and when I save it, All the classes are not in the place where I kept them. what could be the problem ?
danpost danpost

2022/8/30

#
sashvanth wrote...
hello, when I save the world, I keep all the classes in a specific position and when I save it, All the classes are not in the place where I kept them. what could be the problem ?
I believe the class tree is built, or rebuilt, during compilation based on how the dependencies are found in the code during compilation. I doubt it would be very easy to control the order of class positions precisely.
You need to login to post a reply.