Search:

Type: Posts; User: Norm

Search: Search took 0.17 seconds.

  1. [SOLVED] Re: How to make a more than one line JLabel or drawString for more than one line.

    Sorry, that's the way drawString works.
  2. [SOLVED] Re: How to make a more than one line JLabel or drawString for more than one line.

    drawString is a primitive method that does exactly what you tell it to do. IE literally
    Its up to you to set the x,y values for each line to the location where you want it to draw.
  3. [SOLVED] Re: How to make a more than one line JLabel or drawString for more than one line.

    What happens when you execute it? That will show you what it does.
  4. [SOLVED] Re: How to make a more than one line JLabel or drawString for more than one line.

    Look at adding HTML statements with <BR> to make the text be on more than one line.
Results 1 to 4 of 4