Cafe Management System Project | Java Swing | NetBeans

Поділитися
Вставка
  • Опубліковано 20 вер 2024
  • Cafe Management System Java Project design with Net-Beans IDE Using Java Swing
    ✅ Images: bit.ly/3esZ6fI
    ✅ Source Code: www.procodepla...
    ✅ Java Swing Dashboard Design Part-1/2
    • Java Swing Dashboard D...
    ✅ Java Swing Dashboard Design Part-2/2
    • Java Swing Dashboard D...
    ✅ University Dormitory Management System Project
    • University Dormitory M...
    ✅ University Management System
    • University Management ...
    #CafeManagement #JavaProject #JavaSwing
    #NetBeans #GUI #JLabel #JTextField
    #JFrame #JPanel #JButton
    #JCheckBox #JComboBox
    #JTextField #JTextArea
    Contact:
    E-mail: pcodep040@gmail.com
    Website: www.procodepla...
    Feedbacks, Suggestions, Criticisms are always welcome.
    Thank you for watching and also thank you for being here and reading the description.

КОМЕНТАРІ • 101

  • @omarwheed1796
    @omarwheed1796 Рік тому +7

    Please can you share products image !

  • @sivaranjaniranjani2150
    @sivaranjaniranjani2150 20 днів тому

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

  • @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?

  • @rhodcelistersol1613
    @rhodcelistersol1613 9 місяців тому +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  9 місяців тому

      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.

  • @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 11 місяців тому

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

  • @bossangel2536
    @bossangel2536 9 місяців тому

    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  9 місяців тому

      please contact through email

  • @shivaniborhade2598
    @shivaniborhade2598 2 роки тому +1

    excellent ...😍👍

  • @arpitchauhan5212
    @arpitchauhan5212 Рік тому +1

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

  • @junuchakma2132
    @junuchakma2132 10 місяців тому

    Thanks a lot...👍👍👍👍

    • @junuchakma2132
      @junuchakma2132 10 місяців тому

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

  • @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 3 місяці тому

    Can I get the source code for this project
    It's shows errors while we are typing

  • @zahraasadeq4911
    @zahraasadeq4911 Рік тому +1

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

  •  11 місяців тому

    Amazing project, but can you help me create a database for this project ? I'm very appriciate for that

    • @PCODEP
      @PCODEP  11 місяців тому

      Please check your email

  • @alafyakhleel1400
    @alafyakhleel1400 Рік тому

    Thank you so much

  • @RajeshPal-w5f
    @RajeshPal-w5f 2 місяці тому

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

    • @PCODEP
      @PCODEP  2 місяці тому

      check my code

    • @RajeshPal-w5f
      @RajeshPal-w5f 2 місяці тому

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

  • @arvindrk905
    @arvindrk905 Рік тому +2

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

    • @PCODEP
      @PCODEP  Рік тому

      www.pcodep.com/

  • @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

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

  • @activemusic4300
    @activemusic4300 9 місяців тому

    Can I ask if it works on NetBeans 8.2? ASAP

  • @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.

  • @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

  • @vilsimplefamily6912
    @vilsimplefamily6912 10 місяців тому

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

    • @PCODEP
      @PCODEP  10 місяців тому

      please try again

  • @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.

  • @zahraasadeq4911
    @zahraasadeq4911 Рік тому

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

  • @SamiManur-g6o
    @SamiManur-g6o 10 місяців тому

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

    • @d.katopa7926
      @d.katopa7926 5 місяців тому

      Did u get help I'm getting the same problem

  • @sahithi-te5kc
    @sahithi-te5kc 3 місяці тому

    Amazing but need database

  • @bashayerali2588
    @bashayerali2588 Рік тому

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

    • @PCODEP
      @PCODEP  Рік тому +1

      I haven't used DB.

  • @penflixtv3814
    @penflixtv3814 Рік тому

    why i cant use setIcon

  • @CHRISTINEJAYTAPAT
    @CHRISTINEJAYTAPAT Рік тому

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

    • @PCODEP
      @PCODEP  Рік тому

      pcodep040@gmail.com

  • @harveymanaloto7927
    @harveymanaloto7927 Рік тому

    Can you help me how to connect it to database?

    • @PCODEP
      @PCODEP  Рік тому

      email: pcodep040@gmail.com

  • @alyjsmne
    @alyjsmne Рік тому

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

    • @timanhachim856
      @timanhachim856 Місяць тому

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

  • @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  Рік тому

      ua-cam.com/video/lyhbbw1YtNA/v-deo.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 🙏

  • @mikazukiaugus7942
    @mikazukiaugus7942 9 місяців тому

    Can you convert this into a Jar file.

  • @HoangVu-rh4uk
    @HoangVu-rh4uk Рік тому +1

    can you put the project, please

    • @PCODEP
      @PCODEP  Рік тому

      www.pcodep.com/

  • @lymama7479
    @lymama7479 Рік тому

    can you put a link for the images you used

    • @PCODEP
      @PCODEP  Рік тому

      bit.ly/3esZ6fI

  • @bnh6562
    @bnh6562 7 місяців тому

    sir if i want to add a new product

  • @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.

  • @aqliyakaneya
    @aqliyakaneya 5 місяців тому

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

  • @thaiuc6289
    @thaiuc6289 10 місяців тому +4

    Please. i want add product button

  • @diannetabanao999
    @diannetabanao999 Рік тому

    Can you help me put database?

    • @PCODEP
      @PCODEP  Рік тому

      pcodep040@gmail.com

  • @amjadbenamara963
    @amjadbenamara963 9 місяців тому

    can't find jLabelimage

    • @timanhachim856
      @timanhachim856 Місяць тому

      same for me, you know how to do it ?

  • @MohammedNavidPasha
    @MohammedNavidPasha 9 місяців тому

    please can you share report

    • @PCODEP
      @PCODEP  9 місяців тому

      please contact through email or telegram

  • @theturbo5523
    @theturbo5523 7 місяців тому

    1:05:50

  • @MainNahiBatunga22
    @MainNahiBatunga22 Рік тому

    Can you please share code

    • @PCODEP
      @PCODEP  Рік тому

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

  • @rajuthapa1522
    @rajuthapa1522 Рік тому

    Sir, can you please provide its source code.

    • @PCODEP
      @PCODEP  Рік тому

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

    • @subornamostofashatu2914
      @subornamostofashatu2914 10 місяців тому

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

  • @CodeWithMe-hk8kl
    @CodeWithMe-hk8kl 7 місяців тому

    20:40
    45:16

    • @PCODEP
      @PCODEP  7 місяців тому

      What happens?

  • @denyfitrah9391
    @denyfitrah9391 Рік тому

    Hello