How to Create Point of Sales Systems in Eclipse with a Receipt using Java

Sdílet
Vložit
  • čas přidán 31. 03. 2017
  • How to Create Point of Sales Systems in Eclipse with a Receipt using Java. Objects used include TextField, TextArea, Buttons, Label, Panel and jFrames.
    To support more videos from DJ Oamen, visit POamen Paypal
    www.paypal.me/POamen
    To Become a Channel member click on the link below to JOIN:
    / @djoamen
    Join this channel to get access to codes, and perks, and see more interesting videos. / @djoamen
    To support more videos from DJ Oamen, visit POamen Paypal
    www.paypal.me/POamen?
    For more interesting video tutorials, visit my second channel: / pauloamen
    To Become a Channel member click on the link below to JOIN:
    / @djoamen
    Channel Members can Download the Point of Sales Systems in Eclipse source code, and modify it for their own personal use. Plus one other source code per month. Total - 2 Source codes Per Month, only:
    drive.google.com/file/d/1KW_-...

Komentáře • 15

  • @subramanianchenniappan4059

    Thanks . I am a java web developer for more than 15 years . Never worked in swing or other standalone technologies

  • @ananyatrivedi6641
    @ananyatrivedi6641 Před 4 lety

    This was great!!! This literally saved my life!!!!

  • @bibashpokhrel
    @bibashpokhrel Před 4 lety

    Nice video this is really helpful. please make more video in java eclipse with mysql database. thank you!

  • @jaffersadiqque9358
    @jaffersadiqque9358 Před 5 lety

    Thanks DJ Oamen ....very useful and informative video .. but how will you store the transaction and how will you generate the report of transactions ?

  • @iantv4220
    @iantv4220 Před 4 lety

    Awesome men, can I get your Code?

    • @DJOamen
      @DJOamen  Před 4 lety

      To Become a Channel member click on the link below to JOIN:
      czcams.com/channels/Ftw9CfTfMKU9aHZsT2teYg.htmljoin

  • @marcchestertan8254
    @marcchestertan8254 Před rokem

    Hello, i am trying to use your work but when im putting the txtapples.setEnabled(false); it doesn't work, it always go with an error

    • @DJOamen
      @DJOamen  Před rokem

      Add a TextField and change the name to txtapples

    • @marcchestertan8254
      @marcchestertan8254 Před rokem

      @@DJOamen Hello, i have a question, in last part of the video is iTax is the jlabel or is it the text field?

    • @DJOamen
      @DJOamen  Před rokem

      iTax is a variable used to store values. E.g.
      iTax = String.format("£ %.2f", itemcost[20] / 100);