Link to home
Start Free TrialLog in
Avatar of naling_p
naling_p

asked on

import javax.swing.RowFilter etc

These 2 statements which work perfectly on most pc s fail in one XP Professional PC. Please let me know the reason ?

import javax.swing.RowFilter;
import javax.swing.table.TableRowSorter;

The error is "Can not find symbol RowFilter" for the 1st statement &
"Can not find symbol TableRowSorter" for the 2nd statement !!!

Note: I have installed NetBeans 6.5 on this computer and the errors are seen inside the IDE!!!
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of naling_p
naling_p

ASKER

Thank U so much! I was using a different JDK!!!