+ \r
+ //*******************************************\r
+ //* check for updates get/set\r
+ //*******************************************\r
+ public void setCheckForUpdates(boolean val) {\r
+ checkForUpdates.setChecked(val); \r
+ }\r
+ public boolean getCheckForUpdates() {\r
+ return checkForUpdates.isChecked();\r
+ }\r