April 28th, 2000, 05:03 PM
Please I want to test if JList is empty or not.
Thanks
Thanks
|
Click to See Complete Forum and Search --> : How to test if JList is empty???? April 28th, 2000, 05:03 PM Please I want to test if JList is empty or not. Thanks kannanbalu May 1st, 2000, 09:10 AM JList list; list.getModel().getSize() == 0 => empty Kannan codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |