From bb1dbccae485263ea5182546006339870c57b367 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 May 2008 09:03:10 +0000 Subject: comments. --- sources/prefs/editors/VSEditorTable.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'sources/prefs/editors/VSEditorTable.java') 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) */ -- cgit v1.2.3