Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.18 seconds.

  1. Re: Adjusting Size of JPanel to Boundaries of Painting

    So could I send the JTextPane a .rtf file somehow and just get it to display the same way in the JTextPane as it does on the document?

    EDIT: Ok, I actually found an example of this here: Viewing...
  2. Re: Adjusting Size of JPanel to Boundaries of Painting

    No I did not. How would I do something like 3 Images of unknown height and under each of those a set of text of an unknown height, all Scrollable as 1 thing?
  3. Re: Adjusting Size of JPanel to Boundaries of Painting

    The text is one part of a much larger thing, including pictures and whatnot on a Scrollable JPanel. At first I had it set up to have the pictures on JLabels and the text in JTextAreas, but that just...
  4. Adjusting Size of JPanel to Boundaries of Painting

    Is it possible to adjust the size of a JPanel to ensure all of the Painting done on it is viewable?

    A code snippet I created to try to deal with all the problems I may face prior to implementing...
Results 1 to 4 of 4