JTable horizontal scrollbar in Java
        Posted  
        
            by Mr CooL
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mr CooL
        
        
        
        Published on 2010-03-16T07:28:38Z
        Indexed on 
            2010/03/16
            7:36 UTC
        
        
        Read the original article
        Hit count: 350
        
Is there any way to enable horizontal scrollbar whenever necessary??
The situation was as such:
I've a JTable on Netbeans, one of the cells, stored a long length of data. Hence, I need to have horizontal scrollbar. Anyone has idea on this?
THanks in advance for any helps..
© Stack Overflow or respective owner