CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Multiple inheritance

    I am trying to inherite from JDialg and AbstractTableModel, but in java there is
    no multiple inheritance, would you like please help me, is there any trick for that, I need both of them ( JDialog and AbstractTableModel)
    thanks


  2. #2
    Join Date
    Jul 1999
    Location
    Belarus, Minsk
    Posts
    44

    Re: Multiple inheritance

    You may try to inherite from JDialog and implement interfaces TableModel and Serializable ( they are interfaces, implemented by AbstractTableModel )


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