July 30th, 1999, 09:44 AM
I need to implement multi-line headers in a JTable. Has anybody done this before?
|
Click to See Complete Forum and Search --> : JTable Multi-line header July 30th, 1999, 09:44 AM I need to implement multi-line headers in a JTable. Has anybody done this before? unicman August 1st, 1999, 11:22 AM As far as I know there is no direct support for multi-line headers, but u can have custom header component attached to JTable. Try creating ur own header component which shows multiline headers, or try giving multi-line label as header component. U will get the multi-line label at http://codeguru.com/java, under swing section. - UnicMan http://members.tripod.com/unicman codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |