Search:

Type: Posts; User: Astral

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    1,113

    [SOLVED] Re: Problem with Jbutton

    Sorry for how sloppy the code was, I have fixed it up some.
  2. Replies
    2
    Views
    1,113

    [SOLVED] Problem with Jbutton

    Hello,

    I am having problem with the program below. I can get the nextJButton to work but the previousJButton won't. previousJButton is supposed to make the page number go down, but it won't...
  3. Replies
    5
    Views
    2,740

    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
  4. Replies
    5
    Views
    2,740

    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...
  5. Replies
    5
    Views
    2,740

    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 5 of 5