Hey Bro! Ur Content is so awesome. You don't teach like a teacher, you teach as if a big bro is teaching to his younger sibling. Please bring more videos....people are waiting.
Hey bro👍🏿 hope you well, I got a question on textfield, I tried creating a choicebox and textfield and validate both objects with an && if statement and struggle🤔
Hey Bro, can you please please please make a video of autocomplete textfield in javafx which is actualy up to date? Please? I've been searching and swearing for hours now but nothing seem to work.... I'd to pay you !
//************************************************************************************
// JavaFX TextField validate user input
//************************************************************************************
//************************************Scene.fxml***********************************
//*********************************Controller.java***********************************
package application;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.control.TextField;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
public class Controller {
@FXML
private Label myLabel;
@FXML
private TextField myTextField;
@FXML
private Button myButton;
int age;
public void submit(ActionEvent event) {
try {
age = Integer.parseInt(myTextField.getText());
if(age >= 18) {
myLabel.setText("You are now signed up!");
}
else {
myLabel.setText("You must be 18+");
}
}
catch (NumberFormatException e){
myLabel.setText("enter only numbers plz");
}
catch (Exception e) {
myLabel.setText("error");
}
}
}
//************************************************************************************
Is there a github or anything like that? Im trying to fix my main but im not quite sure why it wont run. Thank you for all the content though!
hey mister bro i was wondering that javafx changed over the year cuz im getting a lot of errors even tho im following the tutorial
Hey Bro!
Ur Content is so awesome.
You don't teach like a teacher, you teach as if a big bro is teaching to his younger sibling.
Please bring more videos....people are waiting.
Bro, I love the fact, that you're making badass content for your bros, thank you for that!
The way you are teaching was superb and easy to understand the topics which are complicated
you are making learning so easy thnx for that :)
Underrated afffffffffffffffffff
Keep going bro😍
I have basically the same code that he has at 3:55 but I keep getting a null pointer exception error. Does anyone know what I could be doing wrong?
I'm officially a fellow bro now!
Bro ! You teach very well! 👍
Great tuts here
Does anyone know if there is a github or anything availabe for these? Im trying to debug my main file but am having a bit of trouble.
Yo bro, can you make a long tutorial of fx like the java or java gui tutorial?
I will be, I just need to complete a video for each topic first, and then combine them all together
Beautiful.
I need to do this but instead of a int I need a string. How do I do that?
Hey bro👍🏿 hope you well, I got a question on textfield, I tried creating a choicebox and textfield and validate both objects with an && if statement and struggle🤔
please make python full course
OBRIGADOOO s2
BRASILLLLL
da best
Thx again
Thanks bro
I pasted the code to blue j, but it's showing errors
Hello bro.please how To import "javafx.event.action.event" in my eclypse.???
Hey Bro, can you please please please make a video of autocomplete textfield in javafx which is actualy up to date? Please? I've been searching and swearing for hours now but nothing seem to work.... I'd to pay you !
please bro lenguage INDONESIA🇲🇨
Bro, I love the fact, that you're making badass content for your bros, thank you for that!