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 4 of 4

Thread: Is This Closing To Code Normal?

  1. #1
    Member
    Join Date
    Jan 2012
    Posts
    107
    My Mood
    Grumpy
    Thanks
    6
    Thanked 2 Times in 1 Post

    Question Is This Closing To Code Normal?

    	    };{
     
    	    }});
    	};{
    }
    	}


    Its The Closing For My Code It Looks Completely Wrong, And The Program Runs Just Is This Normal?


  2. #2
    Forum VIP
    Join Date
    Jun 2011
    Posts
    317
    My Mood
    Bored
    Thanks
    47
    Thanked 89 Times in 74 Posts
    Blog Entries
    4

    Default Re: Is This Closing To Code Normal?

    You often see things like this if you are using inline listeners and the like. I suggest formatting the code properly so it is easier to read/maintain.

    Also, Why Does Every Single Word Start With A Captial Letter?

  3. #3
    Member
    Join Date
    Jan 2012
    Posts
    107
    My Mood
    Grumpy
    Thanks
    6
    Thanked 2 Times in 1 Post

    Default Re: Is This Closing To Code Normal?

    Also, Why Does Every Single Word Start With A Captial Letter?
    Bad habit....
    but thanks.

  4. #4
    Forum VIP
    Join Date
    Jun 2011
    Posts
    317
    My Mood
    Bored
    Thanks
    47
    Thanked 89 Times in 74 Posts
    Blog Entries
    4

    Default Re: Is This Closing To Code Normal?

    I Am Just Being An Idiot ... Ignore My Stupid Jokes

Similar Threads

  1. help with JButton closing a JFrame :)
    By skerridge in forum AWT / Java Swing
    Replies: 15
    Last Post: January 16th, 2012, 01:11 AM
  2. normal distribution random number algorithm
    By bondage in forum Algorithms & Recursion
    Replies: 5
    Last Post: November 25th, 2011, 01:59 AM
  3. How to allow my program to keep runningwithout closing it?
    By esplanade56 in forum Java Theory & Questions
    Replies: 3
    Last Post: July 18th, 2011, 06:11 AM
  4. [SOLVED] frame closing programmatically
    By nasi in forum AWT / Java Swing
    Replies: 9
    Last Post: May 10th, 2010, 03:43 AM
  5. Replies: 1
    Last Post: May 3rd, 2010, 01:03 PM