Search:

Type: Posts; User: Astral

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    2,739

    Re: Jlabel won't clear

    That solved the problem. I don't really know much about formatter myself, but I think your right about it being the problem. Thanks for the help
  2. Replies
    5
    Views
    2,739

    Re: Jlabel won't clear

    This is the shortened program, below it is the test program which I keep in another java file. I will comment at the problem section.



    import java.util.Vector;
    import java.awt.*;
    import...
  3. Replies
    5
    Views
    2,739

    Jlabel won't clear

    Hello, I am trying to clear a jlabel so I can put the current page number up. Instead it writes each number right after another and the jlabel won't clear. I am using setText("") Here is the...
Results 1 to 3 of 3