You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebMemoryBar needs to be updated to a proper and complete component implementation with UI, painter and styling support. It is pretty small, so I'll sneak it in the v1.2.11 update.
The text was updated successfully, but these errors were encountered:
- WebMemoryBar.java - Component have been revamped and now has it's own UI and painter implementations
- WebMemoryBar.java - Doesn't extend `WebButton` anymore and uses it's own custom `ButtonModel`
- WebMemoryBar.java - Added orientation setting to allow positioning it vertically
- WMemoryBarInputListener.java - Separate input listener for `WebMemoryBar` button-like actions
- memorybar.xml, StyleId - Adjusted styles to use `memorybar` base component type
- light-icon-set.xml, dark-icon-set.xml, Icons.java - Added `memory` icon for `WebMemoryBar` default tooltip
- WebLookAndFeel.java - Added separate font for `memorybar` component
ProgressBar
- ProgressBarPainter.java - Removed hardcoded progress bounds
- ProgressShape.java - New custom shape for `JProgressBar` progress based on `AbstractProgressShape`
- progressbar.xml - Now uses `ProgressShape` instead of `WebShape`
Styling
- AbstractProgressShape.java - New abstract `IShape` implementation for simple custom progress shapes
Canvas
- canvas.xml - Adjusted dark gripper colors
MultiSplitPane
- MultiSplitPanePainter.java - Added orientation state support
Utilities
- ComponentUpdater.java - Removed as redundant, use `TaskManager` or `WebTimer` instead when appropriate
- MathUtils.java - Added `roundToInt ( double )` method for convenience
DemoApplication
- WebMemoryBarExample.java - Added example for `WebMemoryBar` component
- JDesktopPaneExample.java - Renamed from `JInternalFrameExample` and moved into `ContainersGroup` instead of a custom one
- DemoApplication.java - Moved resize gripper on top of the memory bar in status bar via overlay
WebMemoryBar
needs to be updated to a proper and complete component implementation with UI, painter and styling support. It is pretty small, so I'll sneak it in the v1.2.11 update.The text was updated successfully, but these errors were encountered: