B4J Library ๐Ÿš€ New in jDashboardUI: JPanelProgressBar ๐ŸŽ‰

We keep pushing jDashboardUI forward, and today weโ€™re introducing a fresh component that will take your dashboards to the next level:
๐Ÿ‘‰ JPanelProgressBar

Captura de pantalla 2025-09-05 150626.png


Captura de pantalla 2025-09-05 144812.png


This isnโ€™t just another progress bar โ€” itโ€™s a modern, fully customizable widget designed to showcase skills, KPIs, or any type of progress in a clean and elegant way.


โœจ Key Features:


  • ๐Ÿ”ค Customizable Title (text, font, and color).
  • ๐ŸŽจ Dynamic Color & Corner Radius to match your style.
  • ๐Ÿ“Š Smooth animated progress (0% โ€“ 100%), with optional percentage display.
  • ๐Ÿ”  Built-in Icon with adjustable size (perfect for skills, categories, or metrics).
  • โšก Built-in Events:
    • Click ๐Ÿ‘‰ interact directly with the component.
    • ValueChanged (NewValue As Int) ๐Ÿ‘‰ react instantly to progress updates.

๐Ÿ› ๏ธ Quick Example:


Example:
Dim progressBar As JPanelProgressBar
progressBar.Initialize(Me, "progressBar")
progressBar.AddToParent(Root, 20, 50, 300, 70)
progressBar.Title  = "Java"
progressBar.Progress = 80
progressBar.setIcon(Chr(0xF17A), xui.CreateDefaultFont(24)) ' FontAwesome icon



๐ŸŽฅ The source code of this simple example (where JPanelProgressBar works seamlessly with JGlassPanel) will be distributed together with the library:


๐Ÿ”ฅ Donโ€™t miss out! jDashboardUI is currently 50% OFF:
๐Ÿ‘‰ Get it here


With JPanelProgressBar, your UI doesnโ€™t just display progressโ€ฆ it impresses. ๐Ÿš€
 
Last edited:
Top