View Single Post
  #3 (permalink)  
Old 10-06-2008, 06:24 PM
keffie91's Avatar
keffie91 keffie91 is offline
Member
 
Join Date: Jun 2008
Location: The Netherlands
Posts: 35
keffie91 is on a distinguished road
String original = tab.getTitleAt(tab.getSelectedIndex());
if(!(original.equals(original + "*"))){
tab.setTitleAt(tab.getSelectedIndex(),original + "*");
}
else{
tab.setTitleAt(tab.getSelectedIndex(),original);
}

I have also tried == instead of .equals . But i doesn't work.
__________________
Never give up!
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote