I love your videos, keep making this wonderful content! Congrats.
@LaingRaven7 ай бұрын
Thank you for your support :)
@andersonferreira58367 ай бұрын
Teacher, Now you have mastered these sequences of classes, it is now very easy to understand, congratulations.
@LaingRaven7 ай бұрын
Thank you 😘
@aboodymohammed46587 ай бұрын
We are eagerly awaiting the third part 😍
@LaingRaven7 ай бұрын
Thank you, I try release soon :)
@EdyRomyo7 ай бұрын
The legend is back again 🎉
@LaingRaven7 ай бұрын
Thank you :)
@Anthony-xu8yr7 ай бұрын
Your video are great and only some video were necesseray for me to learn the basics of swing so thank you very much, if you could do episode(s) on deployement with swing next I would be really grateful 😄.
@LaingRaven7 ай бұрын
Thank you, and I will check it :)
@harshjain63307 ай бұрын
awesome video 🤩🤩
@LaingRaven7 ай бұрын
Thank you 🤗
@lasotreph3987 ай бұрын
Sir, can you make progress bar that connect to database and it will display the background task?
@MiPrimerMonopolioАй бұрын
Ra ven, good video. How can I focus the JTextField when the GlassPanePopUs.showPopUp? requestFocus in Create doesn't work.
@LaingRavenАй бұрын
Use Modal Dialog project. The glasspane popup library not have this option. You can check this: github.com/DJ-Raven/java-sample-form/tree/main/sample-form-use-modal-dialog
@gufranthakur7 ай бұрын
Please stick to intelliJ, i loved those mig layout videos
@PocanYT7 ай бұрын
Good job!
@LaingRaven7 ай бұрын
Thanks!
@kitnaaja7 ай бұрын
AWESOME !!! THANKS
@LaingRaven7 ай бұрын
You're welcome :)
@cayde06675 ай бұрын
How I drag the DatePicker class, it won't let me?
@devby97 ай бұрын
your contents so .... I have a minor observation to share: to avoid creating whatever.putClientProperty(FlatClientProperties.PLACEHOLDER, "...." ); the trailing and leading components or icons, and also for labels (like h1, h2, etc.), I've added the FlatLaf library to the Swing palette as FlatLaf. This library contains all the usual Swing components, and I used them instead of the default components which offers a range of stylish components like FlatTextField, FlatButton, and FlatLabel ant it contains all the styling properties as methods, lable.setLableType(labletype.h1)... etc
@LaingRaven7 ай бұрын
Good idea.Thank you
@chans08287 ай бұрын
can you create something like that Java Swing and MySQL Select, Insert, Delete, Update and will popup without using any libraries ? on one jframe
@javier80907 ай бұрын
Sry to bother but, would you know about a visual duplication glitch with jcomboboxes?(with any popupmenu really). When i use flatlaf look and feel and click on them, they start duplicating and bugging the whole screen. Ur videos are great btw, really nice stuff.
@dazzlepelobello4 ай бұрын
How can I remove the title and x button of glasspane pop up?
@LaingRaven4 ай бұрын
Try this : public class ModalNoHeader extends SimpleModalBorder { public ModalNoHeader(Component component, int optionType, ModalCallback callback) { super(component, null, optionType, callback); } @Override protected JComponent createHeader() { return new JLabel(); } }
@LaingRaven4 ай бұрын
But use modal dialog library. check sample here: github.com/DJ-Raven/swing-modal-dialog/blob/main/demo/src/test/java/test/Test.java
@michael_fsanchez7 ай бұрын
Bro, can you do a video using Toast Notifications on a maven project? i want to use your Notification Toast. thanks!
@LaingRaven7 ай бұрын
Here you can check this use in IntelliJ : github.com/DJ-Raven/java-messenger/blob/a7dd470c0512a95cfc7e4efee7be9c6b7284a4de/messenger-client/pom.xml#L61-L81 and here library : github.com/DJ-Raven/java-messenger/tree/main/messenger-client/library
@michael_fsanchez7 ай бұрын
@@LaingRaven the code in POM makes that the jar file of toast can be watch it but the line of code is markable in red, like a error, why?
@LaingRaven7 ай бұрын
@@michael_fsanchez You use IntelliJ or Netbean ?
@michael_fsanchez7 ай бұрын
@@LaingRaven Netbean bro the message is: 'dependencies.dependency.systemPath' for raven.toast:swing-toast-notifications:jar must specify an absolute path but is ${basedir}/external_libraries/swing-toast-notifications-1.0.2.jar 'dependencies.dependency.systemPath' for raven.toast:swing-toast-notifications:jar should not point at files within the project directory, ${basedir}/external_libraries/swing-toast-notifications-1.0.2.jar will be unresolvable by dependent projects ----
@michael_fsanchez7 ай бұрын
@@LaingRaven i am using netbeans bro, the message is: 'dependencies.dependency.systemPath' for raven.toast:swing-toast-notifications:jar must specify an absolute path but is ${basedir}/external_libraries/swing-toast-notifications-1.0.2.jar 'dependencies.dependency.systemPath' for raven.toast:swing-toast-notifications:jar should not point at files within the project directory, ${basedir}/external_libraries/swing-toast-notifications-1.0.2.jar will be unresolvable by dependent projects ----
@evanescent75367 ай бұрын
why is the new data u just input not showing on the table? And where's delete and edit data, is there will be on part 3?
@LaingRaven7 ай бұрын
Yes on part 3, now am current making, so it will upload soon 🙂