Search:

Type: Posts; User: timmeh

Search: Search took 0.16 seconds.

  1. Replies
    3
    Views
    1,621

    Re: Help with NetBeans plz

    If you're looking for the output window here it is :)
    Windows > Output > Output (CTRL+4)
  2. Replies
    1
    Views
    1,764

    Re: Why it is showing error??

    I think it's because you don't have any code that might throw an IO exception within try
    whereas Exception just covers everything
  3. Replies
    25
    Views
    3,162

    Re: I cant work it out!!!

    Take Line/Location/Station out as seperate java class files and ur program worked for me.. something like

    package javaapplication10;

    public class Line {

    String lname;

    public...
Results 1 to 3 of 3