JavaFX RadioButtons 🔘

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2024

ความคิดเห็น • 18

  • @BroCodez
    @BroCodez  3 ปีที่แล้ว +7

    // *************** Controller.java ***************
    package application;
    import javafx.event.ActionEvent;
    import javafx.fxml.FXML;
    import javafx.scene.control.Button;
    import javafx.scene.control.CheckBox;
    import javafx.scene.control.Label;
    import javafx.scene.control.RadioButton;
    import javafx.scene.control.TextField;
    import javafx.scene.image.Image;
    import javafx.scene.image.ImageView;
    public class Controller {
    @FXML
    private Label myLabel;
    @FXML
    private RadioButton rButton1, rButton2, rButton3;

    public void getFood(ActionEvent event) {

    if(rButton1.isSelected()) {
    myLabel.setText(rButton1.getText());
    }
    else if(rButton2.isSelected()) {
    myLabel.setText(rButton2.getText());
    }
    else if(rButton3.isSelected()) {
    myLabel.setText(rButton3.getText());
    }

    }
    }
    // *************** Scene.fxml ***************

  • @siroputa2266
    @siroputa2266 ปีที่แล้ว +1

    Thank you for this. I was setting mine to change the scene based on which radio button was selected, instead I think I'll just change the label on a grindpain.

  • @keesb8656
    @keesb8656 2 ปีที่แล้ว +1

    Thanks bro - needed this.

  • @onekebabpls4236
    @onekebabpls4236 3 ปีที่แล้ว

    I COULDN'T COMMENT BRO, also watched the whole thing in 2x and skips bro! Thanks! Helped me out a lot, have a great day!

  • @jegor06
    @jegor06 3 ปีที่แล้ว +1

    I can't even comment on all videos, keep going the same, Bro!

    • @ctluwua7695
      @ctluwua7695 3 ปีที่แล้ว +1

      BUT I can
      ITs for legend

  • @thushankalana4940
    @thushankalana4940 10 หลายเดือนก่อน

    Thank you so much ❤️❤️❤️

  • @quintilianrosca8172
    @quintilianrosca8172 3 ปีที่แล้ว

    Nice Tutorial!

  • @TheftJord
    @TheftJord ปีที่แล้ว

    thanks bro this really helped me

  • @chemso_1
    @chemso_1 8 หลายเดือนก่อน

    da best

  • @lf00t
    @lf00t ปีที่แล้ว

    should I learn JavaFX or Swing?

  • @chibuikeokeke2832
    @chibuikeokeke2832 3 ปีที่แล้ว

    Amazing

  • @mulganthetysngougbiamayele8898
    @mulganthetysngougbiamayele8898 3 ปีที่แล้ว

    Thank you!

  • @minecraftguides7760
    @minecraftguides7760 3 ปีที่แล้ว

    Are this just JRadioButtons but you do them in a UI?

  • @EdwardNorthwind
    @EdwardNorthwind ปีที่แล้ว

    What about add listener for the group?

  • @omprakashgope
    @omprakashgope ปีที่แล้ว

    how to select multiple radiobutton

  • @meliktanabene1485
    @meliktanabene1485 2 ปีที่แล้ว

    thanks

  • @ctluwua7695
    @ctluwua7695 3 ปีที่แล้ว

    o