initComponents();
this.jXImagePanel1.setImage(ImageUtils.buildImage(this, "resources/systole_96.png"));
this.jXImagePanel1.revalidate();
this.jXDatePicker.setEditable(true);
this.jXDatePicker.setDate(Calendar.getInstance().getTime());
this.properties = new SettingsProperties();
this.propertiesWizard = new AnalysisWizardProperties();
this.loadSignalFrequency();
this.jChkInverted.setSelected(this.propertiesWizard.loadInvertedSignal());
AutoCompleteDecorator.decorate(jCbPeriod);
}