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





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:
Cookies are required to use this site. You must accept them to continue using the site. Learn moreโ€ฆ