cal.setTime((Date) toDateField.getValue());
quoteContract.toTime_$eq(cal.getTimeInMillis());
quoteContract.urlString_$eq(pathField.getText().trim());
UserOptionsManager.currentPreferredQuoteContract_$eq(quoteContract);
TFreq freq = new TFreq(
(TUnit) timeUnitField.getSelectedItem(),
(Integer) unitTimesField.getValue());
quoteContract.freq_$eq(freq);
quoteContract.isRefreshable_$eq(refreshable.isSelected());