Search:

Type: Posts; User: simplegoogly

Search: Search took 0.14 seconds.

  1. Replies
    1
    Views
    2,626

    Re: Set page margins when printing in java

    Alright now I have found this article/code


    import java.awt.Color;
    import java.awt.Font;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.geom.Rectangle2D;
    import...
  2. Replies
    1
    Views
    2,626

    Set page margins when printing in java

    Hello,

    I wanted to set page margins and reduce them to accommodate the whole table I am creating.

    This is the code I am using to print :-


    JTextArea result_txt = new JTextArea("");
    ...
Results 1 to 2 of 2