Search:

Type: Posts; User: Cornix

Search: Search took 0.13 seconds.

  1. Replies
    37
    Views
    3,710

    Re: cannot find symbol:getSystemCpuLoad()

    To make your code easier to read. Putting all of your code into one huge class is very bad practice.

    It would help you understand why your code does not work by showing you which parts work, and...
  2. Replies
    37
    Views
    3,710

    Re: cannot find symbol:getSystemCpuLoad()

    Because the line where you add your action listener to the button is commented out.

    /*queryButton.addActionListener(this);
    You should really learn how to debug your code. Add...
Results 1 to 2 of 2