open2jamorg / open2jam

open source o2jam emulator
open2jam.wordpress.com
Artistic License 2.0
109 stars 40 forks source link

Remove Type Parameter from combo_dirs #28

Closed dtinth closed 12 years ago

dtinth commented 12 years ago

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...).