SVG Text Masking| Using HTML,CSS
6:30
Пікірлер
@thushankalana4940
@thushankalana4940 8 күн бұрын
Super 😊
@Mindy2812
@Mindy2812 Жыл бұрын
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); } } }); }
@betheprogrammer5359
@betheprogrammer5359 11 ай бұрын
what is your query ?
@Mindy2812
@Mindy2812 11 ай бұрын
@@betheprogrammer5359 only I shared the code for make the same with one class.
@Mindy2812
@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
@jhayphy6302 Жыл бұрын
🥰
@orpheus5015
@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
@johnencarnacion1646 Жыл бұрын
Can i get the link for the icon?
@BDCCN-LuuPhuongThao
@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
@betheprogrammer5359
@betheprogrammer5359 11 ай бұрын
Check images path properly
@chamodikawshani
@chamodikawshani Жыл бұрын
I tried this code but, i can get an error. please help me to solve that
@BDCCN-LuuPhuongThao
@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
@HaniMahdi-re8cc Жыл бұрын
nice
@josuejesusibanezcampos420
@josuejesusibanezcampos420 Жыл бұрын
que vesion del placeholder esta utilizando con netbeans 8.2
@crescenciofrancisco4171
@crescenciofrancisco4171 2 жыл бұрын
Muitíssimo obrigado!😃😃
@tomosko2669
@tomosko2669 2 жыл бұрын
Omg the music was so epic I couldn't focus. Let's go to a better video. Bye.
@mlone7231
@mlone7231 2 жыл бұрын
Je n'arrive pas à retrouver la librairie BeProcode.jar. Pourriez-vous m'indiquer où je pourrais trouver ?
@noahmunz3201
@noahmunz3201 2 жыл бұрын
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 ?
@betheprogrammer5359
@betheprogrammer5359 2 жыл бұрын
Ok
@stevenshrii
@stevenshrii 2 жыл бұрын
Dislike the music
@Yalla-Reaction
@Yalla-Reaction 2 жыл бұрын
thanx
@abexoearth8824
@abexoearth8824 2 жыл бұрын
it really works gud Job
@Henry_Nunez
@Henry_Nunez 2 жыл бұрын
👏👏👈🔔
@prachikinage6219
@prachikinage6219 2 жыл бұрын
thanku for my help
@bismaabdulqadir7381
@bismaabdulqadir7381 2 жыл бұрын
Asalam o alaikum sir thank you
@Chanchureelz
@Chanchureelz 3 жыл бұрын
Link work nhi kar rhi
@WU-HU-XI-LIAN-DA_STRIKE
@WU-HU-XI-LIAN-DA_STRIKE 3 жыл бұрын
vid: good music: cancer
@rinaaiko5619
@rinaaiko5619 3 жыл бұрын
where free code?
@Lmdevs
@Lmdevs 3 жыл бұрын
Code source bro please🙏🙏🙏
@srsa7077
@srsa7077 3 жыл бұрын
Your intro is too loud!!!
@ButchCassidyAndSundanceKid
@ButchCassidyAndSundanceKid 3 жыл бұрын
It's a rubbish and useless language. I will stick with C#.
@manishanaik1443
@manishanaik1443 3 жыл бұрын
Thanks
@palurivallinagavenkatavara7870
@palurivallinagavenkatavara7870 3 жыл бұрын
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.
@babu45252
@babu45252 3 жыл бұрын
error TS6053: File 'helloworld.ts' not found. The file is in the program because: Root file specified for compilation
@rflan2865
@rflan2865 3 жыл бұрын
I need the source code. It's too much for me :(
@epl.goalseveryweek
@epl.goalseveryweek 3 жыл бұрын
Gives null pointer exception
@tharunb754
@tharunb754 3 жыл бұрын
Download link is not working please reply
@UpendraYadav-nn8vp
@UpendraYadav-nn8vp 3 жыл бұрын
Make as like more videos...🤗♥️
@gabrieldeoliveira8255
@gabrieldeoliveira8255 3 жыл бұрын
how can I put these files on my code lol
@mutiaraichsan5061
@mutiaraichsan5061 3 жыл бұрын
do you have a javascript lesson step by step .. with four or five exercise for the audience ?
@betheprogrammer5359
@betheprogrammer5359 3 жыл бұрын
No bro I make it for you
@kelwinpd5914
@kelwinpd5914 3 жыл бұрын
can we add placeholder to JTextArea
@betheprogrammer5359
@betheprogrammer5359 3 жыл бұрын
Yes
@minhnguyenquang9504
@minhnguyenquang9504 3 жыл бұрын
thank you very much <3
@vaibhavtomar5134
@vaibhavtomar5134 3 жыл бұрын
Giving null pointer exception
@obrolanit7957
@obrolanit7957 3 жыл бұрын
Please, Give me this file to Google Drive and share link for me. Thanks.
@betheprogrammer5359
@betheprogrammer5359 3 жыл бұрын
plugins.netbeans.org/plugin/70043/placeholder
@betheprogrammer5359
@betheprogrammer5359 3 жыл бұрын
www.google.com/amp/s/lazicbrano.wordpress.com/2013/08/01/jtextfield-placeholder/amp/
@anilbabu9075
@anilbabu9075 3 жыл бұрын
bro can u send the code
@betheprogrammer5359
@betheprogrammer5359 3 жыл бұрын
Yes bro
@lucasmota6628
@lucasmota6628 3 жыл бұрын
THANK YOU.... Brazil!!!
@yourdeveloper35
@yourdeveloper35 3 жыл бұрын
Thanks for sharing this essential tutorial for me to learn more on web dev and designs 💙
@mycuriositech
@mycuriositech 3 жыл бұрын
Thank you very much.
@abdallahjabermohamad3147
@abdallahjabermohamad3147 3 жыл бұрын
you're awsome!!
@betheprogrammer5359
@betheprogrammer5359 3 жыл бұрын
Thanks
@rishabhtripathi3569
@rishabhtripathi3569 3 жыл бұрын
Great work
@betheprogrammer5359
@betheprogrammer5359 3 жыл бұрын
Thanks
@masroorahmad4760
@masroorahmad4760 3 жыл бұрын
Hey nice job can you provide source code in the discretion thx
@patrickedwardbassett7228
@patrickedwardbassett7228 4 жыл бұрын
The download link does not work. It redirects me to adfly "click allow" but there is no allow button there.
@khadijaakhardid5078
@khadijaakhardid5078 4 жыл бұрын
this is not working bro you should have put your source code
@stergiostziahanas6532
@stergiostziahanas6532 3 жыл бұрын
Check this JavaScript file.... var canvas = document.querySelector('canvas'); canvas.height = window.innerHeight; canvas.width = window.innerWidth; c = canvas.getContext('2d'); window.addEventListener('resize', function () { canvas.height = window.innerHeight; canvas.width = window.innerWidth; initCanvas(); }) var mouse = { x: undefined, y: undefined } window.addEventListener('mousemove', function (event) { mouse.x = event.x; mouse.y = event.y; drawCircles(); }) window.addEventListener("touchmove", function (event) { let touch = event.touches[0]; mouse.x = touch.clientX; mouse.y = touch.clientY; drawCircles(); }) function Circle(x, y, radius, vx, vy, rgb, opacity, birth, life) { this.x = x; this.y = y; this.radius = radius; this.minRadius = radius; this.vx = vx; this.vy = vy; this.birth = birth; this.life = life; this.opacity = opacity; this.draw = function () { c.beginPath(); c.arc(this.x, this.y, this.radius, Math.PI * 2, false); c.fillStyle = 'rgba(' + rgb + ',' + this.opacity + ')'; c.fill(); } this.update = function () { if (this.x + this.radius > innerWidth || this.x - this.radius < 0) { this.vx = -this.vx; } if (this.y + this.radius > innerHeight || this.y - this.radius < 0) { this.vy = -this.vy; } this.x += this.vx; this.y += this.vy; this.opacity = 1 - (((frame - this.birth) * 1) / this.life); if (frame > this.birth + this.life) { for (let i = 0; i < circleArray.length; i++) { if (this.birth == circleArray[i].birth && this.life == circleArray[i].life) { circleArray.splice(i, 1); break; } } } else { this.draw(); } } } var circleArray = []; function initCanvas() { circleArray = []; } var colorArray = [ '355,85,80', '9,80,100', '343,81,45' ] function drawCircles() { for (let i = 0; i < 6; i++) { let radius = Math.floor(Math.random() * 4) + 2; let vx = (Math.random() * 2) - 1; let vy = (Math.random() * 2) - 1; let spawnFrame = frame; let rgb = colorArray[Math.floor(Math.random() * colorArray.length)]; let life = 100; circleArray.push(new Circle(mouse.x, mouse.y, radius, vx, vy, rgb, 1, spawnFrame, life)); } } var frame = 0; function animate() { requestAnimationFrame(animate); frame += 1; c.clearRect(0, 0, innerWidth, innerHeight); for (let i = 0; i < circleArray.length; i++) { circleArray[i].update(); } } initCanvas(); animate(); // This is just for demo purposes : for (let i = 1; i < 110; i++) { (function (index) { setTimeout(function () { mouse.x = 100 + i * 10; mouse.y = 100; drawCircles(); }, i * 10); })(i); }
@waltartlegreatman314
@waltartlegreatman314 4 жыл бұрын
thanks bro
@rohitsarmalkar4764
@rohitsarmalkar4764 4 жыл бұрын
nice video