Search:

Type: Posts; User: Junky

Search: Search took 0.14 seconds.

  1. Replies
    8
    Views
    3,650

    Re: DefaultTableModel Serialization

    JTable (Java Platform SE 6)
    The above link is to the JTable in the Java API and it only has 3 nested classes, none of them are CellEditorRemover.

    JTable
    The above link is to another JTable in...
  2. Replies
    8
    Views
    3,650

    Re: DefaultTableModel Serialization

    The JTable that you are using is it a custom class? The CellEditorRemover class is not a nested class of the JTable class in the standard API. It would seem you are using a JTable class from a third...
  3. Replies
    8
    Views
    3,650

    Re: DefaultTableModel Serialization

    Where does the CellEditorRemover class come from?

    When you attempt to Serialize an object it also Serializes all the sub-Objects as well. Therefore all the sub-Objects must implement Serializable...
  4. Replies
    8
    Views
    3,650

    Re: DefaultTableModel Serialization

    The CellEditorRemover class does not implement Serializable.
Results 1 to 4 of 4