On Sun, 26 Nov 2000, Danny Rubis wrote:

> Hey!
>
> I have a question for all of you that insist on spelling
> you with u and are with r.  Are you aware that this
> is harder to read than the conventional spelling?  Is
> it much harder to spell it out?  I think not.
>
> When I see a lot of this in the question, I skip the message
> before reading further.  Maybe I am being too picky but
> you are asking for a favor; why not make it as easy as
> possible for the potential responder.  Or maybe because
> I haven't had my morning coffee yet.  <smile>

FWIW, I agree with Danny -- I find such usage harder to read, and it
does tend to make me ignore the post in question.  It is also
annoying, and if anything, suggests laziness on the part of the
poster.

Of course, this whole thread is totally off-topic and doesn't belong
here for that reason in the first place.


> kumar jaya wrote:
>
> > hi ,
> >    thanks for u'r code..
> > but i have tried this before itself..
> > according to u'r code, again we can print only the
> > canvas object.. for this we have again draw the thing
> > to object through graphics object...
> >
> > my problem is
> >
> > i have a file named hello.txt.
> > in printjob we have setJobName() method... but i have
> > setted the file name but it is not taking..
> > i am not sure whether do we have to make the page
> > printable ???
> > hope i get result soon!!!!
> > jayakumar
> >
> > --- "Teng, Nan" <[EMAIL PROTECTED]> wrote:
> > > Hi,
> > >         If you want to print a file to printer, you
> > > need use java.awt.print
> > > package.
> > >         Here is a demo in Java DOC.
> > >
> > >         ///
> > >         PrintJob pjob =
> > > getToolkit().getPrintJob(this,
> > >                                "Printing Test",
> > > null);
> > >
> > >             if (pjob != null) {
> > >                 Graphics pg = pjob.getGraphics();
> > >
> > >                 if (pg != null) {
> > >                     canvas.printAll(pg);
> > >    //Suppose canvas is
> > > the what you want to print
> > >             pg.dispose(); // flush page
> > >                 }
> > >                 pjob.end();
> > >         ///
> > >
> > >         For more information, you should refer to
> > > the cooresponding class
> > > specification in Java DOC
> > >         Hope it can help you.
> > >
> > > --tengnan
[ ... ]

Milt Epstein
Research Programmer
Software/Systems Development Group
Computing and Communications Services Office (CCSO)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to