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

2020/4/14

How to print Java source code?

Herbert733 Herbert733

2020/4/14

#
I push the tab class and then print, but nothing happened. I can't see any file that was stored. Could anyone help me, please?
Weeb.exe Weeb.exe

2020/4/15

#
Herbert733 wrote...
I push the tab class and then print, but nothing happened. I can't see any file that was stored. Could anyone help me, please?
can you please give more information?
Herbert733 Herbert733

2020/4/15

#
When I'm coding a Greenfoot scenario, e.g. piano, I'd like to print the source code to have it better checked. At the top of the window are some menus, like class, edit, tools and option. When I choose class I can see "Print...". I pressed that. Then a little window appears: "BlueJ: Print source code. When I press the "ok" button nothing would happen.
danpost danpost

2020/4/15

#
I might be easiest to open a file directory and go to the scenario folder. Then select (right-click) the .JAVA file of the class in question, select "Edit" (open with a text editor) and print it from there. I get a Print dialog box (after clicking on the "OK" button) when I try what you said you tried.
You need to login to post a reply.