Search:

Type: Posts; User: tuts73

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    1,643

    Depth-first search

    ------------------------------------------------------------------------------------------
  2. Replies
    25
    Views
    3,218

    Re: I cant work it out!!!

    OMG snow guy ive got rid of the location issues because of the one bracket as u said!!!! been looking for hours and couldnt see it.

    Still cant get it to accept the line class even within the...
  3. Please help i cant figure it out - problems with Location and Line

    package javaapplication10;
    /**
    * @param args the command line arguments
    */

    import javax.swing.*;
    /**
    *
    * @author mpjames
    */
  4. Replies
    25
    Views
    3,218

    Re: I cant work it out!!!

    i cant m8 i wouldnt know how - its taken all i got to do what ive done lol sorry m8 but thanks anyway ;)
  5. Replies
    25
    Views
    3,218

    Re: I cant work it out!!!

    yay lol......
  6. Replies
    25
    Views
    3,218

    Re: I cant work it out!!!

    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */



    package javaapplication10;
    import javax.swing.*;
    /**
  7. Replies
    25
    Views
    3,218

    Re: I cant work it out!!!

    cannot find symbol
    symbol: class Line
    location: class javaapplication10.Stations
    ----
    (Alt-Enter shows hints)
  8. Replies
    25
    Views
    3,218

    Re: I cant work it out!!!

    cannot find symbol
    symbol: class Location
    location: class javaapplication10.Stations
    ----
    (Alt-Enter shows hints)
  9. Replies
    25
    Views
    3,218

    Re: I cant work it out!!!

    every line that has line or location UP to line 76 is underlined and has error
  10. Replies
    25
    Views
    3,218

    Re: I cant work it out!!!

    1 /*
    2 * To change this template, choose Tools | Templates
    3 * and open the template in the editor.
    4 */
    5 package javaapplication10;
    6 import javax.swing.*;
    7 /**
    8 *
    9 ...
  11. Replies
    25
    Views
    3,218

    Re: I cant work it out!!!

    Sorry i dont know what you mean like this .........

    The problem seems to be with the Location and the line

    error message in netbeans:-

    cannot find symbol
    symbol: class Location
    ...
  12. Replies
    25
    Views
    3,218

    Re: I cant work it out!!!

    package javaapplication10;
    import javax.swing.*;
    /**
    *
    *
    */
    public class Stations {

    public static void main(String[] args) {
  13. Replies
    25
    Views
    3,218

    Re: I cant work it out!!!

    thats all my code
  14. Replies
    25
    Views
    3,218

    Re: I cant work it out!!!

    did you mean

    package javaapplication10;
    import javax.swing.*;
    /**
    *
    *
    */
    public class Stations {
  15. Replies
    25
    Views
    3,218

    I cant work it out!!!

    Can anyone please tell me why this code is not working?? plz :) would be much appriciated

    Suggestions to fix by netbeans are:
    cannot find symbol
    symbol: class Location
    location: class...
Results 1 to 15 of 15