diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-25 09:03:10 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-25 09:03:10 +0000 |
| commit | bb1dbccae485263ea5182546006339870c57b367 (patch) | |
| tree | 23cfaf1175721d5744bd4f7eaa25b78c71c39c60 /sources/prefs/editors/VSEditorTable.java | |
| parent | a10580c984fe08374d4c591102115966e5ed31d1 (diff) | |
comments.
Diffstat (limited to 'sources/prefs/editors/VSEditorTable.java')
| -rw-r--r-- | sources/prefs/editors/VSEditorTable.java | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sources/prefs/editors/VSEditorTable.java b/sources/prefs/editors/VSEditorTable.java index b641f33..88d7886 100644 --- a/sources/prefs/editors/VSEditorTable.java +++ b/sources/prefs/editors/VSEditorTable.java @@ -18,7 +18,8 @@ import prefs.*; * The Class VSEditorTable. */ public class VSEditorTable extends JTable { - + private static final long serialVersionUID = 1L; + /** The Constant MIN_ROWS. */ private static final int MIN_ROWS = 20; @@ -103,7 +104,8 @@ public class VSEditorTable extends JTable { * The Class VSEditorTableModel. */ private class VSEditorTableModel extends AbstractTableModel implements TableCellRenderer { - + private static final long serialVersionUID = 1L; + /** * Instantiates a new vS editor table model. */ @@ -205,7 +207,8 @@ public class VSEditorTable extends JTable { * The Class VSTableCellEditor. */ private class VSTableCellEditor extends AbstractCellEditor implements TableCellEditor { - + private static final long serialVersionUID = 1L; + /* (non-Javadoc) * @see javax.swing.table.TableCellEditor#getTableCellEditorComponent(javax.swing.JTable, java.lang.Object, boolean, int, int) */ |
