I hope you reply, I need help on my project everytime i export my project to zip and share it to my other device, the code won't run, it's saying that the image does not exist or in a wrong path even though i have created a new java package just for the images, maybe you know why is it doing that?
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "javax.swing.JLabel.setIcon(javax.swing.Icon)" because "this.jLabelCoffe1" is null why i have this error?
You should check that `jLabelCoffe1` is properly initialized before calling any methods on it. Make sure you've instantiated the `JLabel` object and assigned it to `jLabelCoffe1` before trying to set its icon.
I want to display the table number at first, but after clicking on the table number, a menu will appear like yours, what should I do? thanks you so much.
Thank you sir i made this project but in end it gave methe form window opened walaerror in which the float and opacity is error which says the frame is undecorated n all please help its not showing build successfully
thanks for your coding , i have problem when i uncheched the checkbox its still in jtextarea how can i remove it from there and not repeating the same item ?
There is the easy way is when the quantity greater than 0 you can set it after 'if' block 'jCheckBox.setEnabled(false);' you can put it after this code ' int qty = Integer.parseInt(jSpinner1.getValue().toString()); if (qtyIsZero(qty) && jCheckBox1.isSelected()) { x++; jCheckBox.setEnabled(false); ' and when reset then set it 'jCheckBox.setEnabled(true);'
@@PCODEP I have exactly done same thing as you did but on my system it is showing 'am' or 'pm' in small letters in time Simpledateformat tf= new Simpledateformat("h:mm:ss aa");
I have Exception in adding image in label Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because "location" is null please help me to figure it out
Hi Great job my man But i have a simple question if I may ask How did you turn the jlabel to jlabelimages in the beginning cuz I was trying to practice but I got more confused The moment is 8:53 Help please
Please can you share products image !
bit.ly/3esZ6fI
@@PCODEP thank you 🤍
I wanna know how to make it looks like this, but scroll able, so I can have more item than just the size of the panel?
I hope you reply, I need help on my project everytime i export my project to zip and share it to my other device, the code won't run, it's saying that the image does not exist or in a wrong path even though i have created a new java package just for the images, maybe you know why is it doing that?
Hi, why is only the menu item frame visible on the screen? How can I adjust it to fit the full screen?
Amzing !! I look forward to adding bill save and payment for each table.
Bro how to convert labelframe to labelimagrframe
@@funnyplace496 Sorry bro, I don't know, now I code Spring more than 😂😅
i use IDE 22 n there's no symbol setIcon, what should i do?
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "javax.swing.JLabel.setIcon(javax.swing.Icon)" because "this.jLabelCoffe1" is null
why i have this error?
You should check that `jLabelCoffe1` is properly initialized before calling any methods on it. Make sure you've instantiated the `JLabel` object and assigned it to `jLabelCoffe1` before trying to set its icon.
Pls Use Vs Code IDE I'm unable to understand..
How much time will it approximately take for me to finish this project watching the video?
Can’t add image
Plz help me
I want to display the table number at first, but after clicking on the table number, a menu will appear like yours, what should I do? thanks you so much.
please contact through email
Thank you❤
Great project, I use it, but I have to do a database. Can you help?
Yes I can
Thank you sir i made this project but in end it gave methe form window opened walaerror in which the float and opacity is error which says the frame is undecorated n all please help its not showing build successfully
pcodep040@gmail.com
Why is my project sliced in the bottom. So to all button didn't see when i run the project. How my problem solving sir??? Please help me
Email: pcodep040@gmail.com
Can I get the source code for this project
It's shows errors while we are typing
Amazing project, but can you help me create a database for this project ? I'm very appriciate for that
Please check your email
Thanks a lot...👍👍👍👍
How do we create a simple database for this project? Can you help me, sir?
Where to get the receipt
Amazing but need database
what is the background music
thanks for your coding , i have problem when i uncheched the checkbox its still in jtextarea how can i remove it from there and not repeating the same item ?
There is the easy way is when the quantity greater than 0 you can set it after 'if' block 'jCheckBox.setEnabled(false);'
you can put it after this code
'
int qty = Integer.parseInt(jSpinner1.getValue().toString());
if (qtyIsZero(qty) && jCheckBox1.isSelected()) {
x++;
jCheckBox.setEnabled(false);
'
and when reset then set it 'jCheckBox.setEnabled(true);'
Can you share the source code please i have stucked up at this project in my university
www.pcodep.com/
excellent ...😍👍
Thanks
While running this project Time is written in small "pm" how to change it into capital PM
check my code
@@PCODEP I have exactly done same thing as you did but on my system it is showing 'am' or 'pm' in small letters in time
Simpledateformat tf= new Simpledateformat("h:mm:ss aa");
I have Exception in adding image in label
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because "location" is null
please help me to figure it out
please email me
have you done with this issue if yes i am facing the same issue how to resolve.
Can I ask if it works on NetBeans 8.2? ASAP
Yes
Truly amazing project sir 👍👍, i want to do a database task, can you help me sir 🙏?
pcodep040@gmail.com
@@PCODEPcan you share your code
@@johngabriellenatividad6107 You need to purchase. Purchase like in the description.
sir if i want to add a new product
Thank you so much
Welcome 😊
How do we create a simple database for this project? Can you help me, sir?
inbox
how can I make simple data base for this? can you please help me?
pcodep040@gmail.com
why i cant use setIcon
why cant i put the product image??
there is no "Add import for javax.swing.ImageIcon" option
can you put the project, please
www.pcodep.com/
hi! at 8:57 how did you change jLabel to jLabelImage
same problem for me too, did you get a solution ?
Which database are being used here??
without database
50:06 images are not loading nullpointerexception error please reply how to solve this 😢😢
Did u get help I'm getting the same problem
can you put a link for the images you used
bit.ly/3esZ6fI
Can you help me how to connect it to database?
email: pcodep040@gmail.com
Sir I have a problem on tax it's not working
please try again
Can you convert this into a Jar file.
Yes
Hi
Great job my man
But i have a simple question if I may ask
How did you turn the jlabel to jlabelimages in the beginning cuz I was trying to practice but I got more confused
The moment is 8:53
Help please
Koi solution mila
where are the unit stock and actual stock management?
NO STOCKS MANAGEMENT
@@PCODEP Can you help me to create Stock Management on this POS?
ruclips.net/video/lyhbbw1YtNA/видео.html
@@PCODEP Can you help me? the connection of Login and register without database?
@@FreezePH Yes, I didn't use the database also only login there is no register
Why used the event windowopened ?
Because I need to display the JFrame a bit slowly and that looks good
@@PCODEP thanks 🙏
Can you help me put database?
pcodep040@gmail.com
are u using DB? or its just files ?plz answer
I haven't used DB.
I cannot open your source code link
The link is working, but if you need source code you need to buy it.
can't find jLabelimage
same for me, you know how to do it ?
please can you share report
please contact through email or telegram
Please. i want add product button
Ok
1:05:50
Can you please share code
www.pcodep.com/2022/07/cafe-management-system.html
20:40
45:16
What happens?
Sir, can you please provide its source code.
www.pcodep.com/2022/07/cafe-management-system.html
Hi,can u please give me the source code? Urgently needed,
اشرح هذا الفيديو
با عربي
Hello
Hi!