blob: 6f801280dad7c5320301a311aa9422feab0f4f56 [file] [log] [blame]
// "Create Inner Class 'MyTableModel'" "true"
import javax.swing.*;
public class Test {
public static void main() {
JTable table = new JTable(new MyTable<caret>Model());
}
}