876WilliamsTechJA
876WilliamsTechJA
  • 47
  • 102 258
Create Login Form in Eclipse IDE using WindowBuilder
In this tutorial, we'll walk through the process of creating a login form in Eclipse IDE using WindowBuilder. Whether you're a beginner or an experienced developer, building a login form is a fundamental skill for many applications. With WindowBuilder's drag-and-drop interface, we'll streamline the development process, making it easy to design and implement a professional-looking login form.
Key points covered in this tutorial:
Introduction to Eclipse IDE and WindowBuilder plugin
Setting up a new Java project
Adding WindowBuilder to the Eclipse environment
Designing the login form using WindowBuilder's GUI designer
Adding components such as text fields, labels, and buttons
Implementing functionality for the login form
Handling user input validation and authentication
Testing the login form within Eclipse IDE
By the end of this tutorial, you'll have a solid understanding of how to create a login form in Eclipse IDE using WindowBuilder, empowering you to build user authentication features for your Java applications with ease.
Don't forget to like the video if you find it helpful, subscribe to the channel for more tutorials, and leave any questions or suggestions in the comments section below.
Переглядів: 661

Відео

How to Install WindowBuilder in Eclipse IDE
Переглядів 6686 місяців тому
In this video, I will show you how to install WindowBuilder in Eclipse. WindowBuilder is a powerful and easy-to-use graphical user interface (GUI) builder for Java. HOW TO INSTALL: Install from Update Site (This method is generally recommended): Visit the WindowBuilder download page on the Eclipse Foundation website: eclipse.dev/windowbuilder/download.php There, you'll find update site URLs for...
Install WordPress on Localhost | A Quick Guide to Learning How to Install WordPress
Переглядів 2008 місяців тому
How to Install WordPress Locally on your Personal Device WordPress is the most popular content management system for creating and launching various kinds of websites (including ecommerce websites, personal websites among others). This demo will cover how to perform the WordPress localhost installation. I will use the XAMPP development environment to run Apache server on localhost. XAMPP is a co...
Vue.js for Beginners: A Step-by-Step Guide to Building Your First Web App in 50 Minutes!
Переглядів 4238 місяців тому
🚀 Dive into the world of Vue.js with my beginner-friendly tutorial! In just 50 minutes, learn the essentials of Vue.js and build your first interactive web app from scratch. I'll cover the basics, introduce key concepts, and guide you through this exercise. Whether you're new to web development or looking to add Vue.js to your skill set, this tutorial is your gateway to creating dynamic and res...
Send Email with an Attachment in PHP
Переглядів 4579 місяців тому
In this demo, I looked at how to send an email with an attachment using PHP. I also cover how to create a form to attach a file and send the email. I made use of Bootstrap and Sweetalert2.
Step-by-Step Guide: Installing SQL Server 2022 and SQL Server Management Studio (SSMS) 19
Переглядів 1,5 тис.10 місяців тому
SQL Server 2022 and SQL Server Management Studio (SSMS) 19 Installation This video demonstration takes a look at the installation process for SQL Server 2022 (Developer version) and SQL Server Management Studio (SSMS) 19. SQL Server 2022 Developer is a full-featured free edition, licensed for use as a development and test database in a non-production environment. SQL Server Management Studio (S...
Connect Java GUI Application to MySQL Database in NetBeans
Переглядів 1,4 тис.Рік тому
This video takes a look at how to connect a Java Application to a MySQL Database in NetBeans.
Connect Java Application to MySQL Database in Eclipse
Переглядів 1,9 тис.Рік тому
This video covers how to connect a Java Application to a MySQL Database using the Eclipse IDE. I also looked at writing Java code to insert data into our MySQL database.
How to Install MySQL on Windows 11
Переглядів 268Рік тому
In this video we will look at downloading and installing MySQL on Windows 11. MySQL is an open-source relational database management system. Link to MySQL installer download: dev.mysql.com/downloads/installer/
Sending Email via Contact Form using PHP
Переглядів 191Рік тому
This is a quick code walkthrough for sending an Email via a Contact Form using PHP from localhost. Link to the code is below: 876williamstech.com/store.php
Configure Localhost to Send Email in PHP using Gmail
Переглядів 6 тис.Рік тому
This is a demo on how to configure localhost to send Email in PHP using Gmail as the SMTP server. Set the following values: in the php.ini file [mail function] SMTP = smtp.gmail.com smtp_port = 587 sendmail_from = your_email@gmail.com sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" In the sendmail.ini file [sendmail] smtp_server = smtp.gmail.com smtp_port = 587 auth_username = your_emai...
Downloading & Installing Apache NetBeans 17
Переглядів 1 тис.Рік тому
Downloading and installing Apache NetBeans 17 IDE.
PHP & MYSQL DATABASE LOGIN FORM DEMO
Переглядів 175Рік тому
In this demonstration video I will be covering how to connect a database to a PHP login form/page. The demo will also show how to implement user login based on username and password stored in a database table. I will utilize prepared statements to query the database for the username and password.
XAMPP Download & Installation | PHP 8.2.0 (2023)
Переглядів 1,7 тис.Рік тому
This is a short demo video on how to download and install XAMPP. This version of XAMPP comes with PHP 8.2.0.
File Transfer with FileZilla
Переглядів 1,5 тис.Рік тому
A demonstration of how to use FileZilla to transfer files via FTP.
Create C# Class Project with Class Library in Visual Studio 2022
Переглядів 10 тис.Рік тому
Create C# Class Project with Class Library in Visual Studio 2022
Forex Backtesting Spreadsheet (A beginner's look at backtesting)
Переглядів 3,2 тис.2 роки тому
Forex Backtesting Spreadsheet (A beginner's look at backtesting)
Simple Laravel Post API with Postman
Переглядів 4,6 тис.2 роки тому
Simple Laravel Post API with Postman
Microsoft Hyper-V | What is virtualization? (Part 1)
Переглядів 472 роки тому
Microsoft Hyper-V | What is virtualization? (Part 1)
Send Email with PHPMailer from Localhost
Переглядів 15 тис.2 роки тому
Send Email with PHPMailer from Localhost
XAMPP Download & Installation
Переглядів 1222 роки тому
XAMPP Download & Installation
Visual Studio Code MSSQL Extension | Part 2: Write SQL
Переглядів 3 тис.2 роки тому
Visual Studio Code MSSQL Extension | Part 2: Write SQL
Visual Studio Code MSSQL Extension | Part 1: Introduction
Переглядів 2,3 тис.2 роки тому
Visual Studio Code MSSQL Extension | Part 1: Introduction
Firebase Authentication | Email & Password User Login
Переглядів 7 тис.3 роки тому
Firebase Authentication | Email & Password User Login
Proto.io | Export UI Project as HTML or PDF
Переглядів 1,4 тис.3 роки тому
Proto.io | Export UI Project as HTML or PDF
UI Design Prototype with Proto.io
Переглядів 8 тис.3 роки тому
UI Design Prototype with Proto.io
First look at Google's Material Design in Windows Forms Application
Переглядів 1,9 тис.3 роки тому
First look at Google's Material Design in Windows Forms Application
Create Simple ASP .NET MVC Application
Переглядів 4,1 тис.3 роки тому
Create Simple ASP .NET MVC Application
Kali Linux and VMware Workstation Player 16 Installation
Переглядів 2063 роки тому
Kali Linux and VMware Workstation Player 16 Installation
Penetration Testing Overview
Переглядів 403 роки тому
Penetration Testing Overview

КОМЕНТАРІ

  • @jovanssemivule8756
    @jovanssemivule8756 День тому

    Thanks for the video. But even after following step by step the email is still not in my inbox yet on the console it shows sent succesfully what could be the problem

  • @troymarks6281
    @troymarks6281 27 днів тому

    Thank you very much for the free spreadsheet!!

  • @lauryneeklou8346
    @lauryneeklou8346 27 днів тому

    Merci beaucoup🤍🤍I do it.

  • @HEALTH__ZONE
    @HEALTH__ZONE Місяць тому

    Salut ,donne nous le mot de passe de la feuille de calcul de backtesting ua-cam.com/video/N-5Tu-O3EF0/v-deo.htmlsi=UEAV7bdnhcFtC-rY

  • @HEALTH__ZONE
    @HEALTH__ZONE Місяць тому

    Salut ,donne nous le mot de passe de la feuille de calcul de backtesting stp ua-cam.com/video/N-5Tu-O3EF0/v-deo.htmlsi=UEAV7bdnhcFtC-rY

  • @HEALTH__ZONE
    @HEALTH__ZONE Місяць тому

    Le mot de passe stp

  • @Richartichaut
    @Richartichaut Місяць тому

    Thanks a lot ! You are the only one I could find that explained how to do that

    • @876WilliamsTechJA
      @876WilliamsTechJA Місяць тому

      I'm glad that my explanation was helpful. All the best!

  • @ronaldkanu4353
    @ronaldkanu4353 2 місяці тому

    where can I get those icons please ?

    • @876WilliamsTechJA
      @876WilliamsTechJA 2 місяці тому

      Hey Ronald, the icons are from Icons8 Pichon. If you can't find that icon library, you can try other libraries.

  • @sachinGupta-kz1wy
    @sachinGupta-kz1wy 3 місяці тому

    your videos are very clear and to the mark, explanations are perfect. thanks a lot. worked

  • @muhammad-qasim-profile
    @muhammad-qasim-profile 4 місяці тому

    Thanks, you explained nicely.

  • @tekstildijana6916
    @tekstildijana6916 4 місяці тому

    Bro are you Jamaican?

  • @soumyamaachanna1763
    @soumyamaachanna1763 5 місяців тому

    hi. Iam using wamp server (latest version) and when I run the file (via localhost), it shows email sent successfully but I have not received any mail to the Gmail account mentioned in the file. I have edited the php.ini in the Apache folder. As for Sendmail, it was downloaded from GitHub and copied to wamp64 folder.

  • @tsxxtejas5106
    @tsxxtejas5106 5 місяців тому

    broh i was trying this thing from so much time i saw ur video and it ran successfully......................... much thankssssssss

  • @kingsamvisuals
    @kingsamvisuals 6 місяців тому

    You know I just watched a tutorial for window builder about an hour ago. 😅

  • @abdobebo9192
    @abdobebo9192 6 місяців тому

    Sir I followed u step by step But I got Error Or Warning If u Can Help Me... Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\ecommercephp\test.php on line 11 E-Mail Sent Failed

    • @876WilliamsTechJA
      @876WilliamsTechJA 6 місяців тому

      Hey Abdo, it seems that you're attempting to send via port 25. Double check the port in your configuration files.

    • @abdobebo9192
      @abdobebo9192 6 місяців тому

      Thanks For Replying to me but i sloved that problem and got a new error or warning is "Warning: mail(): SMTP server response: 530 SMTP authentication is required. in C:\xampp\htdocs\ecommercephp\test.php on line 9" sir @@876WilliamsTechJA

    • @abdobebo9192
      @abdobebo9192 6 місяців тому

      ​@@876WilliamsTechJA Thanks For Replying To Me Sir,But I Want To Understand One Thing U Made Value "$header = "ur gmail but there is word "teaches" " I Should Write That Or What,I Followed u step by step I got in chrom "Success" But There Is no Message Or Mail Send to My Gmail...

    • @abdobebo9192
      @abdobebo9192 6 місяців тому

      Sir I Got "Success" But There Is no Message Or Mail Sent To My Gmail...?@@876WilliamsTechJA

    • @abdobebo9192
      @abdobebo9192 6 місяців тому

      Sir I Got "Success" But Message Or Mail Didn't send To my gmail?@@876WilliamsTechJA

  • @yehonamgeker
    @yehonamgeker 6 місяців тому

    Thank you so much, your videos have REALLY HELPED ME! Thank you, keep up the good work!

    • @876WilliamsTechJA
      @876WilliamsTechJA 6 місяців тому

      I am happy that you found it useful. All the besr!

  • @TheChuckD18
    @TheChuckD18 6 місяців тому

    Hi, could you share the password please? I've clicked on the links provided and the password isn't there.

  • @s4g813
    @s4g813 7 місяців тому

    i cant find the password i really need it

  • @swh017
    @swh017 7 місяців тому

    Great guide. Easy to follow. Mine did not work until I saw in your wrap up (22:20 point in the video) a quote mark after the -t in the sendmail_path configuration line. It should look like this sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" In the text below the video I see the quote mark is there. I just missed in when I reviewed the script Thank you very much.

  • @Itsdanie1l
    @Itsdanie1l 8 місяців тому

    This is a very great video it worked but i have a question is it possible to change the sender's mail in the php code or can i only change it in those files thanks a lot.

    • @876WilliamsTechJA
      @876WilliamsTechJA 8 місяців тому

      You can change it in the PHP code. However, you still have to set up those files. You can also set a reply to email in the PHP code. I hope my reply answers your question.

  • @NoName-yw1pt
    @NoName-yw1pt 8 місяців тому

    But I don't have sendmail folder in xampp

    • @876WilliamsTechJA
      @876WilliamsTechJA 8 місяців тому

      All the years I have been using XAMPP to run my PHP code I have never encountered that issue. So, I can only make suggestions on this and not a definite solution. 1) Firstly, you can back up all the projects you have in your htdocs folder, so you don't lose them and then reinstall XAMPP. Ensure that the Fake Sendmail option is selected, it might make a difference. Use this video as a guide if needed, ua-cam.com/video/ZcveHM4hyHs/v-deo.htmlsi=YQdYE_ccd_S9MxrP. 2) Use PHPMailer and a free SMTP server like Brevo (Sendinblue) Use this video as a guide if needed, ua-cam.com/video/wgMVmFogQ94/v-deo.htmlsi=VsAc-t2M3dw3YWF9. Let me know if you find a solution.

    • @NoName-yw1pt
      @NoName-yw1pt 8 місяців тому

      @@876WilliamsTechJA Ah yes. I installed it again and now the folder is there. Thank you very much!

    • @876WilliamsTechJA
      @876WilliamsTechJA 8 місяців тому

      @@NoName-yw1pt awesome

  • @realone5614
    @realone5614 9 місяців тому

    Thanks sir.. Very helpful.

  • @devansafhu5110
    @devansafhu5110 9 місяців тому

    Dear friend... thank you so much for this video, which has given me a good understanding of php mail. If possible, could you also explain how to attach a file with the email. Thank you so much...

    • @876WilliamsTechJA
      @876WilliamsTechJA 9 місяців тому

      This might be helpful ua-cam.com/video/fme7dCoQBrA/v-deo.html

  • @thedailytraders6753
    @thedailytraders6753 9 місяців тому

    love the spreadsheet can i get it pls, thanks

    • @876WilliamsTechJA
      @876WilliamsTechJA 9 місяців тому

      You can download it from my website at 876williamstechja.com/shop.php

  • @headshot0123456789
    @headshot0123456789 10 місяців тому

    This is the clearest instruction video so far. Thank you a lot

  • @ricardomckenzie5568
    @ricardomckenzie5568 10 місяців тому

    Is the Microsoft stack seem more expensive than the rest for web and software development?

    • @876WilliamsTechJA
      @876WilliamsTechJA 10 місяців тому

      Looking on at a glance Microsoft stacks will seem much more expensive but I wouldn't say that it is more expensive for all development purposes. It depends on what you require. There are persons who develop with Microsoft for the same cost they pay to develop with MERN or other stacks. I can build out a website with ASP .NET that is not necessarily costly. If you are going to use Microsoft enterprise versions then it can be very costly.

  • @Oksana7305
    @Oksana7305 10 місяців тому

    Or if not what is the code

  • @Oksana7305
    @Oksana7305 10 місяців тому

    Can you do one for decrypt too

    • @876WilliamsTechJA
      @876WilliamsTechJA 10 місяців тому

      If time permits me I will do the decrypt too. The decrypt is not that difficult. You would be just reversing what I did in this video.

  • @el-savage2004
    @el-savage2004 11 місяців тому

    Bro I wanna make u my teacher can you send me email

    • @876WilliamsTechJA
      @876WilliamsTechJA 10 місяців тому

      You can send me a message at john.williams@876williamstechja.com. As long as I'm free, I'll be happy to assist.

  • @Batmannn06
    @Batmannn06 Рік тому

    Class1 and Dependencies files are not showing up after creating the project Please help me

    • @876WilliamsTechJA
      @876WilliamsTechJA Рік тому

      Good day. I am not sure if you are still having the issue with the dependencies. You can start by restarting Visual Studio. You can then try to recreate the project. If you're still having the issue, we can look for the <PackageReference> element. Let me know if the problem is still there.

    • @Batmannn06
      @Batmannn06 Рік тому

      @@876WilliamsTechJAsame issue with me !! Even after restarting Class 1 file is not showing up

  • @user-lm3jf8bn1o
    @user-lm3jf8bn1o Рік тому

    How can I get the spreadsheet? The link isn't working.

    • @876WilliamsTechJA
      @876WilliamsTechJA 10 місяців тому

      If you still need the spreadsheet, let me know. The website was down, plus I was busy with other things.

  • @abdelhadi2652
    @abdelhadi2652 Рік тому

    Thank you so much , it worked

  • @user-xf7rr9tt2k
    @user-xf7rr9tt2k Рік тому

    Hey great video I really need this!

    • @876WilliamsTechJA
      @876WilliamsTechJA 10 місяців тому

      If you still need the spreadsheet, let me know.

    • @ricardoalexis141
      @ricardoalexis141 10 місяців тому

      @@876WilliamsTechJA

    • @_Mrdolphin
      @_Mrdolphin 3 місяці тому

      ​@@876WilliamsTechJA Nice one 👍 How do we get the password? I can't seem to access it

  • @franciscopinto7141
    @franciscopinto7141 Рік тому

    After searching so much, just needed to follow ur video, thanks for your help!

  • @Dayhmian
    @Dayhmian Рік тому

    Finally, it works. Thanx. And subbed

  • @DailymoviesLive-dr3gy
    @DailymoviesLive-dr3gy Рік тому

    But now they provide Hpanal ...how can I do redirectiom in Hpanal

    • @876WilliamsTechJA
      @876WilliamsTechJA Рік тому

      Good day. Are you using Hostinger? HPanel is specifically developed for Hostinger. The video was a demo for how to redirect for Hostgator using cPanel.

    • @DailymoviesLive-dr3gy
      @DailymoviesLive-dr3gy Рік тому

      @@876WilliamsTechJA i redirected bro..... So simple in hpanal

  • @nangalucia7lucia667
    @nangalucia7lucia667 Рік тому

    The file directory phpmailer/phpmailer, does it work for every case independent of where the composer was installed? Like the file directory of the composer

    • @876WilliamsTechJA
      @876WilliamsTechJA Рік тому

      If I am understanding your question correctly, yes it does work for every case. Using composer is just one way of setting up the PHPMailer library.

  • @slimfit9605
    @slimfit9605 Рік тому

    Hello. My website files that I put in the "htdocs" folder do not appear in the "phpmyadmin" section, can you help me please?

    • @876WilliamsTechJA
      @876WilliamsTechJA Рік тому

      Hi. I am not sure if I fully understand your issue, however phpMyAdmin is a database management tool therefore the website files will not appear there.

  • @kraigdeleondiedrick1727
    @kraigdeleondiedrick1727 Рік тому

    Would I need to do this do for every project or can I do it for hotdogs and then copy those files created into each project I want PHPMailer in?

    • @876WilliamsTechJA
      @876WilliamsTechJA Рік тому

      Doing it once should be fine. You just want to set up the PHPMailer library.

  • @adediranmuhydeen618
    @adediranmuhydeen618 Рік тому

    This video is awesome, it makes MVC seemless

  • @GanFalling
    @GanFalling Рік тому

    Fantastic!

  • @alexmilenkov6026
    @alexmilenkov6026 Рік тому

    Hey, amazing video ! I'm wondering if you can give us the password to change our acc balance! Tnaks :)

    • @876WilliamsTechJA
      @876WilliamsTechJA Рік тому

      You can get the password for free at 876williamstech.com/store.php

  • @reemabishankhi7169
    @reemabishankhi7169 Рік тому

    hi, i got an error saying "Username and Password not accepted.". Can you help me on this one. i did input my password and email correctly

    • @876WilliamsTechJA
      @876WilliamsTechJA Рік тому

      I am not sure if you fixed the issue already but you may need to generate an app password from your Google account. Feel free to contact me via Instagram at instagram.com/jaywill876/ or through my website at 876williamstech.com/

  • @capitalcoinmarket1362
    @capitalcoinmarket1362 Рік тому

    Can I use this method to send to office 365 emails ? Without it going to spam

    • @876WilliamsTechJA
      @876WilliamsTechJA Рік тому

      As far as I know you should be able to. Ensure that you make the necessary configurations from Microsoft 365 side.

  • @craigjackson7620
    @craigjackson7620 Рік тому

    How can I change the balance to a larger amount?

    • @876WilliamsTechJA
      @876WilliamsTechJA Рік тому

      If you downloaded this exact spreadsheet already, I would have to give you the password. I think that cell is locked.

    • @craigjackson7620
      @craigjackson7620 Рік тому

      @@876WilliamsTechJA ok how to I get it?

    • @876WilliamsTechJA
      @876WilliamsTechJA Рік тому

      @@craigjackson7620 You can get the password for free at 876williamstech.com/store.php

  • @cass912
    @cass912 Рік тому

    You make an excellent teacher, I've spent the past 7 days trying to figure this out but you explained it so well that I finally got there - Thanks John!

  • @IshakTradeHub
    @IshakTradeHub Рік тому

    Thank you for this, it is very useful. I wonder if you can send the password so that I can change the balances and risk per trade. Thanks a lot.

    • @876WilliamsTechJA
      @876WilliamsTechJA Рік тому

      I will check to see the password that I had used and share it with you if you still need it.

    • @IshakTradeHub
      @IshakTradeHub Рік тому

      ​@@876WilliamsTechJA yes, we need it because everything is locked, we can't enter more than 10 lines, because the right side is locked and it doesn't fill out when we enter more than 10 lines, we also can't change the basic settings, such as: risk manager, balance,... From your passport will be of great help to us. thank you.

    • @876WilliamsTechJA
      @876WilliamsTechJA Рік тому

      You can get the password for free at 876williamstech.com/store.php

    • @_Mrdolphin
      @_Mrdolphin 3 місяці тому

      ​@@876WilliamsTechJA Please, the site is not opening

    • @_Mrdolphin
      @_Mrdolphin 3 місяці тому

      Were you able to get the password?

  • @jmuziks9688
    @jmuziks9688 Рік тому

    Thankyouuuu sir!

  • @arewaforextrading4053
    @arewaforextrading4053 Рік тому

    I need it please

    • @876WilliamsTechJA
      @876WilliamsTechJA Рік тому

      Good day. The file can be downloaded here for free 876williamstech.com/store.php

  • @simoncourage6260
    @simoncourage6260 2 роки тому

    I need it please

    • @876WilliamsTechJA
      @876WilliamsTechJA 2 роки тому

      Good day. The file can be downloaded here for free 876williamstech.com/store.php