- Fixed an issue where
JPathList
would accept drag-and-drop events while disabled. - Update
JPathList
to work without thedragAndDropEnabled
instance variable. - Update
JPathList
to use Logger instead of System.err.println() and printStackTrace().
JPathList
would accept drag-and-drop events while disabled.JPathList
to work without the dragAndDropEnabled
instance variable.JPathList
to use Logger instead of System.err.println() and printStackTrace().