Search:

Type: Posts; User: GregBrannon

Search: Search took 0.17 seconds.

  1. Replies
    3
    Views
    1,162

    Re: Problem with external class

    Because I'm a fan of actually constructing as much of the class in the constructor as possible, you could also:

    public class CombinationLock
    {
    private String S1, S2, S3;
    private String...
  2. Replies
    3
    Views
    1,162

    Re: Problem with external class

    The error you're getting is typically due to running code that contains incomplete method stubs that were generated by Netbeans or perhaps other IDEs. Be sure you're compiling and running the latest...
Results 1 to 2 of 2