Java 1.6 is required for the game to work on a Mac (LWJGL doesn't work with Oracle's Java 1.7), and in Java 1.6, JComboBox could not accept type parameters.
So for now, I think it's best to just remove the type parameters (or additionally add some @SuppressWarning annotation...).
Java 1.6 is required for the game to work on a Mac (LWJGL doesn't work with Oracle's Java 1.7), and in Java 1.6, JComboBox could not accept type parameters.
So for now, I think it's best to just remove the type parameters (or additionally add some @SuppressWarning annotation...).