JList strike through
        Posted  
        
            by 
                kap
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kap
        
        
        
        Published on 2010-07-27T21:13:42Z
        Indexed on 
            2012/12/08
            23:05 UTC
        
        
        Read the original article
        Hit count: 273
        
I have a list of data in a JList component in my GUI.
I would like to know if there is a method that i can call on the list element(s) to strike through a particular element in the list. I would like to draw a line through the element to appear as if that element is canceled.
I want a similar thing like the strike through functionality in Microsoft Word document whereby a line i drawn through the text.
thanks for your help
© Stack Overflow or respective owner