I have no idea how to fix the compile warning.
Y:\Development\Java\Mileage\Mileage\src\my\Mileage\MileageUI.java:296: warning: [unchecked] unchecked call to add(E) as a member of the raw type java.util.Vector
dataList.add(doctorData);
Appreciate some suggestions. Thanks..