Search Results

Search found 2 results on 1 pages for 'user445714'.

Page 1/1 | 1 

  • OverRiding Help

    - by user445714
    Few questions on over riding. I am interiting a method openRead from another class, the method is to be overridden so that the scanner class uses the provided delimiter pattern, which is referenced. I need to make use of the scanner class useDelmiter method method from another class [code] public boolean openRead() throws FileNotFoundException { sc = new Scanner(new File(fileName)); if (fileName != null) { return true; } else { return false; } } [/code] delimiter [code] protected final String DELIMITERS = "[\s[^'a-zA-Z]]"; [/code] I'm at a loss to how i over ride this using the constant delimiter.

    Read the article

  • NetBeans disappearing code problem

    - by user445714
    Hi, Dont know if this is the best place but im using NetBeans 4.1 at the moment and if for example i type in the following code private static final Character firstChar = 'A'; On the IDE i can see the following private static final Character firstChar = ; As you can guess its pretty annoying when you see things missing and its only when you highlight over the missing text you can see it, any idea on what is wrong and if i can fix it changing any of the settings

    Read the article

1