Cafe Management System Project | Java Swing | NetBeans

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 112

  • @omarwheed1796
    @omarwheed1796 Год назад +8

    Please can you share products image !

  • @erasir334
    @erasir334 Год назад +2

    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?

  • @LyricsKing175
    @LyricsKing175 4 дня назад

    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?

  • @sivaranjaniranjani2150
    @sivaranjaniranjani2150 2 месяца назад

    Hi, why is only the menu item frame visible on the screen? How can I adjust it to fit the full screen?

  • @inhthien9166
    @inhthien9166 2 года назад +2

    Amzing !! I look forward to adding bill save and payment for each table.

    • @funnyplace496
      @funnyplace496 Год назад

      Bro how to convert labelframe to labelimagrframe

    • @inhthien9166
      @inhthien9166 Год назад

      @@funnyplace496 Sorry bro, I don't know, now I code Spring more than 😂😅

  • @FarihaAdhaZalsya
    @FarihaAdhaZalsya Месяц назад

    i use IDE 22 n there's no symbol setIcon, what should i do?

  • @rhodcelistersol1613
    @rhodcelistersol1613 11 месяцев назад +1

    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?

    • @PCODEP
      @PCODEP  11 месяцев назад

      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.

  • @arpitchauhan5212
    @arpitchauhan5212 Год назад +1

    Pls Use Vs Code IDE I'm unable to understand..

  • @DB77111
    @DB77111 20 дней назад

    How much time will it approximately take for me to finish this project watching the video?

  • @sahilazizi93
    @sahilazizi93 День назад

    Can’t add image
    Plz help me

  • @bossangel2536
    @bossangel2536 Год назад

    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.

    • @PCODEP
      @PCODEP  11 месяцев назад

      please contact through email

  • @DB77111
    @DB77111 15 дней назад

    Thank you❤

  • @zahraasadeq4911
    @zahraasadeq4911 Год назад +1

    Great project, I use it, but I have to do a database. Can you help?

  • @jitendra9984
    @jitendra9984 Год назад

    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

    • @PCODEP
      @PCODEP  Год назад

      pcodep040@gmail.com

  • @estapurwanti8631
    @estapurwanti8631 Год назад

    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

    • @PCODEP
      @PCODEP  Год назад

      Email: pcodep040@gmail.com

  • @priyadarshinikarthikeyan8343
    @priyadarshinikarthikeyan8343 5 месяцев назад

    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

    • @PCODEP
      @PCODEP  Год назад

      Please check your email

  • @junuchakma2132
    @junuchakma2132 Год назад

    Thanks a lot...👍👍👍👍

    • @junuchakma2132
      @junuchakma2132 Год назад

      How do we create a simple database for this project? Can you help me, sir?

  • @k-dramaandbtsarmy9809
    @k-dramaandbtsarmy9809 11 дней назад

    Where to get the receipt

  • @sahithi-te5kc
    @sahithi-te5kc 5 месяцев назад

    Amazing but need database

  • @mrz3134
    @mrz3134 10 дней назад

    what is the background music

  • @elsayedalmasry7328
    @elsayedalmasry7328 Год назад

    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 ?

    • @PCODEP
      @PCODEP  Год назад

      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);'

  • @arvindrk905
    @arvindrk905 2 года назад +2

    Can you share the source code please i have stucked up at this project in my university

    • @PCODEP
      @PCODEP  Год назад

      www.pcodep.com/

  • @shivaniborhade2598
    @shivaniborhade2598 2 года назад +1

    excellent ...😍👍

  • @RajeshPal-w5f
    @RajeshPal-w5f 4 месяца назад

    While running this project Time is written in small "pm" how to change it into capital PM

    • @PCODEP
      @PCODEP  4 месяца назад

      check my code

    • @RajeshPal-w5f
      @RajeshPal-w5f 4 месяца назад

      ​@@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");

  • @74santhoshk68
    @74santhoshk68 Год назад

    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

    • @PCODEP
      @PCODEP  Год назад

      please email me

    • @RashmiRanjanNayak-xo9br
      @RashmiRanjanNayak-xo9br Год назад

      have you done with this issue if yes i am facing the same issue how to resolve.

  • @activemusic4300
    @activemusic4300 11 месяцев назад

    Can I ask if it works on NetBeans 8.2? ASAP

    • @PCODEP
      @PCODEP  11 месяцев назад

      Yes

  • @bahrenLM
    @bahrenLM Год назад

    Truly amazing project sir 👍👍, i want to do a database task, can you help me sir 🙏?

    • @PCODEP
      @PCODEP  Год назад

      pcodep040@gmail.com

    • @johngabriellenatividad6107
      @johngabriellenatividad6107 Год назад

      ​@@PCODEPcan you share your code

    • @PCODEP
      @PCODEP  Год назад

      @@johngabriellenatividad6107 You need to purchase. Purchase like in the description.

  • @bnh6562
    @bnh6562 9 месяцев назад

    sir if i want to add a new product

  • @alafyakhleel1400
    @alafyakhleel1400 Год назад

    Thank you so much

    • @PCODEP
      @PCODEP  Год назад

      Welcome 😊

  • @zahraasadeq4911
    @zahraasadeq4911 Год назад

    How do we create a simple database for this project? Can you help me, sir?

  • @CHRISTINEJAYTAPAT
    @CHRISTINEJAYTAPAT Год назад

    how can I make simple data base for this? can you please help me?

    • @PCODEP
      @PCODEP  Год назад

      pcodep040@gmail.com

  • @penflixtv3814
    @penflixtv3814 Год назад

    why i cant use setIcon

  • @aqliyakaneya
    @aqliyakaneya 7 месяцев назад

    why cant i put the product image??
    there is no "Add import for javax.swing.ImageIcon" option

  • @HoangVu-rh4uk
    @HoangVu-rh4uk 2 года назад +1

    can you put the project, please

    • @PCODEP
      @PCODEP  Год назад

      www.pcodep.com/

  • @alyjsmne
    @alyjsmne Год назад

    hi! at 8:57 how did you change jLabel to jLabelImage

    • @timanhachim856
      @timanhachim856 4 месяца назад

      same problem for me too, did you get a solution ?

  • @muntasirhossain5079
    @muntasirhossain5079 2 месяца назад

    Which database are being used here??

    • @PCODEP
      @PCODEP  2 месяца назад

      without database

  • @SamiManur-g6o
    @SamiManur-g6o Год назад

    50:06 images are not loading nullpointerexception error please reply how to solve this 😢😢

    • @d.katopa7926
      @d.katopa7926 7 месяцев назад

      Did u get help I'm getting the same problem

  • @lymama7479
    @lymama7479 2 года назад

    can you put a link for the images you used

    • @PCODEP
      @PCODEP  2 года назад

      bit.ly/3esZ6fI

  • @harveymanaloto7927
    @harveymanaloto7927 Год назад

    Can you help me how to connect it to database?

    • @PCODEP
      @PCODEP  Год назад

      email: pcodep040@gmail.com

  • @vilsimplefamily6912
    @vilsimplefamily6912 Год назад

    Sir I have a problem on tax it's not working

    • @PCODEP
      @PCODEP  Год назад

      please try again

  • @mikazukiaugus7942
    @mikazukiaugus7942 11 месяцев назад

    Can you convert this into a Jar file.

    • @PCODEP
      @PCODEP  11 месяцев назад

      Yes

  • @KhasimAbadi
    @KhasimAbadi Год назад

    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

  • @FreezePH
    @FreezePH Год назад

    where are the unit stock and actual stock management?

    • @PCODEP
      @PCODEP  Год назад

      NO STOCKS MANAGEMENT

    • @FreezePH
      @FreezePH Год назад

      @@PCODEP Can you help me to create Stock Management on this POS?

    • @PCODEP
      @PCODEP  Год назад

      ruclips.net/video/lyhbbw1YtNA/видео.html

    • @FreezePH
      @FreezePH Год назад

      @@PCODEP Can you help me? the connection of Login and register without database?

    • @PCODEP
      @PCODEP  Год назад

      @@FreezePH Yes, I didn't use the database also only login there is no register

  • @omarwheed1796
    @omarwheed1796 Год назад

    Why used the event windowopened ?

    • @PCODEP
      @PCODEP  Год назад +1

      Because I need to display the JFrame a bit slowly and that looks good

    • @omarwheed1796
      @omarwheed1796 Год назад

      @@PCODEP thanks 🙏

  • @dyannaaaaaaa
    @dyannaaaaaaa Год назад

    Can you help me put database?

    • @PCODEP
      @PCODEP  Год назад

      pcodep040@gmail.com

  • @bashayerali2588
    @bashayerali2588 2 года назад

    are u using DB? or its just files ?plz answer

    • @PCODEP
      @PCODEP  2 года назад +1

      I haven't used DB.

  • @AmmarAminuddin-f5y
    @AmmarAminuddin-f5y Год назад

    I cannot open your source code link

    • @PCODEP
      @PCODEP  Год назад

      The link is working, but if you need source code you need to buy it.

  • @amjadbenamara963
    @amjadbenamara963 11 месяцев назад

    can't find jLabelimage

    • @timanhachim856
      @timanhachim856 4 месяца назад

      same for me, you know how to do it ?

  • @MohammedNavidPasha
    @MohammedNavidPasha 11 месяцев назад

    please can you share report

    • @PCODEP
      @PCODEP  11 месяцев назад

      please contact through email or telegram

  • @thaiuc6289
    @thaiuc6289 Год назад +4

    Please. i want add product button

  • @theturbo5523
    @theturbo5523 9 месяцев назад

    1:05:50

  • @MainNahiBatunga22
    @MainNahiBatunga22 2 года назад

    Can you please share code

    • @PCODEP
      @PCODEP  Год назад

      www.pcodep.com/2022/07/cafe-management-system.html

  • @CodeWithMe-hk8kl
    @CodeWithMe-hk8kl 9 месяцев назад

    20:40
    45:16

    • @PCODEP
      @PCODEP  9 месяцев назад

      What happens?

  • @rajuthapa1522
    @rajuthapa1522 Год назад

    Sir, can you please provide its source code.

    • @PCODEP
      @PCODEP  Год назад

      www.pcodep.com/2022/07/cafe-management-system.html

    • @subornamostofashatu2914
      @subornamostofashatu2914 Год назад

      Hi,can u please give me the source code? Urgently needed,

  • @ShshhDhdhhe
    @ShshhDhdhhe Месяц назад

    اشرح هذا الفيديو

  • @ShshhDhdhhe
    @ShshhDhdhhe Месяц назад

    با عربي

  • @denyfitrah9391
    @denyfitrah9391 Год назад

    Hello