// "Create Class 'MyTableModel'" "true" import javax.swing.*; public class Test { public static void main() { JTable table = new JTable(new MyTableModel()); } }