when i was compile with -Xlint: unchecked then got some warning like this
Compiling 12 source files to C:\Users\Titus\Documents\NetBeansProjects\SITA\build\classes
warning: [unchecked] unchecked call to addItem(E) as a member of the raw type JComboBox
what should i do?