Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Combination Lock Class help

  1. #1
    Junior Member
    Join Date
    Jan 2012
    Posts
    21
    My Mood
    Confused
    Thanks
    5
    Thanked 1 Time in 1 Post

    Default Combination Lock Class help

    done.................................close it plz
    Last edited by dx8292; October 4th, 2012 at 04:49 PM.


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Combination Lock Class help

    compile error
    ...and what would that be?

  3. #3
    Junior Member
    Join Date
    Jan 2012
    Posts
    21
    My Mood
    Confused
    Thanks
    5
    Thanked 1 Time in 1 Post

    Default Re: Combination Lock Class help

    Quote Originally Posted by jps View Post
    ...and what would that be?
    It's at this line in test:

    object1.Turn(turn1,straight1,combo1,turn2,straight 2,combo2,turn3,straight3,combo3);

    Turn(java.lang.String,java.lang.String,java.lang.S tring,java.lang.String,java.lang.String,java.lang. String,int,int,int) in Lock cannot be applied to (java.lang.String,java.lang.String,int,java.lang.S tring,java.lang.String,int,java.lang.String,java.l ang.String,int)
    object1.Turn(turn1,straight1,combo1,turn2,straight 2,combo2,turn3,straight3,combo3);
    ^
    1 error

    Tool completed with exit code 1

Similar Threads

  1. how to obtain the combination of ip in String??
    By sxlend in forum Java Networking
    Replies: 2
    Last Post: July 15th, 2012, 01:03 PM
  2. Printing a Combination
    By ranjithfs1 in forum Loops & Control Statements
    Replies: 2
    Last Post: March 6th, 2012, 10:24 AM
  3. A deadly combination
    By grNadpa in forum Object Oriented Programming
    Replies: 5
    Last Post: February 25th, 2012, 06:20 PM
  4. Lock up code to the click of a button!!!
    By Allen Walker in forum Java Theory & Questions
    Replies: 2
    Last Post: July 1st, 2011, 09:12 AM
  5. how to display combination of char and interger
    By bsrk315 in forum Java Theory & Questions
    Replies: 2
    Last Post: April 22nd, 2010, 08:09 AM