Alley B
Alley B
  • 93
  • 168 336
Java Exception Handling
A quick tutorial on exception handling. Covers basic try/catch blocks, throw and throws.
zhlédnutí: 152

Video

Java Swing JTable Demo
zhlédnutí 11KPřed rokem
A short tutorial on how to create a JTable with a JScrollpane and populate it with data from a file or database.
Arraylist with objects in Java
zhlédnutí 17KPřed rokem
A short tutorial on using ArrayList with objects in Java
How to create an installer for Java programs
zhlédnutí 1,9KPřed 2 lety
A quick tutorial on using the Jpackage tool included with Java 16
How to link github to Netbeans projects
zhlédnutí 40KPřed 2 lety
This video shows how to push to github from Netbeans and how to clone existing Netbeans projects.
How to add sound with SDL2
zhlédnutí 6KPřed 2 lety
A quick tutorial on adding sound to a C / SDL2 project. SDL2 downloads were shifted to github. SDL2: github.com/libsdl-org/SDL/releases SDL_TTF: github.com/libsdl-org/SDL_ttf/releases
How to create buttons in C++ with SDL2. Video 5
zhlédnutí 7KPřed 2 lety
This video shows how to create interactive buttons to click on. This is the 5th video in the SDL series and picks up where the Mouse video left off. I apologize for the bad audio.
How to create a custom mouse cursor using SDL2. Video 4
zhlédnutí 2,5KPřed 2 lety
A continuation of the C SDL2 series. This video shows how to add a custom mouse cursor to your program.
C++ Polymorphic Finite State Machine
zhlédnutí 3KPřed 2 lety
How to create a state machine in C
How to load images with SDL in C++. Video 3
zhlédnutí 4KPřed 2 lety
This video covers the basics of loading and display textures in C using SDL2. SDL Image: www.libsdl.org/projects/SDL_image/ Paint.net download: www.dotpdn.com/files/paint.net.4.3.7.install.anycpu.web.zip
SDL2 With Netbeans Part 2
zhlédnutí 404Před 2 lety
Continuing with basic SDL2. In this video we set up a main loop, a timer, draw a rectangle, and implement some keyboard controls.
How to create SDL2 Projects in Netbeans
zhlédnutí 839Před 2 lety
This video shows the steps of linking SDL2 to your C projects and opening a basic 2D window. Sorry about the audio going in and out of sync. How to install C : czcams.com/video/YTL5lveUnSQ/video.html
Introduction to C++ List containers and iterators
zhlédnutí 11KPřed 3 lety
Introduction to C List containers and iterators
Rules for Dynamically allocating memory in constructors
zhlédnutí 300Před 3 lety
Some important things to consider when dynamically allocating memory in the constructors. These techniques will help you keep memory leaks at bay.
Intro to C++ Exception Handling
zhlédnutí 138Před 3 lety
An example of C Exception Handling
Java Swing Demo
zhlédnutí 687Před 3 lety
Java Swing Demo
Java validation using try/catch blocks
zhlédnutí 3,6KPřed 3 lety
Java validation using try/catch blocks
Javaabstractclasses
zhlédnutí 539Před 3 lety
Javaabstractclasses
Java Constructors
zhlédnutí 531Před 3 lety
Java Constructors
Java Inheritance with UML example
zhlédnutí 2,9KPřed 3 lety
Java Inheritance with UML example
BFS By Hand
zhlédnutí 149Před 3 lety
BFS By Hand
Java Finite State Machine
zhlédnutí 12KPřed 4 lety
Java Finite State Machine
Java Polymorphism
zhlédnutí 508Před 4 lety
Java Polymorphism
Java Inheritance
zhlédnutí 635Před 4 lety
Java Inheritance
Intro to Polymorphism in C++
zhlédnutí 399Před 4 lety
Intro to Polymorphism in C
intro to Inheritance in C++
zhlédnutí 384Před 4 lety
intro to Inheritance in C
Vectors in C++
zhlédnutí 367Před 4 lety
Vectors in C
Overloaded
zhlédnutí 342Před 4 lety
Overloaded
C++ Validation pt2
zhlédnutí 138Před 4 lety
C Validation pt2
Validation
zhlédnutí 121Před 4 lety
Validation

Komentáře

  • @gojosgrin.
    @gojosgrin. Před 11 dny

    Hi! How do you unlink a Netbeans project from a github repository using Netbeans? (I'm new to github so I'm still trying to find my way around it)

  • @abdullahahfj
    @abdullahahfj Před 17 dny

    how to pull request to the repository from main branch

    • @alleyb62
      @alleyb62 Před 16 dny

      I'm not sure what you mean. A pull "request" would be done through github because you are asking someone else to pull your code into the master branch or whatever. However, you can push to any branch you want using the Git menu. Right click on the project and hover over Git and then take whatever action you want from there. I show that at the end of the video.

  • @alleyb62
    @alleyb62 Před měsícem

    ‼Be sure to install Wix 3. Wix 4 and 5 do not work. github.com/wixtoolset/wix3/releases/tag/wix3141rtm

  • @guilhermereis4359
    @guilhermereis4359 Před měsícem

    Thank you man you were the only one that made it look so simple. I was having so much trouble. Thank you!

    • @alleyb62
      @alleyb62 Před měsícem

      My pleasure, glad I could help

  • @mohdhamzaghyas4328
    @mohdhamzaghyas4328 Před měsícem

    thanks

  • @madarapetersone-composer
    @madarapetersone-composer Před měsícem

    Extremely helpful and very to the point video! Thank you! Subscribed to your channel!

    • @alleyb62
      @alleyb62 Před měsícem

      Thanks for the feedback, glad I could help.🙂

  • @strikerwastaken2446
    @strikerwastaken2446 Před měsícem

    Thank You

  • @LouisErasmus
    @LouisErasmus Před měsícem

    So Appreciated - I found most of the info the hard way but you summed it up so nicely!

    • @alleyb62
      @alleyb62 Před měsícem

      Thanks for the feedback, glad I could help.

  • @user-iq5iz7bb9q
    @user-iq5iz7bb9q Před 2 měsíci

    you helped me alot

  • @gessocode
    @gessocode Před 2 měsíci

    ❤❤❤❤❤❤❤❤❤❤❤

  • @emmanuelmartinez4546
    @emmanuelmartinez4546 Před 2 měsíci

    Thanks man, no one shows the password part. I leave you a like for helping us.

  • @denj4s
    @denj4s Před 3 měsíci

    so my problem was the password, who wouldve known it was asking for an access token?

    • @alleyb62
      @alleyb62 Před 2 měsíci

      I don't think this was a problem until microsoft took over github.

  • @robertdonnan2893
    @robertdonnan2893 Před 3 měsíci

    Thank you

  • @dont_know_who_
    @dont_know_who_ Před 3 měsíci

    You probably wont read a comment to such an old video but i really appreciate your work! It took me hours to understand and use all info from this exact video and now I feel that I can make something myself by just using some imagination. Thanks for sharing your knowledge and experience!

    • @alleyb62
      @alleyb62 Před 3 měsíci

      It is an old video but I still read the comments and appreciate the feedback.🙂

  • @It_is_What_It_Is__
    @It_is_What_It_Is__ Před 3 měsíci

    it always tells me to create instead of opening project and when i create a project its not the one from git

    • @alleyb62
      @alleyb62 Před 3 měsíci

      Are you trying to clone an existing project that is already on github? If so, are you following the latter part of this tutorial?

    • @It_is_What_It_Is__
      @It_is_What_It_Is__ Před 3 měsíci

      @@alleyb62 yes, it's an existing one, for some reason I never get the "open project" It's always create project 😞

    • @alleyb62
      @alleyb62 Před 3 měsíci

      @@It_is_What_It_Is__ My guess is that its not a Netbeans project. If its a project from a different IDE or possibly not even a project, then you may have to create one, rather than open one.

  • @catpunchsamurai
    @catpunchsamurai Před 3 měsíci

    it says Cannot connect to the remote repository

    • @alleyb62
      @alleyb62 Před 3 měsíci

      Can you log into github? If yes, then retrace your steps and maybe try a new token and make sure you selected the right option as in the video. Also verify that your anti-virus software, if any, and the windows firewall are not blocking Netbeans.

    • @catpunchsamurai
      @catpunchsamurai Před 3 měsíci

      @@alleyb62 thank you so much sir it worked, i didn't choose the right option for the token

  • @user-ou3tb3in9g
    @user-ou3tb3in9g Před 4 měsíci

    I learn so much from you each time I watch your videos. Thanks a lot

  • @ariondeno
    @ariondeno Před 4 měsíci

    Cool

  • @aarthis6216
    @aarthis6216 Před 4 měsíci

    Searched a lot, got clear explanation only here Because wherever I search am getting normal arraylist and not with objects. Thanks a lot

    • @alleyb62
      @alleyb62 Před 4 měsíci

      Its really all the same once you understand it, but I know this isn't obvious from the beginning. I'm glad you got it.🙂

  • @valimalidudu7991
    @valimalidudu7991 Před 4 měsíci

    Thank you very much. For people having a missing file "unpack200" you can do 2 things. first you can install jdk version 13 or less, copy unpack200 and pack200 .exe (you find them in the bin folder) and paste it in the bin folder of jdk 21 (or the one you have). otherwise you can copy those file from the jre (programs x86) if you have it

  • @igormarlon.o
    @igormarlon.o Před 4 měsíci

    tyvm, helped a lot

  • @nikolaoslitos4828
    @nikolaoslitos4828 Před 5 měsíci

    Thank you so much, I have tried lots, in order to set my token

    • @alleyb62
      @alleyb62 Před 5 měsíci

      Glad I could help.

  • @user-ju5zi2df1x
    @user-ju5zi2df1x Před 5 měsíci

    the only useful video about this on youtube , thanks man

    • @alleyb62
      @alleyb62 Před 5 měsíci

      Glad I could help.

  • @ragapriyakarthikeyan3139
    @ragapriyakarthikeyan3139 Před 5 měsíci

    Finally understood😮‍💨.Thankyou so much sir🙏

  • @magnadux8123
    @magnadux8123 Před 5 měsíci

    Thank You :)

  • @nelsoncarrillo4116
    @nelsoncarrillo4116 Před 6 měsíci

    bro you the best greetings from Venezuela the token helped me a lot!!! I didn't understood why it said incorrect password but I solved it w that token

    • @alleyb62
      @alleyb62 Před 6 měsíci

      That's the secret.🙂

  • @cindyshafiradewi7719
    @cindyshafiradewi7719 Před 7 měsíci

    Yo thanks man

  • @alla.algetaa
    @alla.algetaa Před 7 měsíci

    It is very useful, thank you

  • @idinshahsavar1646
    @idinshahsavar1646 Před 7 měsíci

    Thanks.

  • @icezzzWZ
    @icezzzWZ Před 7 měsíci

    Just Perfect! Easy, simple like that. Thanks

  • @kiri45
    @kiri45 Před 7 měsíci

    Literally the only one who solved my problem. Thanks a lot!!

    • @alleyb62
      @alleyb62 Před 7 měsíci

      Awesome, glad I could help. Thanks for the feedback.

  • @injiplaintealover8620
    @injiplaintealover8620 Před 7 měsíci

    well and clearl explained

  • @ramimurr2093
    @ramimurr2093 Před 8 měsíci

    Why's it always the videos with the least views that help me the most. Thank you man. This deserves a lot more than 8k views

    • @alleyb62
      @alleyb62 Před 8 měsíci

      Glad I could help.

  • @wanersakata
    @wanersakata Před 8 měsíci

    Thanks man, there are videos out there overcomplicating this, in the other hand you show us perfectly how to do it

    • @alleyb62
      @alleyb62 Před 8 měsíci

      That's the goal, glad I could help.

  • @salmabenhssin2370
    @salmabenhssin2370 Před 8 měsíci

    thank you sir !! you are a saver !!! <3

  • @it.kayden2918
    @it.kayden2918 Před 9 měsíci

    Thanks <3

  • @higiniofuentes2551
    @higiniofuentes2551 Před 9 měsíci

    Because these days the files are not only in txt, do you have basic files in binary too? And also do you have for CSV, Jason, xml, parquet, Avro, etc? Thank you!

    • @alleyb62
      @alleyb62 Před 9 měsíci

      I do not cover binary files for Java. CSV, Jason, XML, etc are all text files. The format is the only thing different.

  • @higiniofuentes2551
    @higiniofuentes2551 Před 9 měsíci

    Thank you for this very useful video!

  • @higiniofuentes2551
    @higiniofuentes2551 Před 9 měsíci

    Thank you for this very useful video!

  • @nud1branch
    @nud1branch Před 9 měsíci

    Love this tutorial. Short and to the point Thx!

  • @lunadelsul7922
    @lunadelsul7922 Před 9 měsíci

    tysm!

  • @chrisvirtual
    @chrisvirtual Před 9 měsíci

    git hub push bugged it is not allow me to push anything just looping the specify Git repository location every time

    • @b-bay8789
      @b-bay8789 Před 4 měsíci

      same, did You find the solution for that ?

  • @behroozyazdani6023
    @behroozyazdani6023 Před 9 měsíci

    So thanks for your help brother 🙏

  • @jobdob7823
    @jobdob7823 Před 10 měsíci

    You are my savior

  • @Austin-dw1qi
    @Austin-dw1qi Před 10 měsíci

    I’m a computer science student learning to use c++ rn. How does the iterator increment if it’s a string? Or is this a custom data type from the stl library? I appreciate the tutorial!

    • @alleyb62
      @alleyb62 Před 10 měsíci

      The iterator is for a container of strings. It is not a string. It is basically a pointer that points to one of the strings in the container.

    • @Austin-dw1qi
      @Austin-dw1qi Před 10 měsíci

      @@alleyb62Thank you! That makes a lot more sense

  • @RebelliousCanadian
    @RebelliousCanadian Před 10 měsíci

    Cool :) thanks!

  • @JCRacefab
    @JCRacefab Před 10 měsíci

    love the lego instructions analogy!

  • @user-mn4hd9eq4e
    @user-mn4hd9eq4e Před 11 měsíci

    Thank you so much for this explanation, By any chance can you share the source code.

    • @alleyb62
      @alleyb62 Před 11 měsíci

      Thanks for the feedback. Unfortunately I don't have the code on hand.

  • @higiniofuentes2551
    @higiniofuentes2551 Před 11 měsíci

    Thank you for this very useful video!

  • @higiniofuentes2551
    @higiniofuentes2551 Před 11 měsíci

    Starts very well, but in testing I lost you! Next time please get it more simple=more clear!

    • @alleyb62
      @alleyb62 Před 11 měsíci

      Sorry, this video was never intended for the public. This is my tutorial on binary files. czcams.com/video/soRm-VQmdLA/video.html