|
|
@ -452,7 +452,6 @@ public class SmartInsertDBManipulationPane extends DBManipulationPane { |
|
|
|
int r = cellselection.getRow(); |
|
|
|
int r = cellselection.getRow(); |
|
|
|
int rs = cellselection.getRowSpan(); |
|
|
|
int rs = cellselection.getRowSpan(); |
|
|
|
String allColumnRow = newValue.toString(); |
|
|
|
String allColumnRow = newValue.toString(); |
|
|
|
System.out.println("all: " + allColumnRow); |
|
|
|
|
|
|
|
newAdd.clear(); |
|
|
|
newAdd.clear(); |
|
|
|
for (int i = 0; i < cs; i++) { |
|
|
|
for (int i = 0; i < cs; i++) { |
|
|
|
for (int j = 0; j < rs; j++) { |
|
|
|
for (int j = 0; j < rs; j++) { |
|
|
|