PROFESSORSPARKIE
Instructor
I want to take an application program that prints on the printer as an application program using
System.out.print("INVENTORY STATUS REPORT");
type standard out print statements to an Applet in a web screen block as though it were the printer. I get a black block & error. Surely others have tried this, to take an application and convert it to an online report.
I can't seem to find a way to convert with out rewriting
Any help?
Computer thought: I teach a lot of programming so I can learn. You can never learn it all.
System.out.print("INVENTORY STATUS REPORT");
type standard out print statements to an Applet in a web screen block as though it were the printer. I get a black block & error. Surely others have tried this, to take an application and convert it to an online report.
I can't seem to find a way to convert with out rewriting
Any help?
Computer thought: I teach a lot of programming so I can learn. You can never learn it all.