Hope someone can help me understand what is happening:
I decided to use a JComboBox in my program and I got this message: "USES UNCHECKED OR UNSAFE OPERATIONS" So I checked online and tried changing the code, then I just tried all the other codes I found online and also examples form the books and I always get this message for any program that uses JComboBox and an array.
I am using a new computer, a laptop pc, windows 8 and Java 7? Any idea what can be causing this message to appear?
Thanks a lot.
Tristan