pothineni rajesh

Greenhorn
+ Follow
since Dec 17, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by pothineni rajesh

Hi ,
Can we upload a folder to the server?
I need to copy a folder on my desktop to the sever.....

Rob Prime wrote:What do you mean by disabling? Making the row not selectable, or making each cell of the row not editable?

The latter is quite easy: check TableModel.isCellEditable.



Hi,

I want to make the row not selectable based on some parameters not the cell.
Thank you in advance
16 years ago
Small Code snippet for enabling/disabling rows in a Table
16 years ago
when will we get this java.lang.reflect.UndeclaredThrowableException
Hi All,

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.


Anybody could you help me regarding this.
16 years ago
Hi All,

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.


Anybody could you help me regarding this.
snippet of code for creating a excel using java and I need something like the Microsoft
File Open and Save As dialog boxes.
16 years ago
Hi,
I am trying to do some thing like the following

checkBoxGroup1 2008 MK
checkBoxsubGroup1 2008 MK

checkBoxGroup2 2008 MP
checkBoxsubGroup2 2008 MP
checkBoxsubGroup2 2008 MP


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..

Please help me it's very urgent



16 years ago
whatever the code I sent was the shortest code and compilable one also.

Please have a look..
16 years ago
@Maneesh,

Hope you have enough patience to see our code.

problem is first I checked the CheckBox at(0,0) then checkbox at(1,3) will be checked.

next when I put cursor on checkBox at(2,0) then the checkBox at(1,3) check was disappered.

Please have a look at the code

16 years ago
@Maneesh

thanks for your reply..

console wich i mentioned is websphere client console,in the model i am getting correct values only but the checkbox was checked.
16 years ago
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........
16 years ago
How to make particular cell in particular row Read-only by based on conditions (not complete coulmn)..

is it possible?
16 years ago
Hi,
How to add MouseListener to particular cell in Jtable..

Please help...It's very urgent..
16 years ago