Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Printing a Project in NetBeans

I have an exam and I would like to print my Java (in NetBeans project) files as fast as possible. I was wondering is there a way to print an entire project/project in NetBeans with one click? or do you have a better suggestion? (I will be using Windows XP and there is no nice editor like Gedit or Kate installed)

like image 588
şaloma Avatar asked Jun 03 '10 13:06

şaloma


2 Answers

Give that the identical question on the netbeans forum from last year is not answered yet, I would say no.

When I needed to print off my final year Comp Sc project (needed to hand in a full print out + polished install CD, oh the poor trees that died for that one...), I opened every file then went through and did a print & close on each one. :(

like image 57
Dan McGrath Avatar answered Oct 10 '22 23:10

Dan McGrath


It can be done. Switch to file mode, select all files, open all, then print. From http://dgreen.github.io/blog/2010/11/02/printing-multiple-files-in-netbeans/

like image 37
DaveG Avatar answered Oct 11 '22 00:10

DaveG