MindFusion.Scheduling for Java Swing V2.2

Released: Feb 7, 2022

Mises à jour de V2.2

Fonctionnalités

  • DateTime changes
    • The DateTime class now uses java.time.LocalDateTime for storage and calculations.
      • New constructor and toJavaDateTime method provide access to the stored LocalDateTime for easier interoperability with Java APIs and components.
    • LocalDateTime storage now allows for a much larger date range (from -999999999-01-01 to +999999999-12-31).
    • The Duration class now uses a java.time.Duration for storage and calculations.
      • New constructor and toJavaDuration method provide access to the stored java.time.Duration for easier interoperability with Java APIs and components.
  • Dark themes - Added two new dark themes which are accessible via the Dark and Black elements of the ThemeType enumeration, and static getDark and getBlack methods of the Theme class.
  • Miscellaneous
    • saveToString and loadFromString methods now support ContentType.Json.

Correctifs

  • Fixed IllegalAccessError exception when showing standard forms in recent versions of the JDK. Date combo boxes in standard forms no longer use platform-specific ComboBoxUI implementations that cause the exception, but only BasicComboBoxUI.
  • DateTime changes
    • Fixed toString results for years older than 1593.