Create Tabbed Windows Like Browser Tabs using Java Swing

  Рет қаралды 4,702

Ra Ven

Ra Ven

Күн бұрын

Пікірлер: 51
@Blaze_MediaTv
@Blaze_MediaTv Жыл бұрын
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
@LaingRaven Жыл бұрын
I appreciate that, Thanks you 🙏🙂
@flz78gm
@flz78gm 8 ай бұрын
Thank you❤
@LaingRaven
@LaingRaven 8 ай бұрын
Thank you for your support 😘
@devby9
@devby9 Жыл бұрын
😍... what about right to left direction for the drawer menu items?
@LaingRaven
@LaingRaven Жыл бұрын
Will update soon on github
@LaingRaven
@LaingRaven Жыл бұрын
Updated, move to glasspane-popup v1.2.0 : github.com/DJ-Raven/raven-dashboard/blob/1b883911ca55f3ebf075cc0738d146cf915a917d/src/raven/main/Main.java#L31
@devby9
@devby9 Жыл бұрын
@@LaingRaven 💥
@mohammedak6689
@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
@LaingRaven Жыл бұрын
Glad it was helpful!
@khangtranlamnhut7431
@khangtranlamnhut7431 8 ай бұрын
Teacher, please tell me how to change my avatar, name, and email after logging in.
@LaingRaven
@LaingRaven 8 ай бұрын
You can try with this code : SimpleHeader header=(SimpleHeader)Drawer.getInstance().getDrawerPanel().getDrawerBuilder().getHeader(); header.setSimpleHeaderData(newSimpleHeaderData);
@khangtranlamnhut7431
@khangtranlamnhut7431 8 ай бұрын
@@LaingRaven Thank you very much.
@AhmedEl-Moghraby-ju6uc
@AhmedEl-Moghraby-ju6uc 5 ай бұрын
I cant add a right click action for the menu specialy to add a tab
@andersonferreira5836
@andersonferreira5836 8 ай бұрын
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.
@LaingRaven
@LaingRaven 8 ай бұрын
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.
@andersonferreira5836
@andersonferreira5836 8 ай бұрын
@@LaingRaven Teacher, It worked, thank you very much.
@TranDucPhiLong
@TranDucPhiLong 4 ай бұрын
Hi Raven. Thanks for your tutorial. I have a question. How can I close 1 tab with an other button on an other tab.
@LaingRaven
@LaingRaven 4 ай бұрын
Here check this. I has updated. by use method : WindowsTabbed.getInstance().removeTabAt(2); github.com/DJ-Raven/raven-dashboard/commit/f9fad1d70f81e10389763d79c2d4fdb462f38dcc
@TranDucPhiLong
@TranDucPhiLong 4 ай бұрын
@@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?
@LaingRaven
@LaingRaven 4 ай бұрын
Here check new updated I has add more method: github.com/DJ-Raven/raven-dashboard/commit/7ac394bb6aa76a9264d18643f8bc577b8a25c32f
@TranDucPhiLong
@TranDucPhiLong 4 ай бұрын
@@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
@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
@LaingRaven Жыл бұрын
To change drawer width. We will update this option next
@Mindy2812
@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
@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
@Mindy2812 Жыл бұрын
@@LaingRaven Thank you very much, I already made the update and everything is excellent.
@gustavoandrades7472
@gustavoandrades7472 Жыл бұрын
Could you integrate the Dashboard with Light and Dark Dropdown Menu?
@alvmanda6903
@alvmanda6903 8 ай бұрын
I want to disable a menu based on their role. Can you tell me how to do that?
@LaingRaven
@LaingRaven 8 ай бұрын
You can use menu validation here : github.com/DJ-Raven/swing-glasspane-popup/blob/aec82a82d1cd74199b2e1638c4db4b5903023c9d/src/test/java/test/MyDrawerBuilder.java#L170-L186
@andersonferreira5836
@andersonferreira5836 8 ай бұрын
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.
@LaingRaven
@LaingRaven 8 ай бұрын
Did you use static images like this videos and using netbean to build to jar file?
@andersonferreira5836
@andersonferreira5836 8 ай бұрын
@@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.
@andersonferreira5836
@andersonferreira5836 8 ай бұрын
Professor, O erro estava no caracteres minusculo da extensão da imagem.
@LaingRaven
@LaingRaven 8 ай бұрын
Can you check the image name, uppercase and lowercase make sure it same with your code
@andersonferreira5836
@andersonferreira5836 8 ай бұрын
@@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
@Nomarchess Жыл бұрын
Magistral como siempre
@LaingRaven
@LaingRaven Жыл бұрын
Thank you
@flz78gm
@flz78gm 9 ай бұрын
How to change dark mode and light mode with a button in the drawer
@LaingRaven
@LaingRaven 9 ай бұрын
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
@flz78gm
@flz78gm 8 ай бұрын
Thank you very much!! Is there any way to clear all TABs when logging out?
@LaingRaven
@LaingRaven 8 ай бұрын
Yes, you can check this for update : github.com/DJ-Raven/raven-dashboard/commit/2575e9d197344089c6f027c4170709b5cf8a9733
@flz78gm
@flz78gm 8 ай бұрын
Thank you, you helped me a lot ❤🎉
@pasanwijekoon
@pasanwijekoon 7 ай бұрын
How We stop Open Duplicate tabs
@LaingRaven
@LaingRaven 7 ай бұрын
You can check the tab title.
@Herdian_weh
@Herdian_weh Жыл бұрын
🎉
@LaingRaven
@LaingRaven Жыл бұрын
🙂
Custom Message Alerts with Animation using Java Swing
4:19
NEVER lose dotfiles again with GNU Stow
14:33
typecraft
Рет қаралды 65 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Vim Tips I Wish I Knew Earlier
23:00
Sebastian Daschner
Рет қаралды 84 М.
The Appointment & Recurrence Form in Scheduling for Java Swing
11:26
Click a Button, Destroy My Site
11:40
Hyperplexed
Рет қаралды 112 М.
I Redesigned the ENTIRE YouTube UI from Scratch
19:10
Juxtopposed
Рет қаралды 912 М.
Java in 100 Seconds
2:25
Fireship
Рет қаралды 1,4 МЛН
Linux commands are USELESS... therefore essential!
12:15
Adrien Linuxtricks
Рет қаралды 10 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН