TapTap
TapTap
  • 83
  • 960 117
How to Update Java JDK 23 in Windows 10/11 | Quick and Easy Guide
Learn how to update Java JDK to version 23 on Windows 10 or Windows 11 in 2024 with this quick and easy step-by-step guide.
The Java Development Kit (JDK) is essential for developing and running Java applications. Updating to the latest version, JDK 23, ensures you have access to the newest features, performance improvements, and security enhancements. Keeping your JDK up to date is vital for compatibility with the latest tools and libraries, streamlining your development process. For beginners, learning how to update the JDK is an essential skill that helps maintain an efficient and modern development environment.
🔗 Links:
1. Download Link: www.oracle.com/java/technologies/downloads/
🔴 Subscribe for more ASMR programming videos like this: th-cam.com/channels/MHL.html...
See more of my content below:
🩳 Shorts Playlist: th-cam.com/play/PLDYt1sAPc2z2F0S69AARRsgSVlRh8B3Kq.html
☕ Java Playlist: th-cam.com/play/PLDYt1sAPc2z2oqF-_r46E3VzGgmYF1r70.html
🍵 JavaFX Playlist: th-cam.com/play/PLDYt1sAPc2z1LR2IDNIOxajlajmedOXWg.html
-------------------------------SOCIAL-------------------------------
📹 Checkout my ASMR studying channel: www.youtube.com/@taptapstudyi...
🐱‍🚀 Github: github.com/curadProgrammer
มุมมอง: 1 285

วีดีโอ

Build a Full-Stack Online Chat App in Java (Swing, Springboot Websocket)
มุมมอง 9K2 หลายเดือนก่อน
Learn how to build an Online Chat Application all in Java! In this tutorial, we dive into Spring Boot's WebSocket library to handle real-time messaging on the backend, and then use Swing to create the GUI for the app. Towards the end, I’ll walk you through hosting your WebSocket server online using Render, so you can test and interact with it from anywhere. 🔗 Links: 1. Maven Download: maven.apa...
Install Apache Maven on Windows 10/11 (2024) - Quick and Easy Guide
มุมมอง 2.6K4 หลายเดือนก่อน
Learn how to install Apache Maven on Windows 10 or Windows 11 in 2024 with this quick and easy step-by-step guide. Apache Maven is a super handy tool for building and managing Java projects. It helps streamline the whole process by using a Project Object Model (POM) file to keep track of everything. With Maven, you don't have to worry about managing all the different libraries and modules your ...
10 Java Projects that Beginners Should Do!
มุมมอง 4.8K5 หลายเดือนก่อน
Build 10 Java Beginner Projects to help you learn and master Java! ⏲ Timestamp: 00:00 - 00:17: Introduction 00:18 - 18:03: 1. Rock, Paper, Scissor 18:04 - 33:48: 2. Cookie Clicker 33:49 - 50:20: 3. Random Password Generator 50:21 - 1:01:52: 4. Dice Game 1:02:53 - 1:45:34: 5. Tic Tac Toe 1:45:35 - 2:06:08: 6. To-Do List 2:06:09 - 2:28:59: 7. Morse Code Translator 2:29:00 - 3:25:00: 8. Hangman Ga...
Java GUI Buttons (Swing Tutorial)
มุมมอง 1.2K6 หลายเดือนก่อน
Learn how to create interactive and dynamic Java GUIs using the JButton class in this beginner-friendly Swing tutorial! Get 40% off on Codecrafters: app.codecrafters.io/join?via=taptap 🔗Links: 1. Images: drive.google.com/drive/folders/1w0wP70ZWfyLrWRaLUlS6hrIxItNKp0cn?usp=drive_link 2. JFrame Video: th-cam.com/video/l0TzE13T7IU/w-d-xo.html See more of my content below: 🩳 Shorts Playlist: th-cam...
Java GUI Labels (Swing Tutorial)
มุมมอง 9726 หลายเดือนก่อน
In this Java Swing Tutorial we will go over JLabel a display area to display texts and images on to your Swing GUI. 🔗Links: 1. Earth Picture: drive.google.com/drive/folders/1w0wP70ZWfyLrWRaLUlS6hrIxItNKp0cn?usp=sharing 2. JFrame Video: th-cam.com/video/l0TzE13T7IU/w-d-xo.html See more of my content below: 🩳 Shorts Playlist: th-cam.com/play/PLDYt1sAPc2z2F0S69AARRsgSVlRh8B3Kq.html ☕ Java Playlist...
Java GUI Windows (Swing Tutorial)
มุมมอง 2.4K6 หลายเดือนก่อน
Today we will be going over JFrame, a window class used to build GUIs from the Java Swing Framework. Are you new to Java programming and want to learn how to create graphical user interfaces (GUIs)? In this beginner-friendly Java Swing tutorial, I'll walk you through the basics of using JFrame, the fundamental component for building GUI applications in Java. You'll learn step-by-step how to set...
JavaFX for Beginners - Text To Speech App - Java Project Tutorial
มุมมอง 3.7K7 หลายเดือนก่อน
In this video, you'll figure out how to create a Text to Speech Application using Java and the JavaFX framework. Get 40% off CodeCrafters! 👉 app.codecrafters.io/join?via=taptap Links: 1. JavaFX Setup: th-cam.com/video/udigo_qSp_k/w-d-xo.html 2. FreeTTS Maven Code: mvnrepository.com/artifact/net.sf.sociaal/freetts/1.2.2 3. Speak Image drive.google.com/file/d/1P5tUdf0Ron5iYgR08FOALiurqMvIxPXc/vie...
ASMR Programming - Quiz Game with MySQL Database - Java Beginner Project Tutorial
มุมมอง 4.5K8 หลายเดือนก่อน
In this beginner Java programming tutorial, learn how to make this multiple choice quiz/test GUI in Java using Swing and MySQL Get 40% off CodeCrafters! 👉app.codecrafters.io/join?via=taptap 🔗 Links: 1. MySQL Connector JAR: dev.mysql.com/downloads/connector/j/ 2. MySQL Workbench Setup: th-cam.com/video/9ntKSLLDeSs/w-d-xo.html 3. Source Code: github.com/curadProgrammer/Java-Swing-MySQL-Quiz-Game ...
How to perform API calls in Java - Weather Forecast API Example
มุมมอง 10K8 หลายเดือนก่อน
Welcome to "The ULTIMATE Guide to Connecting to an API in Java," a comprehensive beginner Java tutorial designed to equip you with the skills to seamlessly interact with APIs in your Java projects Learn the essential steps to acquire and integrate the necessary JAR files into your Java project within IntelliJ IDEA. Follow along as we demonstrate the integration process, ensuring a smooth setup ...
ASMR Programming - Notepad Text Editor - Java Beginner Project Tutorial
มุมมอง 4.5K10 หลายเดือนก่อน
In this beginner Java programming tutorial, learn how to make this Notepad Text Editor GUI in Java using Swing 🔗 Links used in the video: 1. JTatoo Look and Feel: www.jtattoo.net/Download.html ⏱ Timestamp: 00:00 - 00:36: Project Introduction 00:37 - 01:38: Project Overview (Plan of Action) 01:39 - 02:32: Preparing Project 02:33 - 09:11: Build Notepad GUI 09:12 - 28:11: File Menu Logic (Save, Op...
ASMR Programming - MP3 Music Player App - Java Beginner Project Tutorial
มุมมอง 20K11 หลายเดือนก่อน
Relax while you learn how to build this MP3 Music Player App in Java! 🔴 Subscribe for more ASMR programming videos like this: th-cam.com/channels/MHL.html... In this video I will go over the logic of how to build this Music Player in Java from scratch. By the time you finish the video, you'll be able to use this on your resume and be able to explain how this project works. This graphical user i...
ASMR Programming - Bank App - Java Beginner Project Tutorial
มุมมอง 26Kปีที่แล้ว
ASMR Programming - Bank App - Java Beginner Project Tutorial
ASMR Programming - Weather App - Java Beginner Project Tutorial
มุมมอง 105Kปีที่แล้ว
ASMR Programming - Weather App - Java Beginner Project Tutorial
ASMR Programming - Login & Register GUI with MySQL Database - Java Swing Tutorial
มุมมอง 8Kปีที่แล้ว
ASMR Programming - Login & Register GUI with MySQL Database - Java Swing Tutorial
Connect MySQL to Java in IntelliJ 2024 | Full JDBC Tutorial for DB Connectivity
มุมมอง 50Kปีที่แล้ว
Connect MySQL to Java in IntelliJ 2024 | Full JDBC Tutorial for DB Connectivity
ASMR Programming - Loading Bar - Java Swing Tutorial
มุมมอง 1.7Kปีที่แล้ว
ASMR Programming - Loading Bar - Java Swing Tutorial
ASMR Programming: Coding Rock Paper Scissor in Java Tutorial
มุมมอง 6Kปีที่แล้ว
ASMR Programming: Coding Rock Paper Scissor in Java Tutorial
ASMR Programming - Random Password Generator - Java Swing Tutorial
มุมมอง 3.9Kปีที่แล้ว
ASMR Programming - Random Password Generator - Java Swing Tutorial
ASMR Programming: Morse Code Translator GUI with Java Tutorial
มุมมอง 1.8Kปีที่แล้ว
ASMR Programming: Morse Code Translator GUI with Java Tutorial
ASMR Programming: Coding Number Guessing Game in JavaFX Tutorial
มุมมอง 3.9Kปีที่แล้ว
ASMR Programming: Coding Number Guessing Game in JavaFX Tutorial
ASMR Programming: Coding a Simple Calculator App in JavaFX
มุมมอง 3.9Kปีที่แล้ว
ASMR Programming: Coding a Simple Calculator App in JavaFX
ASMR Programming - Currency Converter API - JavaFX Tutorial
มุมมอง 3.9Kปีที่แล้ว
ASMR Programming - Currency Converter API - JavaFX Tutorial
How to Set Up and Use JavaFX in IntelliJ 2024 in less than 5 mins
มุมมอง 66Kปีที่แล้ว
How to Set Up and Use JavaFX in IntelliJ 2024 in less than 5 mins
ASMR Programming - Tic Tac Toe Game - Java Beginner Project
มุมมอง 4.3Kปีที่แล้ว
ASMR Programming - Tic Tac Toe Game - Java Beginner Project
ASMR Programming (No Talking): Login GUI in JavaFX
มุมมอง 1.5Kปีที่แล้ว
ASMR Programming (No Talking): Login GUI in JavaFX
ASMR Programming - Hangman Game - Java Swing Tutorial
มุมมอง 6Kปีที่แล้ว
ASMR Programming - Hangman Game - Java Swing Tutorial
ASMR Programming - Modern Login Register GUI - Java Swing Project
มุมมอง 4.2Kปีที่แล้ว
ASMR Programming - Modern Login Register GUI - Java Swing Project
ASMR Programming: Build a Todo List GUI with Java Swing
มุมมอง 12Kปีที่แล้ว
ASMR Programming: Build a Todo List GUI with Java Swing
ASMR Programming - Java Paint Application - Java Swing Project
มุมมอง 3Kปีที่แล้ว
ASMR Programming - Java Paint Application - Java Swing Project

ความคิดเห็น

  • @BRYANERICKSONSORIANO
    @BRYANERICKSONSORIANO 2 นาทีที่ผ่านมา

    Can you kindly provide the .sql database file itself? It would help a lot, thanks!

  • @KainatKhan-w6n
    @KainatKhan-w6n 2 ชั่วโมงที่ผ่านมา

    love you <3 most peaceful project ever , keep bulding my guys pls

  • @epheboss6370
    @epheboss6370 5 ชั่วโมงที่ผ่านมา

    AWESOME

  • @rudragaming4961
    @rudragaming4961 21 ชั่วโมงที่ผ่านมา

    Hey its show error occurred during initialization of boot layer. 😢

  • @future-iptv
    @future-iptv วันที่ผ่านมา

    Thanks Bro

  • @Brandon-v9n1n
    @Brandon-v9n1n 2 วันที่ผ่านมา

    Would I be able to send you my java files and you tell me why my clientgui wont run without error?

    • @Brandon-v9n1n
      @Brandon-v9n1n 2 วันที่ผ่านมา

      I followed the video to the T so I'm confused as to why I get an error lol

  • @joseeef2379
    @joseeef2379 2 วันที่ผ่านมา

    Hello sir , can you provide a function where the 00:00 updates while the song is playing? tahnk you

  • @sudyk11
    @sudyk11 5 วันที่ผ่านมา

    Shouldn't you throw expetions instead returning so many nulls and I think there is to many clutter maybe you should make more classes? Also maybe JavaFX is better way than Swing

  • @officialdreamplayz
    @officialdreamplayz 5 วันที่ผ่านมา

    Master 🙏

  • @Skullcrusaider
    @Skullcrusaider 9 วันที่ผ่านมา

    so that popup did not apear can comfirm

  • @mysterytime5200
    @mysterytime5200 10 วันที่ผ่านมา

    Would you say that this is a more secure way to text?

  • @AhmadGhumman-ye1lg
    @AhmadGhumman-ye1lg 11 วันที่ผ่านมา

    is the understanding of collection important in java for learning javafx

  • @davi0kaipper
    @davi0kaipper 12 วันที่ผ่านมา

    great content man!

  • @Raulweyanipur
    @Raulweyanipur 12 วันที่ผ่านมา

    Brother makes it unclear Bang is difficult to understand, what else is the screen of Brother Shadow"😇🙏

  • @Beanbag59
    @Beanbag59 12 วันที่ผ่านมา

    how do i get as good as you at programming im in college for computerScience and like theres no way i can build a music player or an ai chat bot or something myself what did you do that made you so good and be capable of building it seems whatever you have on your mind into a reality ?

  • @88bwnjitaa19
    @88bwnjitaa19 13 วันที่ผ่านมา

    you're so good at this, pls do more tutorials like thisss

  • @EigenMaster
    @EigenMaster 13 วันที่ผ่านมา

    SEY

  • @nigga_nigga
    @nigga_nigga 14 วันที่ผ่านมา

    no

  • @garenagamers3000
    @garenagamers3000 16 วันที่ผ่านมา

    How to make seperate groups and that groups can chat there users with websockets .... But each group will be seperate from each other ...plzzz help how to create

    • @TapTap_196
      @TapTap_196 15 วันที่ผ่านมา

      Hmm...that might get complicated. But what I would do is use an ArrayList to store the different chat room ids. Then I would revamp the user signin such that it also stores in a "currentRoom" value. "currentRoom" will store in the id of the chat room that the user is currently in. We would also need to revamp the backend such that it sends in the room id data to the users, and we only want the message to be sent to the user if the "currentRoom" matches that of the id that was sent by the server. This is just a rough idea though. If you do go through with it, let me know as I'm also interested 😀.