v2.1.0
New features and improvements
- Modal dialog
- Add new callback action
SimpleModalBorder.OPENED
work when modal has opened - Add new layout option
animateScale
to scale the modal when open and close
- Add new callback action
- Extras
- LightDarkButton: add list support l&f
light
anddark
to auto install themes when switch - Add new
SlidePane
component (PR #19)
- LightDarkButton: add list support l&f
Changed
- Modal dialog
- Update drop shadow border use
insets
instead ofshadowSize
andshadowTopSize
(PR #16) - Default animation duration decreased from
350
to200
- Update drop shadow border use
- Drawer
- Embed drawer menu now apply border option
- Add new method
Drawer.getDrawerOption()
and use it instead ofDrawer.getDrawerBuilder().getOption()
- Default animation duration set to
300
- Menu item horizontal margin change from
7,7
to10,10
Demo
- Use
JTextPane
instead ofJTextArea
to avoid error layout when component is RTL (issues with layout) - Drawer now use shadow border
- Update form layout
- Quick search update layout and add new favorite option (PR #17)
- Add new frame footer and create new
MemoryBar
- Update form DateTimePicker
What's Changed
- Update shadow border by @DJ-Raven in #16
- Demo: quick search add favorite option by @DJ-Raven in #17
- Extras: add new SlidePane by @DJ-Raven in #19
Full Changelog: v2.0...v2.1.0