Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    2,019

    Re: Random access IO and printing to a laser printer

    OOP (and Java) is full of jargon.

    I don't know where you could ask your questions other than on the many java forums.
  2. Replies
    11
    Views
    2,019

    Re: Random access IO and printing to a laser printer

    I don't do any printing so I have no info about that.

    Look at the PrinterJob class.
  3. Replies
    11
    Views
    2,019

    Re: Random access IO and printing to a laser printer

    Classes are a user defined type. The syntax to access a class's data is similar to what you posted:
    classRef.memberVar
  4. Replies
    11
    Views
    2,019

    Re: Random access IO and printing to a laser printer

    The tutorial has a lot of info: The Really Big Index

    Your data description reminds me of a class with member variables: classreference.member
  5. Replies
    11
    Views
    2,019

    Re: Random access IO and printing to a laser printer

    There is a RandomAccessFile class. See the API doc for its methods:
    Java Platform SE 7
    Find the class name in lower left, click on the link and the doc is shown in the main frame.

    I don't know...
Results 1 to 5 of 5