Easy Java: Check Box, Radio Buttons Part 2

Поделиться
HTML-код
  • Опубликовано: 5 фев 2025
  • This tutorial will demonstrate how to effectively use Netbeans' check box buttons and radio buttons. The use of Panels, Jlabels, Text fields, check boxes, and radio buttons were all used in this demonstration. This video is very informative and will not leave you with questions about how that is or how did that happen. This is straightforward coding. Implementing the Java coding language.
    Java Utilization Program - • Java Credit Utilizatio...
    Tax Program - • Java Wage and Tax GUI
    Check Out More Java Programs!
    Java Toggle Button - • Java Toggle Button Beg...
    Java ComboBox - • Java ComboBox Beginner...
    Java GPA Calculator - • Java: Grades GUI JAVA ...
    Java Grade Finder - • Java Grade Finder
    Java Weight GUI Program - • Easy Java: Java Weight...
    Java GUI Calculations - • Easy Java GUI: Easy Ja...
    Java Input - • Easy Java Program: Get...
    Java Binary Converter Program - • Easy Java 8 Digit Bina...
    Java Grades Program - • Easy Java Grades Progr...
    Java Strings - • Easy Java Strings: Jav...
    Java If/Else - • Easy Java if Else Stat...
    Java GUI JTable - • Easy Java JTable: GUI ...
    Java Euclidean Algorithm Program - • Java Greatest Common D...
    Java Loops - • Easy Java Loops: for, ...
    Java Text File Program - • Easy Java: Create Text...
    Java Check Box, Radio Button Program - • Easy Java: Check Box, ...
    Java Check Box, Radio Button Part 2 - • Easy Java: Check Box, ...
    Java Arrays - • Easy Java Arrays: Begi...
    Java JCombobox Program - • Easy Java JComboBox: B...
    Java Gridlayout Program - • Easy Java GridLayout: ...
    Java Vending Machine Program - • Easy Java: Vending Mac...
    DISCLOSURE: This post may contain affiliate links, meaning when you click the links and make a purchase, we receive a commission.
    Visit: www.codehump.com
    Shop Lenovo: lenovo.vzew.ne...

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

  • @arsenioscott
    @arsenioscott  4 года назад +2

    Check out a newer version here! ruclips.net/video/VH61xyKfAbo/видео.html

  • @girirajchoudhury7211
    @girirajchoudhury7211 7 лет назад +1

    thank you sir... none of the other video is like yours. i truly understood everything.

  • @wtf1a1a
    @wtf1a1a 9 лет назад

    glad to see a java tutorial done around this year. also thanks this has been helping me with my classes, keep up the good work. looking forward to more

  • @NancyBasoahScott
    @NancyBasoahScott 9 лет назад +4

    Thats a good GUI I did this with your help and it worked like a charm.

    • @arsenioscott
      @arsenioscott  9 лет назад +1

      Nancy Basoah-Scott Thanks for watching.

  • @vedikajaokar
    @vedikajaokar 3 года назад +1

    Thanks, It really helped.

  • @kenjisuwanthong4900
    @kenjisuwanthong4900 9 лет назад

    Thanks bro, very helpful. This is exactly what I was looking for.

  • @jcxenp8367
    @jcxenp8367 7 лет назад +6

    i'm sorry! but, may i ask a question. i'm new to netbeans GUI, but there seems to be a mistake in the code in the video...
    the last parts where you typed the subtotal, tax and total calculations and text setting INSIDE the Fudge check box (if (fudgeChk.isSelected())) ... hence, if you didn't checked the fudge box while running, there won't be any output in the subtotal, tax and total text fields.
    i am still in 9th grade so please comprehend what i'm trying to say...
    thank you for the consideration... please reply ASAP

  • @Qanpex
    @Qanpex 7 лет назад

    Nice Videos not only these one
    helpt me for a school projekt !

  • @archanaj4573
    @archanaj4573 5 лет назад

    It's was so useful...thnq so much

  • @prawaaaaa
    @prawaaaaa 7 лет назад +1

    You can use button group too right?

  • @FarhaJawedCSE_MIST
    @FarhaJawedCSE_MIST 7 лет назад +1

    Hi, is there any specific reason of not using button group?

  • @akshanshgupta614
    @akshanshgupta614 6 лет назад +2

    you could have done it with button group instead of making this long video but loved your videos always

  • @marcgordillo9221
    @marcgordillo9221 6 лет назад

    Sir, this is just a tip. You can use Button_group so that u can button one only

  • @nathanieltutorials1371
    @nathanieltutorials1371 3 года назад

    Good day sir! I find this tutorial interesting and direct to the point I understand also the logic behind it but I do have 1 question.
    All of the steps I tried on point to your tutorial but there's this code that I don't know why doesn't work I thought it has the same output as yours but it didn't, the code is like this:
    if (vanillaRad.isSelected()) {
    subtotal =+ 1.00;
    }
    I know yours was like this
    if (vanillaRad.isSelected()) {
    subtotal = subtotal + 1.00;
    }
    What do you think is the problem with my code above? Thank you in advance

  • @PrakashPraaku
    @PrakashPraaku 7 лет назад

    Really very helpful video sir. Thank you so much for this video. Request you to upload some Java video on Printing the submitted information of input.
    Thanks in advance.
    Prakash

  • @dilharaelvitigala5514
    @dilharaelvitigala5514 7 лет назад

    Thank you very much ...so helpful

  • @acamargos
    @acamargos 8 лет назад

    Thanks for the video it was very helpful.
    But what if i have 20 check boxes and i would like to select two at the time?

  • @Hamdhan777
    @Hamdhan777 9 лет назад +1

    Oh my god, THANK YOU! :D

  • @iconicae8814
    @iconicae8814 3 года назад

    Is selected function isnt exist on my netbeans

  • @harshbhardwaj3542
    @harshbhardwaj3542 4 года назад +1

    Thanks

  • @jeffhardyfan1989
    @jeffhardyfan1989 8 лет назад

    I have a problem with the Peanut code. It wont calculate if it's alone or with a certain topping. It has to be 3 toppings for it to be calculated. D: Please help

  • @Ace-cc6fh
    @Ace-cc6fh 4 года назад +1

    How can i do this without the subtotal and tax?

    • @arsenioscott
      @arsenioscott  4 года назад +1

      you would simply remove the text boxes for both subtotal and tax from the GUI, and you would also remove the code related to those textfields.

  • @bazoumanakone1934
    @bazoumanakone1934 6 лет назад

    Thank you for this video

  • @dragonfly3973
    @dragonfly3973 7 лет назад

    great video. thank you.

  • @umfuessd3599
    @umfuessd3599 5 лет назад

    Hey ! Thank you so much sir

  • @muhammadmahad2833
    @muhammadmahad2833 5 лет назад

    Really good TY

  • @kenilnavadiya6699
    @kenilnavadiya6699 7 лет назад

    Good Videos...................

  • @anggarachmana3392
    @anggarachmana3392 7 лет назад

    how i can delete the check box? if i use this script (checkbox.setSelected(false) its work but when i call method again isn't work

  • @aeronjohngarcia
    @aeronjohngarcia 8 лет назад

    Thanks bro :)

  • @riskinovasaputra4018
    @riskinovasaputra4018 8 лет назад

    Thank you

  • @khianmenggoh8266
    @khianmenggoh8266 7 лет назад

    Sorry guy ,i have a question. My question is when the radioButton or the check box no empty how to run the process

  • @freeleexx
    @freeleexx 6 лет назад

    why you code all the if statements to select and unselect buttons when u can group all in button groups? its a thousand times easier

  • @nancybasoah-scott7071
    @nancybasoah-scott7071 2 года назад +1

    Hi

  • @fernandoalves8107
    @fernandoalves8107 9 лет назад

    Pelo oque eu lembro da pergunta sobre o romance na entrevista da Ellen, o Oscar fala algo como "Pode ser um Droid", acho que ele se referia ao BB8 e não ao Finn ou a Rey. www.dezintopdesentupidora.com.br/desentupidora-na-zona-norte.html Até acharia legal se houvesse um relacionamento