How to Create Calculator in Eclipse with Java Program

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 122

  • @aryanverma7392
    @aryanverma7392 3 роки тому +2

    Without your help its not possible.....you provide us a pure knowledge which is a need of every student....thanks alot sir much love❤️

    • @DJOamen
      @DJOamen  3 роки тому

      It's my pleasure

  • @Mirabel..313
    @Mirabel..313 2 роки тому

    You details and explanation is just the best, please if you are in UK, London I will love to meet you one on one, you are the best

    • @DJOamen
      @DJOamen  2 роки тому

      Hi Grace, maybe one of these days

  • @iiN1GH7M4R3ii
    @iiN1GH7M4R3ii 3 роки тому

    your voice is so calm and you are a great teacher.. you get my sub and like on every vid!!!!!

    • @DJOamen
      @DJOamen  3 роки тому

      Welcome aboard!

  • @anything2everything576
    @anything2everything576 3 роки тому +1

    by using windows builder feature you made the coding easier as one can get some GUI interfaces without coding themselves...but for learning purpose we should try coding the whole thing ourselves....

  • @Aye_Sid
    @Aye_Sid 4 роки тому +2

    Thanks sir for the video...I m a beginner and searching for the video in this coronavirus pandemic...and this becomes my first application after learning java...thanks a lot once again...nd also I subscribed to ur channel

    • @DJOamen
      @DJOamen  4 роки тому +1

      Well done, Stay safe👍

  • @mikemastoros1219
    @mikemastoros1219 3 роки тому

    Thank you! Really helping me with college, covid makes everything so much harder!!!

    • @DJOamen
      @DJOamen  3 роки тому +2

      Great to hear!

  • @ManojKumar-hp8zx
    @ManojKumar-hp8zx 4 роки тому

    Thanks DJ Oamen, I made my first calculator.

  • @navneetkushwaha1830
    @navneetkushwaha1830 4 роки тому

    Thanks sir I was very worry .. but u cleared me.. I am from Bharat..

    • @DJOamen
      @DJOamen  4 роки тому

      All the best👍

  • @exemples.java.koffler
    @exemples.java.koffler Рік тому

    Great course. Thank you 👍🔥🎉☀️☀️

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

      Glad you enjoyed it!

  • @sayedkazimi6008
    @sayedkazimi6008 5 років тому +3

    You just created the calculator. How can you use it as an application on your pc desktop?
    Thank you very much for your answer!

    • @DJOamen
      @DJOamen  5 років тому +8

      Convert it to an executable file (exe file) which is a computer file that contains an encoded sequence of instructions that the system can execute directly when the user clicks the file icon

    • @sayedkazimi6008
      @sayedkazimi6008 5 років тому +1

      @@DJOamen Thank you very much.

  • @belkacemAhmed
    @belkacemAhmed 2 роки тому

    شكرا

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

      مرحباً بك

  • @aratiratnaparkhi3410
    @aratiratnaparkhi3410 4 роки тому

    Thank u for this video 😊
    Please upload more java tutorials.

  • @sumei8293
    @sumei8293 4 роки тому

    From where did u got the codes for backspace, dot etc. Probably i need to understand it well if we have to do it by our self for any other project. Btw great job, Thankyou!!

  • @KingAbodi206
    @KingAbodi206 4 роки тому +1

    hi thanks for you to help us make things .But why you didnt show us the other things like C and delete button.. you said im going to edit everything when you get wrong size with -/+ you cut it what is the code

    • @DJOamen
      @DJOamen  4 роки тому

      Clear:
      txtDisplay.setText(null);
      Delete:
      String backspace=null;
      if(txtDisplay.getText().length() > 0){
      StringBuilder strB = new StringBuilder(txtDisplay.getText());
      strB.deleteCharAt(txtDisplay.getText().length() - 1);
      backspace = strB.toString();
      txtDisplay.setText(backspace);
      }

  • @alonsocorpus7059
    @alonsocorpus7059 2 роки тому

    Wow, is so amazing, helped me too much

    • @DJOamen
      @DJOamen  2 роки тому

      Glad to hear that!

  • @paisrex4962
    @paisrex4962 3 роки тому

    Thank you! So much

    • @DJOamen
      @DJOamen  3 роки тому +1

      You're welcome!

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

    Tku good video👍

  • @indiankitchen1950
    @indiankitchen1950 3 роки тому

    Thanks Sir.

    • @DJOamen
      @DJOamen  3 роки тому +1

      Most welcome

  • @MissPooja.official
    @MissPooja.official Рік тому

    Good night💤😴😴😘

  • @ameer_almughalis
    @ameer_almughalis 3 роки тому

    Thanks a lot

  • @michieb1231
    @michieb1231 8 років тому +6

    do you need ecclipse for this to work

    • @DJOamen
      @DJOamen  8 років тому +4

      No, you can use Java NetBeans as well, just copy and paste the codes

  • @o_o3094
    @o_o3094 3 роки тому +1

    Can I do the same thing but in NetBeans?

    • @DJOamen
      @DJOamen  3 роки тому +1

      Yes you can or click on the links below. Remember to subscribe to the channel.
      How to Create Calculator in Java NetBeans Full Tutorial
      ua-cam.com/video/Ggy8IuIQEsA/v-deo.html
      Java NetBeans Tutorial How to Create a Calculator
      ua-cam.com/video/78PCIp2bSEk/v-deo.html

    • @o_o3094
      @o_o3094 3 роки тому

      @@DJOamen thank you(づ ̄ ³ ̄)づ

  • @saisrijapanchagnula
    @saisrijapanchagnula 4 роки тому +1

    Sir how did textfield change to txtdisplay?

    • @DJOamen
      @DJOamen  4 роки тому

      Change the object name on the property

  • @БоянПетров-о7ж
    @БоянПетров-о7ж 4 роки тому

    Thanks! Amazing video!

    • @DJOamen
      @DJOamen  4 роки тому

      Glad you liked it!

  • @bernardkaminskibk
    @bernardkaminskibk 4 роки тому +1

  • @nkba17
    @nkba17 4 роки тому

    Thank you so much.

  • @eshu4662
    @eshu4662 4 роки тому

    sir i am not able to get the window builder option......can u plz help me out sir ..plz

    • @DJOamen
      @DJOamen  4 роки тому

      Re-install your Window Builder, click on the link below to see how to re-install the window building back. ua-cam.com/video/ndhFmgzi6io/v-deo.html

  • @mansisaxena6615
    @mansisaxena6615 4 роки тому

    Sir, i have one doubt how to insert dot(.) only one time.

    • @DJOamen
      @DJOamen  4 роки тому +1

      Watch this video:
      ua-cam.com/video/1gNKbYIh5g0/v-deo.html
      OR
      ua-cam.com/video/X2JZK6xt98E/v-deo.html

    • @mansisaxena6615
      @mansisaxena6615 4 роки тому

      @@DJOamen ok thanks a lot!! 😊

  • @TacerTV
    @TacerTV 4 роки тому

    That's amazing. Thanks

    • @DJOamen
      @DJOamen  4 роки тому

      You're welcome!

    • @TacerTV
      @TacerTV 4 роки тому

      @@DJOamen does this calculator work with more numbers. For example not only with 2 Numbers (5+7) but 5+7+8 for instance.

  • @AshokKumar-pv1jo
    @AshokKumar-pv1jo 4 роки тому

    Dear Sir, I was trying to develop the Calculator app using Eclipse 2020-3 . But when I try to make the WindowBuilder wizard it is not showing the WindowBuilder wizard. In this version why it is not showing the WindowBuilder ? How to make the app using the Eclipse 2020-3 version. Please tell me . Thanking you

    • @DJOamen
      @DJOamen  4 роки тому

      How to Install Window Builder in Eclipse or Re-Install Window Builder in Eclipse
      ua-cam.com/video/ndhFmgzi6io/v-deo.html

    • @AshokKumar-pv1jo
      @AshokKumar-pv1jo 4 роки тому

      Thank you very much for your reply Sir. I thought the WindowsBuilder is in the Eclipse by default. I didn't know that it has to be installed separately, hence the doubt came. Now I have installed it. Thank you Sir.

  • @muhammadmujtaba5285
    @muhammadmujtaba5285 3 роки тому

    kindly tell me where is the division operator ?????????

  • @somtochianosike9672
    @somtochianosike9672 5 років тому

    My eclipse is not showing the folder called windows builder. Please how do i go about it

    • @DJOamen
      @DJOamen  5 років тому +1

      Reinstall windows builder, search for a tutorial on how to install windows builder on UA-cam. Good luck

  • @kam125bkamel2
    @kam125bkamel2 5 років тому

    thank you

  • @paulparker7976
    @paulparker7976 5 років тому

    Nice work man

  • @anirudhthakur1957
    @anirudhthakur1957 4 роки тому

    Can i use System.out.print instead of txt.display

  • @6f4hf
    @6f4hf 3 роки тому

    txtDisplay isnt recognizable. i am using CDC1.1/Foundation 1.1

    • @DJOamen
      @DJOamen  3 роки тому

      Change the txtDisplay to how you name component in CDC1.1/Foundation 1.1

    • @6f4hf
      @6f4hf 3 роки тому

      @@DJOamen Where can I get that please and thanks for helping and I am using normal eclipse, will that matter?

    • @DJOamen
      @DJOamen  3 роки тому +1

      No, just try it and see the result. Good luck

  • @MissRhea19
    @MissRhea19 3 роки тому

    why i didnt have windowsbuilder in my eclipse ide?

    • @DJOamen
      @DJOamen  3 роки тому

      Re-install Eclipse Window Builder, see link below.
      ua-cam.com/video/ndhFmgzi6io/v-deo.html

    • @MissRhea19
      @MissRhea19 3 роки тому

      @@DJOamen no thanks sir, Ive fixed it already. Thank you so much to your wonderdul tutorial sir, I enjoyed it alot. your channel deserves a lot of subscribers . your new subscriber here from Philippines.

  • @imajaysahu
    @imajaysahu 2 роки тому

    Can I make this project at intelij

  • @mapfumbarudo8088
    @mapfumbarudo8088 6 років тому +1

    my eclipse does not have window builder

    • @DJOamen
      @DJOamen  6 років тому +2

      Search for how to install WindowBuilder on Eclipse in UA-cam. There are a lot of tutorials to help you. Good Luck

    • @soewinnaing134
      @soewinnaing134 5 років тому

      download.eclipse.org/windowbuilder/latest/

    • @callmejeff4863
      @callmejeff4863 5 років тому +1

      My eclipse too.

  • @ulaganathang8697
    @ulaganathang8697 5 років тому

    Nice Codding i got it

    • @DJOamen
      @DJOamen  5 років тому

      Thank you

    • @payaljain8963
      @payaljain8963 4 роки тому

      Can you tell me the source code of the calculator

  • @shreyabhatnagar7416
    @shreyabhatnagar7416 4 роки тому

    in 28:08 can we use switch case

  • @noorsajjad6370
    @noorsajjad6370 4 роки тому

    How to download this code? Plz reply

    • @DJOamen
      @DJOamen  4 роки тому

      Check out the description area

  • @SarahClaytonSMF
    @SarahClaytonSMF 4 роки тому

    Yeah I don't have the window builder.

    • @DJOamen
      @DJOamen  4 роки тому +1

      See the link below to install the window builder. ua-cam.com/users/videondhFmgzi6io

  • @amirtemur6872
    @amirtemur6872 4 роки тому

    I don't have a window builder

    • @DJOamen
      @DJOamen  4 роки тому +1

      Search for " how to re-install window builder in eclipse" on UA-cam

    • @amirtemur6872
      @amirtemur6872 4 роки тому

      @@DJOamen thank you

  • @gudneighbour
    @gudneighbour 5 років тому

    I haven´t window buidler :((.

    • @DJOamen
      @DJOamen  5 років тому

      There are tutorials on UA-cam that will show you how to re-install window builder✔

    • @TerryRSwenson
      @TerryRSwenson 5 років тому +1

      For newer versions of eclipse, you will need to go into the eclipse marketplace & search for WindowBuilder then install it-reboot Eclipse & then you will be able to use it

  • @jerryorange6983
    @jerryorange6983 3 роки тому

    :) Cool.

  • @tonyquigley6543
    @tonyquigley6543 6 років тому

    Hi man i know you're really popular and stuff so you probably won't have time to even read this, let alone answer it, I'm trying to learn how to code in Java and Javascript, following it up with Python. Im not very good at all at the moment, im wondering, when i eventually do go for an entry level job in programing or testing or debugging, what kind of stuff will be expected of me? Because I'm kind of freaked out here, I'm watching guys creating snake and flappy bird and brick breaker in 6 minutes amd guys who just seem to know how to do everything without having to look up references... also, can you tell me roughly what i could expect fir basic pay as a new entry level programmer? Thanks so much

    • @DJOamen
      @DJOamen  6 років тому

      The average salary for an Entry-Level Software Developer is £28746. See link below
      www.payscale.com/research/UK/Job=Software_Developer/Salary/17ff2dd9/Entry-Level

  • @anandafonseka535
    @anandafonseka535 3 роки тому

    Thanks a lot.