}
public InfoSapientSwingSetList() {
super();
try {
Flt_Format = new Format("%10.3f");
Exp_Format = new Format("%10.3e");
Dec_Format = new Format("%13d");
} catch (IllegalArgumentException iae) {
}
setBackground(SystemColor.control);
setLayout(new BorderLayout());