CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    India.
    Posts
    9

    How do we Add a JCombo in a JTable cell.

    Hello,
    I have a problem with JTable, I want to add a Combo Box to one of the columns of the JTable.
    Also the rows are to be added at run time say on a click of a button.
    U can mail me at [email protected].
    thanks,
    sumit.


  2. #2
    Join Date
    May 1999
    Location
    Pune, MH, India.
    Posts
    453

    Re: How do we Add a JCombo in a JTable cell.

    See the article. It might be able to help u.

    http://www.codeguru.com/java/articles/665.shtml

    - UnicMan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured