Search:

Type: Posts; User: tuts73

Search: Search took 0.08 seconds.

  1. 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...
  2. 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 ;)
  3. Replies
    25
    Views
    3,218

    Re: I cant work it out!!!

    yay lol......
  4. 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.*;
    /**
  5. 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)
  6. 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)
  7. 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
  8. 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 ...
  9. 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
    ...
  10. 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) {
  11. Replies
    25
    Views
    3,218

    Re: I cant work it out!!!

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

    Re: I cant work it out!!!

    did you mean

    package javaapplication10;
    import javax.swing.*;
    /**
    *
    *
    */
    public class Stations {
  13. 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 13 of 13