Always looking forward to your notifications. Just so you know I always watch an ad till the end. My way of appreciating your work❤
@LaingRaven Жыл бұрын
I appreciate that, Thanks you 🙏🙂
@flz78gm8 ай бұрын
Thank you❤
@LaingRaven8 ай бұрын
Thank you for your support 😘
@devby9 Жыл бұрын
😍... what about right to left direction for the drawer menu items?
@LaingRaven Жыл бұрын
Will update soon on github
@LaingRaven Жыл бұрын
Updated, move to glasspane-popup v1.2.0 : github.com/DJ-Raven/raven-dashboard/blob/1b883911ca55f3ebf075cc0738d146cf915a917d/src/raven/main/Main.java#L31
@devby9 Жыл бұрын
@@LaingRaven 💥
@mohammedak6689 Жыл бұрын
Thank you for doing this very useful work, not every developers knows the benefit of this great work you did except the developers who's worked in building big real world Applications💯💯👍
@LaingRaven Жыл бұрын
Glad it was helpful!
@khangtranlamnhut74318 ай бұрын
Teacher, please tell me how to change my avatar, name, and email after logging in.
@LaingRaven8 ай бұрын
You can try with this code : SimpleHeader header=(SimpleHeader)Drawer.getInstance().getDrawerPanel().getDrawerBuilder().getHeader(); header.setSimpleHeaderData(newSimpleHeaderData);
@khangtranlamnhut74318 ай бұрын
@@LaingRaven Thank you very much.
@AhmedEl-Moghraby-ju6uc5 ай бұрын
I cant add a right click action for the menu specialy to add a tab
@andersonferreira58368 ай бұрын
Teacher, Do you remember where to enter in the code, where it limits the number of tabbeds open, I wanted to limit it to 9.
@LaingRaven8 ай бұрын
Updated on github 😄 you can check here : github.com/DJ-Raven/raven-dashboard/commit/0d341e369c84e4ad5cf2070ac9e385188aabc01c we add `LIMIT` and `REMOVE_WHEN_LIMIT` you can config it.
@andersonferreira58368 ай бұрын
@@LaingRaven Teacher, It worked, thank you very much.
@TranDucPhiLong4 ай бұрын
Hi Raven. Thanks for your tutorial. I have a question. How can I close 1 tab with an other button on an other tab.
@LaingRaven4 ай бұрын
Here check this. I has updated. by use method : WindowsTabbed.getInstance().removeTabAt(2); github.com/DJ-Raven/raven-dashboard/commit/f9fad1d70f81e10389763d79c2d4fdb462f38dcc
@TranDucPhiLong4 ай бұрын
@@LaingRaven Thanks for the prompt reply my teacher. the code worked very well. but i have another problem. i have created many tabs with WindowsTabbed.getInstance().addTab("Ticket "+dynamicTicketID, new ShowOneTicket()); but i have difficulty in get/set TabbedID to remove it with WindowsTabbed.getInstance().removeTabAt(Number); . can you guide me the method to get/set TabbedID or get Selecting Tabbed number?
@LaingRaven4 ай бұрын
Here check new updated I has add more method: github.com/DJ-Raven/raven-dashboard/commit/7ac394bb6aa76a9264d18643f8bc577b8a25c32f
@TranDucPhiLong4 ай бұрын
@@LaingRaven That's perfect my teacher. I am very grateful and respect you. I wish I could have met you a few years ago when I was still a student. I will be back here thank you again when I have an international credit card. Thank you
@Mindy2812 Жыл бұрын
Excellent as always, an element that will increase the quality of the interfaces, just one question: How can we change the width of the panel and where can we make a donation to your effort?
@LaingRaven Жыл бұрын
To change drawer width. We will update this option next
@Mindy2812 Жыл бұрын
😊 @@LaingRaven I didn't know the component still didn't have the option, I'm waiting, thank you very much for the all your work.
@LaingRaven Жыл бұрын
Updated, move to 1.2.0, add this code : github.com/DJ-Raven/raven-dashboard/blob/1b883911ca55f3ebf075cc0738d146cf915a917d/src/raven/drawer/MyDrawerBuilder.java#L93
@Mindy2812 Жыл бұрын
@@LaingRaven Thank you very much, I already made the update and everything is excellent.
@gustavoandrades7472 Жыл бұрын
Could you integrate the Dashboard with Light and Dark Dropdown Menu?
@alvmanda69038 ай бұрын
I want to disable a menu based on their role. Can you tell me how to do that?
@LaingRaven8 ай бұрын
You can use menu validation here : github.com/DJ-Raven/swing-glasspane-popup/blob/aec82a82d1cd74199b2e1638c4db4b5903023c9d/src/test/java/test/MyDrawerBuilder.java#L170-L186
@andersonferreira58368 ай бұрын
Teacher, I generated an executable of the Project, but the user image does not show when the Project is exported, do you remember what it could be?, I am Brazilian.
@LaingRaven8 ай бұрын
Did you use static images like this videos and using netbean to build to jar file?
@andersonferreira58368 ай бұрын
@@LaingRaven Teacher, I did exactly as shown in the video, the user image just doesn't load when the Project is exported, but opening the Application through NetBeans, the image appears.
@andersonferreira58368 ай бұрын
Professor, O erro estava no caracteres minusculo da extensão da imagem.
@LaingRaven8 ай бұрын
Can you check the image name, uppercase and lowercase make sure it same with your code
@andersonferreira58368 ай бұрын
@@LaingRaven Teacher, Do you have the address of these libraries so you can insert them into the Maven Project, in the pom.xml file?
@Nomarchess Жыл бұрын
Magistral como siempre
@LaingRaven Жыл бұрын
Thank you
@flz78gm9 ай бұрын
How to change dark mode and light mode with a button in the drawer
@LaingRaven9 ай бұрын
You can override method getFooter() here :github.com/DJ-Raven/raven-dashboard/blob/main/src/raven/drawer/MyDrawerBuilder.java For change dark and light mode check this custom : github.com/DJ-Raven/flatlaf-dashboard-pro/blob/main/src/raven/menu/ThemesChange.java
@flz78gm8 ай бұрын
Thank you very much!! Is there any way to clear all TABs when logging out?
@LaingRaven8 ай бұрын
Yes, you can check this for update : github.com/DJ-Raven/raven-dashboard/commit/2575e9d197344089c6f027c4170709b5cf8a9733