Thank you. It help me a lot. your channel is my inspiration.
@LaingRaven7 ай бұрын
Thank you :)
@Nilander7 ай бұрын
I will love if you make an application with JPA, its more productive than prepareted query string
@Pdjelso7 ай бұрын
You can refactor the code using your own framework (Jpa, Hibernate.) the main thing is the logic you need to understand
@LaingRaven7 ай бұрын
I recommend use JPA with spring framework to build api. backend ->JPA->database. not frontend->JPA->database
@nancy-vu4bs7 ай бұрын
Can we apply the sample theme only for the pop up Notification messages not for the entire jFrame ?
@Pdjelso7 ай бұрын
Good. I'm very good at backend but you push me so hard to be good at fontend too.😅😅😅😅
@LaingRaven7 ай бұрын
😅
@f2k9577 ай бұрын
@LaingRaven i have a question about Message Alert and Notification from your library its show under the JDialog i want to show that message alert and the notifications also about the JDialog
@andersonferreira58367 ай бұрын
Teacher, It looks very good, because you are not using JPA EclipLink or Hibernate and see if the subtitle is available in Portuguese.
@f2k9577 ай бұрын
bro in the line chart how to change the range of the line chart what method is to called your line chart has 0 to 100 by 20 by 20 i want to change it to 0 to 20 with range of 4 by 4
@musabnet7 ай бұрын
Please make a video how to connect more than 2 pcs with the same database Please bro
@jon_mark5 ай бұрын
@@musabnet create an API and have this as a frontend to your API, that's what I do with mine
@michael_fsanchez7 ай бұрын
Hi bro, i have a question, how to switch beteween light or dark theme just clicking and notice the change automatically?
@LaingRaven7 ай бұрын
To remember theme changed I will update in flatlaf dashboard project as soon as I can :)
@michael_fsanchez7 ай бұрын
@@LaingRaven Thank you bro, i am following you now in Git!
@f2k9577 ай бұрын
bro raven how do i change the y-axis $ sign or remove the Y axis $ sign on your line chart
@LaingRaven7 ай бұрын
You can format the value. by try this code: lineChart.setValuesFormat(new DecimalFormat("#,#0.00"));
@f2k9577 ай бұрын
@@LaingRaven ok bro thank you bro i have another question ? Bro i see your dashboard i have a 4 usertypes i want to change the dashboard dynamically according to the usertype bro but i get the usertype to the constructor but the implement methods call first before the constructor call
@LaingRaven7 ай бұрын
What dashboard or what video you see ?
@andersonferreira58364 ай бұрын
Teacher, I'm generating the .jar and it only runs on the computer where it was developed, on a client machine, it generates an error, the database is on the network, so theoretically, I don't need to create another database on the client, the error below follows; PS C:\Users\andersonfs.FGH\Documents\NetBeansProjects> java -jar Company.jar Error: Unable to initialize main class vision.Main Caused by: java.lang.NoClassDefFoundError: raven/modal/component/Modal PS C:\Users\andersonfs.FGH\Documents\NetBeansProjects>
@LaingRaven4 ай бұрын
Did you include the `modal_dialog` jar library with your `company.jar` file ?
@LaingRaven4 ай бұрын
Or you build using maven ? using this build: github.com/DJ-Raven/swing-modal-dialog/blob/d22771ec54f4e64f9f64075b34f533c968a2299b/demo/pom.xml#L52-L81
@LaingRaven4 ай бұрын
This build include only jar library that available in maven central. not modal_dialog or datetime_picker. so recommended to build using `Artifacts` : www.jetbrains.com/guide/java/tutorials/hello-world/packaging-the-application/
@andersonferreira58364 ай бұрын
@@LaingRaven Teacher, It's not a Maven Project, because some libraries that are located in the project's library folder generate errors, and I still can't adjust them, so I'm using the libraries you made available.
@LaingRaven4 ай бұрын
Your error `NoClassDefFoundError` so it mean it can find the class modal library. did you copy the jar library after build with `company.jar`. example: +company.jar +lib folder - library 1.jar - llibrary 2.jar