CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2000
    Location
    MA, USA
    Posts
    16

    Why TableModelListener not found ?


    import javax.swing.JTable;
    import javax.swing.JScrollPane;
    import javax.swing.JPanel;
    import javax.swing.JFrame;
    import java.awt.*;
    import java.awt.event.*;
    public class SimpleTableDemo extends JFrame implements TableModelListener {
    .......
    ......





  2. #2
    Join Date
    Jan 2000
    Posts
    32

    Re: Why TableModelListener not found ?

    TableModelListener belongs to javax.swing.event package



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