42434445464748
private TableFacade() { } public static JTable createStripeTable(final TableModel dataModel) { return new StripeTable(dataModel); }