public void password(JPasswordField pf_pass, String baseWord, Color colorBase, Color colorWord){ pf_pass.addFocusListener(new FocusAdapter(){ @Override public void focusGained(FocusEvent evt){ if(pf_pass.getText().trim().equals(baseWord)){ pf_pass.setText(""); pf_pass.setEchoChar('*'); pf_pass.setForeground(colorWord); }else{ pf_pass.selectAll(); } } @Override public void focusLost(FocusEvent evt){ if(pf_pass.getText().trim().equals("")){ pf_pass.setText(baseWord); pf_pass.setEchoChar('\u0000'); pf_pass.setForeground(colorBase); } } }); }
@betheprogrammer535911 ай бұрын
what is your query ?
@Mindy281211 ай бұрын
@@betheprogrammer5359 only I shared the code for make the same with one class.
@Mindy2812 Жыл бұрын
public void standarWord(JTextField tf, String baseWord, Color colorBase, Color colorWord) { tf.setForeground(colorBase); tf.addFocusListener(new FocusAdapter() { @Override public void focusGained(FocusEvent evt) { if (tf.getText().trim().equals(baseWord)) { tf.setText(""); tf.setForeground(colorWord); } else { tf.selectAll(); } } @Override public void focusLost(FocusEvent evt) { if (tf.getText().trim().equals("")) { tf.setText(baseWord); tf.setForeground(colorBase); } } }); }
@jhayphy6302 Жыл бұрын
🥰
@orpheus5015 Жыл бұрын
I cannot do the line 19 part in 6:13. Whenever I will make the Boolean "false" there will be an error and the reason stated that "actual and formal arguments differ in length" Please Help.
@johnencarnacion1646 Жыл бұрын
Can i get the link for the icon?
@BDCCN-LuuPhuongThao Жыл бұрын
Can you help me? i do like you but....Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot load from object array because "Images" is null
@betheprogrammer535911 ай бұрын
Check images path properly
@chamodikawshani Жыл бұрын
I tried this code but, i can get an error. please help me to solve that
@BDCCN-LuuPhuongThao Жыл бұрын
do you get "xception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot load from object array because "Images" is null" error?
@HaniMahdi-re8cc Жыл бұрын
nice
@josuejesusibanezcampos420 Жыл бұрын
que vesion del placeholder esta utilizando con netbeans 8.2
@crescenciofrancisco41712 жыл бұрын
Muitíssimo obrigado!😃😃
@tomosko26692 жыл бұрын
Omg the music was so epic I couldn't focus. Let's go to a better video. Bye.
@mlone72312 жыл бұрын
Je n'arrive pas à retrouver la librairie BeProcode.jar. Pourriez-vous m'indiquer où je pourrais trouver ?
@noahmunz32012 жыл бұрын
pov: "you've been trying smth for hours and you found someone that did 100x better in <10 min" guess i should really learn to use the scene builder lmao. Btw i can't find the source code on your blog at betheprogrammmer.blogspot.com/2020/08/amazing-javafx-login-form-scene-builder.html. Do you have a git repo or smth ?
@betheprogrammer53592 жыл бұрын
Ok
@stevenshrii2 жыл бұрын
Dislike the music
@Yalla-Reaction2 жыл бұрын
thanx
@abexoearth88242 жыл бұрын
it really works gud Job
@Henry_Nunez2 жыл бұрын
👏👏👈🔔
@prachikinage62192 жыл бұрын
thanku for my help
@bismaabdulqadir73812 жыл бұрын
Asalam o alaikum sir thank you
@Chanchureelz3 жыл бұрын
Link work nhi kar rhi
@WU-HU-XI-LIAN-DA_STRIKE3 жыл бұрын
vid: good music: cancer
@rinaaiko56193 жыл бұрын
where free code?
@Lmdevs3 жыл бұрын
Code source bro please🙏🙏🙏
@srsa70773 жыл бұрын
Your intro is too loud!!!
@ButchCassidyAndSundanceKid3 жыл бұрын
It's a rubbish and useless language. I will stick with C#.
@manishanaik14433 жыл бұрын
Thanks
@palurivallinagavenkatavara78703 жыл бұрын
I'm getting an error that com.placeholder.PlaceHolder package doesnot exist may be i've downloaded the wrong jar file .Please provide the jar file you have used.Thank you sir.
@babu452523 жыл бұрын
error TS6053: File 'helloworld.ts' not found. The file is in the program because: Root file specified for compilation
@rflan28653 жыл бұрын
I need the source code. It's too much for me :(
@epl.goalseveryweek3 жыл бұрын
Gives null pointer exception
@tharunb7543 жыл бұрын
Download link is not working please reply
@UpendraYadav-nn8vp3 жыл бұрын
Make as like more videos...🤗♥️
@gabrieldeoliveira82553 жыл бұрын
how can I put these files on my code lol
@mutiaraichsan50613 жыл бұрын
do you have a javascript lesson step by step .. with four or five exercise for the audience ?
@betheprogrammer53593 жыл бұрын
No bro I make it for you
@kelwinpd59143 жыл бұрын
can we add placeholder to JTextArea
@betheprogrammer53593 жыл бұрын
Yes
@minhnguyenquang95043 жыл бұрын
thank you very much <3
@vaibhavtomar51343 жыл бұрын
Giving null pointer exception
@obrolanit79573 жыл бұрын
Please, Give me this file to Google Drive and share link for me. Thanks.