Hold onto your hats kids, it's the biggest little refactor this side of the
Pecos. I'll sort out the per-project niggling bits in just a moment. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4209 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -29,6 +29,7 @@ import java.lang.reflect.Field;
|
||||
import java.util.BitSet;
|
||||
|
||||
import javax.swing.JPanel;
|
||||
import javax.swing.JScrollPane;
|
||||
import javax.swing.JTable;
|
||||
import javax.swing.table.AbstractTableModel;
|
||||
|
||||
@@ -39,8 +40,6 @@ import com.samskivert.util.ClassUtil;
|
||||
import com.samskivert.util.ComparableArrayList;
|
||||
import com.samskivert.util.ListUtil;
|
||||
|
||||
import com.threerings.media.SafeScrollPane;
|
||||
|
||||
import com.threerings.presents.Log;
|
||||
import com.threerings.presents.dobj.AttributeChangeListener;
|
||||
import com.threerings.presents.dobj.AttributeChangedEvent;
|
||||
@@ -109,7 +108,7 @@ public class DSetEditor extends JPanel
|
||||
|
||||
_table = new ObjectEditorTable(entryClass, editableFields, interp);
|
||||
|
||||
add(new SafeScrollPane(_table), BorderLayout.CENTER);
|
||||
add(new JScrollPane(_table), BorderLayout.CENTER);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user