Java GUI 🖼️

Поділитися
Вставка
  • Опубліковано 6 січ 2025

КОМЕНТАРІ • 179

  • @BroCodez
    @BroCodez  4 роки тому +66

    import java.awt.Color;
    import javax.swing.ImageIcon; import javax.swing.JFrame;
    public class Main {
    public static void main(String[] args) {
    // JFrame = a GUI window to add components to
    JFrame frame = new JFrame(); //creates a frame
    frame.setTitle("JFrame title goes here"); //sets title of frame
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //exit from application
    frame.setResizable(false); //prevent frame from being resized
    frame.setSize(420,420); //sets the x-dimension, and y-dimension of frame
    frame.setVisible(true); //make frame visible
    ImageIcon image = new ImageIcon("logo.png"); //create an ImageIcon
    frame.setIconImage(image.getImage()); //change icon of frame
    frame.getContentPane().setBackground(new Color(0x123456)); //change color of background }
    }

    • @ebrimadrammeh
      @ebrimadrammeh 5 місяців тому +1

      Well understand, thank you so much

  • @phuongdonguyen6327
    @phuongdonguyen6327 Рік тому +19

    Best java tutorial playlist on UA-cam, I want to thank for what you've done, keep up good work!

  • @kemann3815
    @kemann3815 3 роки тому +1

    Man, i wish everyone whos lookin to learn lava finds this channel! Its just absolutely the best!

    • @sudharshan_reddy_kakarla
      @sudharshan_reddy_kakarla 3 роки тому

      It's Java . 😂.lava

    • @kemann3815
      @kemann3815 3 роки тому +1

      @@sudharshan_reddy_kakarla the funny thing is that i was looking at your comment trying to figure out if it was a java refrence or not, then i noticed my typo lmao
      Yea i would import and use the "java.😂.lava" class in my code too lol

  • @djrkm9281
    @djrkm9281 21 день тому

    You're doing gods work by creating Java FX / GUI vids cuz my stupid uni wants us to learn this and I didnt understand shit in the lectures but I found this. Thx

  • @tngflash2814
    @tngflash2814 3 роки тому +33

    "Let's set the size by 420 to 420 because that's a funny number." LMAO. This had me laffin.

  • @pavelkvasnicka6856
    @pavelkvasnicka6856 Рік тому +2

    This is the best Java tutorial for beginners, so you can learn Java and English in one hit. Please keep going! I vote for Java advance tutorial. Thanks a lot Bro

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

    I am really glad that I find your youtube channel. You are saviour man

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

    Never got this idea of using subclass of JFrame instead of repeating the same code several times in different projects. Thanks Bro.

  • @rock6766
    @rock6766 3 роки тому +7

    very fun very interactive lessons as well as structural knowledge, love it man 👍

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

    I really like the way your patience of explaining.

  • @BekirSARIKAYA
    @BekirSARIKAYA Рік тому +1

    Thank you Bro for sharing this video.

  • @Sleepmedicine-kz9cw
    @Sleepmedicine-kz9cw Рік тому +1

    You are great, these videos are precious. Thank you bro.

  • @bitks7375
    @bitks7375 3 роки тому +11

    Bro keep this up, i really like your way of explaining everything. I just began to code, your videos will guarantee me a job in the future :)

  • @k4nyeeasto199
    @k4nyeeasto199 3 роки тому

    Honestly thank you so much, my java skill got improved by watching you

  • @pro-ck1qg
    @pro-ck1qg 3 місяці тому

    the best tutorial

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

    best ever tutorial i've ever watch, thank you Bro Code

  • @paniccookie_
    @paniccookie_ 2 роки тому +1

    You are carrying my friend and I in our java comp sci class, THANK YOU!!!

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

    great video!!! I'm infinitely grateful for your dedication and big heart to share this knowledge with the world. Thank you soo much

  • @sankartechpro
    @sankartechpro 4 роки тому +2

    ❤️Superb, good explanation, keep it up. 👏👍👌

  • @renecabuhan1675
    @renecabuhan1675 3 роки тому +1

    Bro I recommended ur videos to my classmates they like it.

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

    splendid

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

    I am loving this channel.

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

    We will support you.... Keep rocking broooo😎

  • @simon-elrondir8621
    @simon-elrondir8621 Рік тому

    Thank you for teaching this to us. The time you put into these videos really shows :)

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

    Dope video

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

    Nice job, man! I like your tutorials too much. Congratulations for the beautiful job!

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

    why are you such a chad? Thanks bro!

  • @ОлександрРадовець-ы6т

    so very good

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

    Helping you, to keep helping me ⛈

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

    Bro is our shining star in the middle of the night

  • @NatyTor
    @NatyTor 2 роки тому +1

    man im so like your video!! thanksss

  • @michaelanteneh2862
    @michaelanteneh2862 3 роки тому +1

    dude+just+wooow

  • @smrtfasizmu6161
    @smrtfasizmu6161 3 роки тому

    This is also a nice way to understand the keyword this. Keyword this basically just pretends to be an instance of the class in which you are in.

  • @justinbanza4751
    @justinbanza4751 3 роки тому

    Thank you for this video

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

    I thought starting GUI would be boring but guess what, I like this!!!

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

    you are great. please make videos for mobile app

  • @Kevin-xs1ft
    @Kevin-xs1ft Рік тому

    high quality

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

    bravo

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

    You are amazing

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

    Cool

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

    🙉🙉 i really like the brocode did it

  • @dryrun4501
    @dryrun4501 3 роки тому

    Hey you yeah I'm talking to you ! You r the best 🙏❣️

  • @robertmanigault625
    @robertmanigault625 3 роки тому

    Another excellent video, Bro. Thanks. BTW, proud subscriber here.

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

    Thank You for ease the information.

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

    Thanks for another great vid

  • @roger-tj7oc
    @roger-tj7oc 3 роки тому

    Best account on youtube

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

    helped me with my cs30 class legend

  • @harryrardy
    @harryrardy 3 роки тому

    awesome content actually, and it helped me a lot cause i wasn't finding any place to study it easily
    ty bro

  • @mahdib9361
    @mahdib9361 4 роки тому +2

    Please Make Tuturial For JAVAFX

  • @mahadevbansode4113
    @mahadevbansode4113 4 роки тому

    Bro you are too good .... You are best than my college teachers 💓💗

  • @魏子強-z7s
    @魏子強-z7s Рік тому

    thank you bro my hero

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

    *_cool_*

  • @trungdao2286
    @trungdao2286 3 роки тому

    great

  • @nourialsayed
    @nourialsayed 3 роки тому

    RESPECT TO WHAT YOU DO BIG THANK YOU FOR YOU

  • @enciuraluca3100
    @enciuraluca3100 3 роки тому

    Thank you sooooo much for all the videos

  • @nethmal1204
    @nethmal1204 4 роки тому +1

    Thank you very much brother!This is really helpfull!Keep it up ur good work!Solve my a lot of questions!

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

    Great!

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

    Thank you so much really for your effort

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

    This series is great!

  • @danny.3036
    @danny.3036 3 роки тому

    Thanks, Bro! ☕ You're awesome!

  • @millejadecabrera4544
    @millejadecabrera4544 3 роки тому

    Thankssss for this one

  • @seabass6106
    @seabass6106 4 роки тому +1

    Love you Bro,
    Cheers Bro

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

    Thank You

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

    Becareful what you choose to highlight when you apply that change to your targeted word. Make sure you dont have any place where it should stay the same highlighted. Good tip tho!

  • @dervisaliduman667
    @dervisaliduman667 4 роки тому +1

    Thank you, that was amazing lesson :D

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

    at 10:49, I have it exactly as you have it, and I get an error, indicating that there should be a semi-colon after MyFrame()

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

    thks

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

    Amazing! Thank you very much sir!

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

    Ly Bro 1

  • @malikshahzaib3313
    @malikshahzaib3313 4 роки тому

    Thanks bro code!!! Keep it up. I'm actually going to look forward to you.☺🍫

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

    this has helped me a great deal

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

    GG

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

    thanks bro

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

    THANKS

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

    Thank you bro!

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

    Bro, amazing x

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

    thanks

  • @geovex8333
    @geovex8333 Рік тому +1

    This is really epic! hahah

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

      I dont think so

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

      @@jjbigelow4522 you obviously are a little beta programmer who sits in his moms basement all day punching away at the keys. BRO CODE IS EPIC >:(

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

    Thanks G!

  • @minhtetpaing1695
    @minhtetpaing1695 3 роки тому

    Thank you so much sir.

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

    That "Twitch Purple" is actually 0x7B3296 in Hexadecimal, if anybody was curious as to the hex equivalent.

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

      nice!

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

      @@BroCodez I wonder if you can do this same type of tutorial series for C# / .NET; Now, I won't be able to utilize .NET6 (i.e., the latest available standard of the .NET framework) for quite some time, but as far as .NET 5 goes, that will be totally applicable.

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

    Thanks!

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

    6:26 Why did they put a set method inside a get method?

  • @bbabak4439
    @bbabak4439 3 роки тому +5

    I have a problem, my eclipse doesn't suggest component class methods (that is usable to other objects) like .setSize(), .setVisible(), and much more. How do i fix this? i really don't want to use intelliJ :(

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

      Isn’t it awesome that we can simply ask AI our questions now and get immediate tailored personalized answers? I still find it miraculous. To answer yours: I cant say with 100% certainty, but it might be something that needs enabled in settings/preferences… although hopefully by 2 years youve long since found the solution lol

  • @nilsnickname4455
    @nilsnickname4455 2 роки тому +1

    Does anyone know why there is no logo when I copy the exact code above and also put a 16x16 png file named logo.png in the src-folder??☹

  • @Google_Engineer
    @Google_Engineer 3 роки тому

    😘😘😘😘

  • @cdjosh3568
    @cdjosh3568 4 роки тому

    Epic video!

  • @NikhilYadav-yh9mq
    @NikhilYadav-yh9mq 2 роки тому

    2 keywords are not working in another class setdefaultcloseoperation and getcontentpane... what to do 10:51

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

    no way, it can't be this easy.. no way

  • @mkhamis90
    @mkhamis90 3 роки тому

    thank you

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

    thx

  • @sliky7317
    @sliky7317 2 роки тому +1

    I'm assuming you can't do this with an online java compiler

  • @Elias___
    @Elias___ 11 місяців тому +1

    I will never call G.U. I. As GOO WEE

  • @augischadiegils.5109
    @augischadiegils.5109 4 роки тому

    Thanks

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

    Thanks Bro!

  • @bartosz7778
    @bartosz7778 3 роки тому

    1:43 bcz 420 is funny number 😂

  • @majid1885
    @majid1885 3 роки тому

    Thanks man

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

    I have a problem here, when i put a specific height and width for some reason the window opened is smaller

  • @kazuki32_z75
    @kazuki32_z75 19 днів тому

    Hey Bro, i have some personal questions and if you don't mind... i would love to ask and learn something on my pace. thank you in advance

  • @ottttoooo
    @ottttoooo 3 роки тому +1

    this feels like HTML/CSS coding