I would like to create a world that is longer than the screen height, and would like to scroll using a scroll bar when I open the executable jar file. I know I could make my own scroll bar out of Greenfoot actors which would work together with a scrollable world (moving the scroll bar level indicator actor would reposition all objects in the world) but I would rather just have the world be in a scrollable window like it is when I open a project in the greenfoot application. Could it be as simple as finding the right Jpanel in the code and making it scrollable?
Any advice or hints about where to look in the greenfoot code would be appreciated.