Revision 2375
Added by Duane Costa almost 20 years ago
src/edu/ucsb/nceas/metacat/harvesterClient/HarvestListEditor.java | ||
---|---|---|
95 | 95 |
boolean harvestListHasChanged = false; |
96 | 96 |
JMenuBar menuBar; |
97 | 97 |
final int numColumns = 6; |
98 |
final int numRows = 300;
|
|
98 |
final int numRows = 1200;
|
|
99 | 99 |
JButton pasteButton; |
100 | 100 |
JButton pasteDefaultsButton; |
101 | 101 |
Properties properties; |
Also available in: Unified diff
Increase number of rows in harvest list from 300 to 1200.