fantastic explation dude, Keep going powerfull, i wish you get the better place in every second in your life ❤🔥
@LaingRaven Жыл бұрын
Thanks 😘
@SergioThiago-e1g10 ай бұрын
you are so good at what you do. I would like to be like you
@LaingRaven10 ай бұрын
😘
@M-UmarDraz Жыл бұрын
Hats Off ... Dear No Words for you brother
@LaingRaven Жыл бұрын
❤
@kreiss93172 ай бұрын
Do you have the tutorial for the charts, I'm really curious how you can modify it.
@MiPrimerMonopolio9 ай бұрын
I want to add the table from your video "Creating a Modern JTable Design in Java Swing with FlatLaf", however, I can't make it adaptive to the screen because the table doesn't adapt no matter how much I indicate it to do so (in the design preview, it does appear to adapt, but when running the program, it doesn't), What can I do? I just want an adaptive table, it doesn't matter if the design is lost.
@juanrodrigotapiamamani314 ай бұрын
A question, how do I make the menu bar show the icons when I hide it, I don't know if you could help me with that part please, and thank you very much for your tutorials, Greetings from Bolivia.
@evandrosales1798 Жыл бұрын
Your videos are very valuable in helping me increase my knowledge. Thank you very much for sharing your knowledge. One question: Would it be possible to use this charts library in a jFrame? If so, what would the implementation be like?
@LaingRaven Жыл бұрын
Yes you can by see this sample. github.com/DJ-Raven/flatlaf-dashboard-pro/blob/main/src/raven/forms/DashboardForm.java But this chart not yet release for full option to use.
@evandrosales1798 Жыл бұрын
thanks! 🙏 @@LaingRaven
@phuoctai395511 ай бұрын
Let me ask, if an actual project and database connection, files such as images, videos, PDFs ,.. where will I save it? in the resource project or above DB
@sevensad7169 Жыл бұрын
Thank you very much. Can you make a theme with similar functionality to flatlaf Demo?
@LaingRaven Жыл бұрын
Ok I will check it next 🤔
@sevensad7169 Жыл бұрын
Thanks you very much @@LaingRaven
@caltzwenkelge1062 Жыл бұрын
Your videos are very interesting, but I would like to make a tutorial. How can I read images or videos or documents on a remote or local java server?
@darcshadowrenacido7 ай бұрын
Very nice. Is it possible to change Decimal Format in Horizontal Bar Chart to Integer? Greetings
@LaingRaven6 ай бұрын
You can update chart library to 1.1.1 and use method: `barChart1.setValuesFormat(new DecimalFormat("#,#0.00"));` github.com/DJ-Raven/swing-chart/tree/main/library
@darcshadowrenacido6 ай бұрын
@@LaingRavenAmazing, you are the best :)
@OUTLOOKTECHCENTER7 ай бұрын
How to get the values after clicking on a section of the chart? like MouseClicked Event
@LaingRaven7 ай бұрын
This chart not yet have this option, but I will implement as soon as I can
@OUTLOOKTECHCENTER7 ай бұрын
@@LaingRaven Great! keep me posted.
@OUTLOOKTECHCENTER6 ай бұрын
@@LaingRaven Any chance to work on adding that functionality? I will love to be able to drill down and create new animated chart as I am clicking on each section.
@andersonferreira58368 ай бұрын
Teacher, In your examples, the buttons to minimize, maximize, close the main screen are missing. See if you can post one showing these buttons, please.
@LaingRaven8 ай бұрын
Updated 😃, by using this option : github.com/DJ-Raven/flatlaf-dashboard-pro/blob/0ebdb173108b61f157e34d4309d44e464f118775/src/raven/application/Application.java#L25 if you cahnge and not work, pls build your project and run it again.
@andersonferreira58368 ай бұрын
@@LaingRaven I will rebuild and thank you very much for your attention
@daylight88379 ай бұрын
Thank you
@LaingRaven9 ай бұрын
You're welcome
@riotskipnotzzxdprotm1699 Жыл бұрын
You know what would be good, if you made the menu three levels: module, submodule and submenu
@LaingRaven Жыл бұрын
I will check it
@fritzmohring4131 Жыл бұрын
very nice, but can you show how to do this without the JOptionPane? And chart.startAnimation doesn´t work in my application. Also i created an error with clean and build my project, the error is: "java.lang.IllegalArgumentException: property 'Drawer.background' not found" and "Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because "location" is null" thanks for help
@M-UmarDraz Жыл бұрын
are you using his code in maven project ?
@LaingRaven Жыл бұрын
Yes, I thing you are using maven project. just move the flatlaf file properties and icon to the resources folder
@LaingRaven Жыл бұрын
For chart animation pls update jar file from 1.0.0 to swing-chart-1.1.0-beta.jar : github.com/DJ-Raven/flatlaf-dashboard-pro/tree/main/library