You are my teacher, now that I am studying, the contribution of your code would help me a lot... I thank you very much, teacher!
@DJOamen Жыл бұрын
You are welcome!
@fardadfarajollahi4 ай бұрын
Wow that's amazing! Man you saved my life I need that to start my small business but had some problems with coding. Thanks again ❤❤
@DJOamen4 ай бұрын
Glad it helped, Redline Music Farsi, Subscribe to the channel. Thank you
@EvanTomoki692 жыл бұрын
Great tutorial I made this for my gf startup and just went smoothly Thank you Oam
@DJOamen2 жыл бұрын
Glad it helped!
@didivskyi_mashyngver2 жыл бұрын
bro I can't thank you enough, literally saved me
@DJOamen2 жыл бұрын
Glad to hear it man. Good luck
@mohammadridhopardomuan24863 жыл бұрын
my english is not good but im tried until end video and finally i can follow your tutorial, big thanks sir! you helped me out from my homework!
@DJOamen3 жыл бұрын
Glad to hear that
@ashnasaju52242 жыл бұрын
Thank you so much for this excellant tutorial
@DJOamen2 жыл бұрын
You're very welcome!
@berpatmande3Ай бұрын
what is the environment you are using, please help me with the link
@DJOamenАй бұрын
Is Java, developed using NetBeans
@lealynleal15089 ай бұрын
Thankyou,sirr❤❤
@DJOamen9 ай бұрын
👍👍
@ahmedzunayed1363 Жыл бұрын
is this good enough for a final year project in computer science?
@DJOamen Жыл бұрын
The choice is yours, and good luck with your decision
@_keto4443 жыл бұрын
Here again, really thank you sir, great tutorial without any problems
@DJOamen3 жыл бұрын
You're welcome!
@sneha-43942 жыл бұрын
thank you so much for this!!
@DJOamen2 жыл бұрын
You're so welcome!
@icy98615 ай бұрын
Hello, is there a way to make it so that whenever you click the same button/item twice or more, the quantity of that specific item will be changed and not just added below it? I am currently implementing your design, which is very amazing by the way, for my school project this weekend and would like some feedback!
@DJOamen5 ай бұрын
Thank you for reaching out! I'm glad to hear that you find the design helpful for your school project. Regarding your question, it is indeed possible to modify the behavior of the button/item so that clicking it multiple times updates the quantity of the specific item instead of adding it repeatedly. Here’s a general approach you can follow to achieve this: Identify the Item: Ensure each item has a unique identifier (ID) so you can track it properly. Check for Existing Item: When the button is clicked, check if the item already exists in the list/cart. Update Quantity: If the item exists, update the quantity. If it does not exist, add the item to the list/cart.
@azeyclaivey5 ай бұрын
Hello, @DJOamen I am a member of your channel how can I add the tax, totaltax, subtotal, total and barcode on the recipe.
@DJOamen5 ай бұрын
Add a new Java class for handling the receipt generation Define methods to calculate the subtotal, tax, total tax, and total. Use a library like Barcode4J or ZXing to generate the barcode. Combine the calculated financial details and barcode into a formatted receipt string. Good luck
@efrenguerrero80723 жыл бұрын
Super thank content creator very much
@DJOamen3 жыл бұрын
So nice of you
@macjoeplays2 жыл бұрын
thanks a lot, this vid, helps a lot😙😉
@DJOamen2 жыл бұрын
You're welcome 😊
@AnisahNisa-f4j Жыл бұрын
hello sir, I'm a beginner in Java programming and I want to ask why in the first coding session for the number buttons I got a red color for jtxtDisplay, and I don't understand why in the video I can't? can u help me please
@DJOamen Жыл бұрын
Do you have a component call jtxtDisplay? If you don't, then create one. Carefully watch the tutorial
@najwaan-nisa3887 Жыл бұрын
hi sir, why do all my button/fieldtext become error in my source code. i already declared the variable accordingly. it stated that “cannot find symbol”
@DJOamen Жыл бұрын
Carefully watch the video tutorial and check your codes
@mikelchi86957 ай бұрын
great one
@DJOamen7 ай бұрын
👍
@EditMods Жыл бұрын
thank you
@DJOamen Жыл бұрын
You're welcome
@jadefacioligcalinos85415 ай бұрын
Hello the pay function isnt working how will i fix it
@DJOamen5 ай бұрын
Carefully watch the tutorial again
@eemunleong1079 Жыл бұрын
Hello sir, thanks for the wonderful tutorial you have provided. I have an extra question to ask. Let say I want to edit one of the photo in the button, how can I change the photo in the GUI when the program is running? Please let me know is there a solution to it.😢 thank you so much.
@DJOamen Жыл бұрын
Hello there, I'm glad you found the tutorial helpful! Absolutely, you can definitely achieve that. If you wish to change the photo displayed in the GUI while the program is running, one approach is to maintain an array of images. Each image in the array would correspond to a different state or option in your GUI. Then, based on user interactions or any other conditions, you can dynamically update the displayed image by selecting the appropriate image from the array. Additionally, you can include instructions in your code to associate each image with relevant information such as cost or price of the selected item. This way, you'll have a flexible system to manage and update images as needed. Good luck
@eemunleong1079 Жыл бұрын
Thank you so much for the helpful information!
@FilmaticFreak Жыл бұрын
Can I do this project on NetBeans IDE 7.1.2
@DJOamen Жыл бұрын
Yes
@FilmaticFreak Жыл бұрын
Thnx,man.
@ImranHammed-i6i11 ай бұрын
Hello sir, when i previewed the design it work,but when i tried running the design it flagged out errors what do you think i did wrong sir😥
@DJOamen11 ай бұрын
Carefully watch the video and try again
@jomarichirobedar2904 Жыл бұрын
why does the barcode font not working in netbeans 8.2, please help I am really struggling
@DJOamen Жыл бұрын
Download and install Barcode: www.dafont.com/code39.font Once installed you can use it like any other font
@nicky1.6 ай бұрын
e estado 2 horas intentando poner el codigo de barras y no puedo, no aparece y pensando en eso, si otra persona quiere abrirlo desde su dispositivo necesita el descargar la tipografía? o le aparece en el codigo
@DJOamen6 ай бұрын
Tendrá que descargar la fuente y luego instalarla en su dispositivo. Finalmente, llame a la fuente en su programa. Descargue e instale el código de barras: www.dafont.com/code39.font Suscríbete al canal
@luigimallari47576 ай бұрын
What version of netbeans do you use?
@DJOamen6 ай бұрын
This is an old version is actually java NetBeans IDE 11.0. However, the code will also work in the latest version, I believe that is NetBeans-20
@imanashraf6164 Жыл бұрын
Jtxtdisplay is a method that we have to create?
@DJOamen Жыл бұрын
Is not a method, is an object "JTextArea"
@thehamza16 ай бұрын
Sir , where we will get those pictures
@DJOamen6 ай бұрын
Online
@chrizellbaldomera4619 Жыл бұрын
Can I do this project on NetBeans IDE 17? the latest one
@DJOamen Жыл бұрын
Yes you can
@shalomradebe55432 жыл бұрын
Evening sir, what did you do to make your panel reappear because when I tap on absolute layer the panel disappears and I can't seem to get it reappear
@DJOamen2 жыл бұрын
Make sure the Frame or Form is set to absolute layer as well, as, for the panel, it's there, however, if you want to see the panel, set the border properties line to about 2, 3 or 4
@shalomradebe55432 жыл бұрын
Evening sir, my Java(11.2) does not have the chosen bar code font (C7...)do you think there is another font for the bar code I can use
@DJOamen2 жыл бұрын
Download and install Barcode: www.dafont.com/code39.font
@shalomradebe55432 жыл бұрын
@@DJOamen Thank you sir, after down installing it how do I get it activated on my Java 11.2
@DJOamen2 жыл бұрын
In your Java application select the object you want to use for the barcode, click on Properties of the object and then select Font, for the font type in cc, and your barcode will appear.
@julianseanpaulfalch7795 Жыл бұрын
hello sir where can i get those images sir?
@DJOamen Жыл бұрын
Online
@yoshee31462 жыл бұрын
yo i get the font as CSD16? why is that instead of the barcode you have
@DJOamen2 жыл бұрын
Install the font, see the link below. Download Barcode: www.dafont.com/ Once the font is installed, select the properties of the object, e.g Label, and TextBox, and change the font on the properties to cc, and the cc will immediately display the Barcode font. Good Luck
@sunethjayasinghe77833 жыл бұрын
thank your project t is good
@DJOamen3 жыл бұрын
Glad you like it
@ImranHammed-i6i11 ай бұрын
Hello sir,i have problem finding the images
@DJOamen11 ай бұрын
Go online or use any image you have
@AdamKaczynski-cc8db Жыл бұрын
Do I just join for 4.99/month and i can access the code? How do you give access?
@DJOamen Жыл бұрын
Click on the link and access will be granted
@rovelmingao87422 жыл бұрын
How to Download the BarCode?
@DJOamen2 жыл бұрын
Download and install Barcode: www.dafont.com/code39.font
@ashtronaut38893 жыл бұрын
THANK ALOT
@DJOamen3 жыл бұрын
👍🏻
@empejem3 жыл бұрын
Hello, can i as ho can i add barcode? After i downloaded the font how can i add to the netbeans?
@DJOamen3 жыл бұрын
You are meant to unzip the file, and then install it onto your PC. If you are using Java NetBean for example select the object or the JTextBox or JButton you want to change the barcode, and then select the Font properties and look for the barcode font. The examples below are the font I used CCode39 C39HrP24DlTt C39HrP36DlTt
@empejem3 жыл бұрын
@@DJOamen THANKYOUUU!!!! SO MUCH SIR
@catherinegarcia51162 жыл бұрын
@@DJOamen hi may I know if you have video tutorial for this? thank you
@johnleyengyo44182 жыл бұрын
Do you have inventory for this sir?
@DJOamen2 жыл бұрын
No not for this tutorial
@sekedarkomentar2 жыл бұрын
Can it be sold?
@DJOamen2 жыл бұрын
Yes
@abderraoufzouaoui9865 Жыл бұрын
please u want to add something to save all the transactions how
@DJOamen Жыл бұрын
You can use, MySQL, Access Database or Excel. Good luck
@abderraoufzouaoui9865 Жыл бұрын
please can you show me how and i really thank you for this amazing effort
@DJOamen Жыл бұрын
How to Connect to MySQL Database, Insert, Update and Delete in Java NetBeans - Full Tutorial kzbin.info/www/bejne/bIHZfIedbrOLobc
@juanrodrigotapiamamani31 Жыл бұрын
el link del proyecto me da acceso denegado. me podria facilitar el codigo por favor
@DJOamen Жыл бұрын
Sí, estaré encantado de proporcionarle el código, todo lo que necesita hacer es UNIRSE y convertirse en miembro del canal. Gracias
@jomarichirobedar2904 Жыл бұрын
How can I add database in this system?
@DJOamen Жыл бұрын
Check out my videos with MySql connection
@youliafeona6662 жыл бұрын
Sir, I have subscribed your channel, and it means I became channel member right? But the google drive doesn't give me access to source code sir, may i request if we can get access to source code because me and my friends are making project. We would be happy if you could help us sir.
@DJOamen2 жыл бұрын
You are NOT a channel member. To become a channel member click on the JOIN button
@josuecm82742 жыл бұрын
How do I download the code? ask me access :(
@DJOamen2 жыл бұрын
Check description
@inakoci3670 Жыл бұрын
Hello what is DefaultTableModel plz
@DJOamen Жыл бұрын
Is an object
@inakoci3670 Жыл бұрын
ctotal is not declared how to do?
@DJOamen Жыл бұрын
cTotal1 is declared inside the public void ItemCost() double cTotal1 = Double.parseDouble(jtxtSubTotal.getText()); Make sure you subscribe to the channel. Thanks
@blackdragon501510 ай бұрын
Hey can i get that images
@DJOamen10 ай бұрын
Use any image online
@habibrahmatillahi81662 жыл бұрын
Why can't the file be run?
@DJOamen2 жыл бұрын
Watch the tutorial carefully
@elo34522 жыл бұрын
Hi did anyone has a quick code of this ?
@DJOamen2 жыл бұрын
I do, see check description
@ricardorimado36592 жыл бұрын
I joined to your channel, can i get the code of this video?
@DJOamen2 жыл бұрын
Sent
@qaseemkhan4683 Жыл бұрын
Can I get source code of it?
@DJOamen Жыл бұрын
Yeah
@ksafetv70813 жыл бұрын
How to get payment membership? And how to getting secure code ?
@DJOamen3 жыл бұрын
Check description
@Zahra-j7t8k11 ай бұрын
❤
@DJOamen11 ай бұрын
❤❤❤
@afrozaffu189 Жыл бұрын
Hlo sir
@DJOamen Жыл бұрын
Hello
@darilleyapgalleros26633 жыл бұрын
How did u add the barcode
@DJOamen3 жыл бұрын
Check this link: www.dafont.com/ and below is the link to the installation instructions www.dafont.com/faq.php