Release 20091121: - Fixed compilation under Java 5 - Added MigLayout (contributed by Mikael Grev, MiG InfoCom AB) - Changed to use Graphics2D instead of Graphics - Added EventQueue.runLoop() - Moved JComponent's constants UNDEFINED_CONDITION, WHEN_FOCUSED, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT and WHEN_IN_FOCUSED_WINDOW to InputCondition enum - Changed WindowConstants interface to CloseOperation enum - Removed DebugGraphics - Removed old version of JDesktopPane and removed JInternalFrame - Changed Cursor API - Moved JSplitPane's constants HORIZONTAL_SPLIT and VERTICAL_SPLIT to SplitOrientation enum, also made continuous layout by default - Improved dialog modality API - Added initial Slick support - Removed usage of continuations - Removed UnsupportedLookAndFeelException Release 20091025: - Initial release