Forum: Java Sep 1st, 2004 |
| Replies: 1 Views: 3,397 Here is a very basic example of how to print out a line of text in Java
import java.awt.*;
import java.awt.geom.*;
import java.awt.print.*;
/**
Simple printing application that
will... |
Forum: Java Aug 31st, 2004 |
| Replies: 1 Views: 18,146 You see, the paint() method/event that you have "overidden" will never be "dispatched" in your program, because it is a member function of your Images class which does not extend any graphical... |