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: can' stop working a part of code.plzz help

  1. #1
    Junior Member
    Join Date
    Oct 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default can' stop working a part of code.plzz help

    if(a&&b&&c&&d&&e)
       {  
     
           {  List<String> listem=new ArrayList<String>();
                String[] listelen1={kod.getText(),dersadi.getText(),kredi.getText(),hocaadi.getText(),soyadi.getText()};
            for(int j=0;j<listelen1.length;j++)
                {
     
             listem.add(listelen1[j]);
            }
     
                {gorunmezlistem.setText(listem.get(0)+"\n"+listem.get(1)+"\n"+listem.get(2)+"\n"+listem.get(3)+"\n"+listem.get(4));
                 {kod.setText(null);             koduyari.setIcon(null);
            dersadi.setText(null);         dersuyari.setIcon(null);
            kredi.setText(null);           krediuyari.setIcon(null);
            hocaadi.setText(null);         hocaadiuyari.setIcon(null);
            soyadi.setText(null);          soyadiuyari.setIcon(null);
     
           gorunmezlistem1.equals(gorunmezlistem);}
     
                List<String> listem2=new ArrayList<String>();
                String[] listelen2={kod.getText(),dersadi.getText(),kredi.getText(),hocaadi.getText(),soyadi.getText()};
            for(int h=0;h<listelen2.length;h++)
                {
     
             listem2.add(listelen2[h]);
              jList1=new JList(listelen1);
     
     
            { gorunmezlistem.setText(null);
                gorunmezlistem2.setText(listem2.get(0)+"\n"+listem2.get(1)+"\n"+listem2.get(2)+"\n"+listem2.get(3)+"\n"+listem2.get(4));}
                 kod.setText(null);             koduyari.setIcon(null);
            dersadi.setText(null);         dersuyari.setIcon(null);
            kredi.setText(null);           krediuyari.setIcon(null);
            hocaadi.setText(null);         hocaadiuyari.setIcon(null);
            soyadi.setText(null);          soyadiuyari.setIcon(null);

    I want to activate gorunmezlistem 2 after gorunmezlistem runs for one time,I did everything but nothing worked


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: can' stop working a part of code.plzz help

    Can you please provide something we can compile...
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. #3
    Junior Member
    Join Date
    Oct 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: can' stop working a part of code.plzz help

    rapidshare.com/files/428012911/assignment.rar

    here is my project

Similar Threads

  1. Paint only part of screen
    By bonus_clip in forum AWT / Java Swing
    Replies: 7
    Last Post: October 16th, 2010, 07:21 PM
  2. Code Stop working after converting to jar?
    By Ron6566 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: August 16th, 2010, 12:17 PM
  3. plz help me with this.....plzz....
    By renny in forum Java Theory & Questions
    Replies: 25
    Last Post: May 18th, 2010, 08:19 AM
  4. radio buttons stop working
    By tabutcher in forum AWT / Java Swing
    Replies: 2
    Last Post: March 5th, 2010, 09:28 AM
  5. Replies: 4
    Last Post: January 27th, 2009, 12:03 AM