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

Thread: JButton, JTable error not understand.

  1. #1
    Member
    Join Date
    Mar 2012
    Posts
    36
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default JButton in JTable cell error

    Hi, i keep getting this error, and i'm not sure what it means. Basically I trying to place a JButton in a JTable Cell along with data. I'm looking at 'http://www.java2s.com/Code/Java/Swing-Components/ButtonTableExample.htm' example an modifying it to my purpose. but i keep getting this error 'Exception in thread "main" java.lang.IllegalArgumentException: Identifier not found'.


    if you can explain to me what this error is and how i could fix it i would appreciate it.
    Thanks
    Last edited by kpat; April 11th, 2012 at 09:34 AM.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: JButton, JTable error not understand.

    36 posts...and yet you still provide limited information to help yourself get help.

    Further, continual deletion of your posts is rude behavior and defeats the purpose of a community forum such as this - which is to help not just yourself but the community at large, who cannot be helped if everyone deletes their posts. I have issued you a warning - if you continue to delete your posts further repercussions will follow.

Similar Threads

  1. JTable with JButton in a cell
    By kpat in forum AWT / Java Swing
    Replies: 0
    Last Post: April 9th, 2012, 12:17 PM
  2. I can't understand the error.
    By Shivam24 in forum What's Wrong With My Code?
    Replies: 6
    Last Post: July 21st, 2011, 01:56 PM
  3. I can''t understand this error
    By ragingdemon in forum What's Wrong With My Code?
    Replies: 8
    Last Post: January 8th, 2011, 06:07 PM
  4. Help with JTable and JButton both in separated class file
    By Azriq007 in forum AWT / Java Swing
    Replies: 8
    Last Post: October 8th, 2010, 08:53 AM
  5. netbeans JTable Jbutton
    By Mr.President in forum AWT / Java Swing
    Replies: 6
    Last Post: July 19th, 2010, 08:37 AM