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.

Conversation Between andaji and Kong_Han_Dao

2 Visitor Messages

  1. Hello!
    I'm sorry for your late reply because i haven't log in here for these couple days...After logged in few minutes ago, i just got your this message. I don't know if you have already solved it or not by these time, but this problem looked like
    Boolean clickControl = false; means the clickControl which will contain Boolean value, and you are declaring the Boolean value to false...
    This boolean value mostly use in looping... where you set one boolean to either true or false begining of the looping, and the loop start if the value is false or true ( depends on how you wants your loops to start) then it will continue to loop till the statement becomes false and the loops ends and your program finish..
    Hope this helps you out. Thank you!
  2. hello man

    can you help me please

    boolean clickControl = false;
    what this does please halp me
Showing Visitor Messages 1 to 2 of 2