Skip to content

3.3.2

Compare
Choose a tag to compare
@padrig64 padrig64 released this 01 Mar 21:04
· 41 commits to master since this release
  • Added convenient constructor to the AbstractComponentDecoration
  • Added convenient constructor to the FormatWrapper
  • Added JTableEditingProperty stating whether a JTable is in the editing state
  • Added JTableRolloverCellProperty holding the position of a table cell under the mouse pointer
  • Added IsParsableRule to check whether a String can be parsed using a Format object
  • Added convenient constructors to the CompositeWritableProperty
  • Added write-only wrapper for readable/writable properties
  • Added read-only wrappers for readable/writable set properties, list properties and map properties
  • Added write-only wrappers for readable/writable set properties, list properties and map properties
  • Removed inconvenient warning in case the clipping component of a decoration is not showing
  • Fixed a potential NullPointerException in AbstractColorFeedback
  • Fixed UnsupportedOperationExceptions in the TransparentToolTipDialog in case the sun.java2d.noddraw property is not set to true on Windows