I have the problem with swithching from one application to another.There are two applications like X and Y. When I first select X , it works fine without any errors.When I switch from X to Y , it was giving the error as Null pointer Exception.it won't get the screen.Both X and Y Bussiness code was written in the same java file.But the controller and view are different.and also the Java file was mentioned as Singleton. How to change this object.
I have the problem with swithching from one application to another.There are two applications like X and Y. When I first select X , it works fine without any errors.When I switch from X to Y , it was giving the error as Null pointer Exception.it won't get the screen.Both X and Y Bussiness code was written in the same java file.But the controller and view are different.and also the Java file was mentioned as Singleton.
I want to design the checkboxes like groups and subgrouops if I clicked on the checkBoxGroup1 then corresponding subgroup1 should be selected,and so on..
now the problem is when clicking on checkBoxGroup1 then checkBoxsubgroup1 was selected properly.If I move my mouse to checkboxGroup2 then my checkBoxsubgroup1 was unchecked.
Please try to compile the posted code you will know it clearly..
I have a table with CheckBoxes in the first column and added that table to JScrollPane. When I scrolldown the CheckBox value showing as false in the console but in the UI I am getting CheckBox with checked. Anyone ever faced this kind of issue??? Please suggest some solution........