How To Use GUI Designer In IntelliJ IDEA IDE

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • In this tutorial, we will guide you through the process of creating your first Java Swing GUI application using IntelliJ IDEA IDE.
    We will start by explaining what Java Swing is and why it's such a powerful tool for creating user interfaces in Java applications. Then, we will guide you through the process of setting up your development environment using IntelliJ IDEA IDE.
    Once your development environment is set up, we will walk you through the steps of creating a simple GUI application. We will explain each step of the process, including how to create a JFrame, add components to it, and handle user input.
    Finally, we will show you how to run your application and see it in action.
    By the end of this tutorial, you will have a solid understanding of how to create your first Java Swing GUI application using IntelliJ IDEA IDE. You will be well on your way to creating your own user interfaces in Java applications.
    So, whether you're a beginner or an experienced Java developer, this tutorial is a great starting point for anyone looking to learn Java Swing and create GUI applications. Let's get started!
    #Java #Swing #GUI #IntelliJIDEA #programming #development #tutorial #userinterfaces #JFrame #components #userinput #learning #coding #beginners #application

Komentáře • 32

  • @_pebbled4741
    @_pebbled4741 Před rokem +72

    Light mode is crazy.

  • @dieynglvfrevr
    @dieynglvfrevr Před 11 měsíci +6

    you saved my studies today, thanks a lot.

  • @burgundyboysyt2272
    @burgundyboysyt2272 Před rokem +1

    I love this video help me so much please make more!!!

  • @quemaspana
    @quemaspana Před 7 měsíci +1

    This video was PERFECT for what I needed. Thank you!!!!

    • @user-ve4ku2sh8z
      @user-ve4ku2sh8z Před 6 měsíci

      are you using java jdk 17? im having trouble with 21

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

      @@user-ve4ku2sh8z Nope, I used 21.

  • @shariyarshajid
    @shariyarshajid Před rokem +5

    bro please upload more vids of java swing. this video really helped me.

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

    EXCELLENT TUTORIAL !

  • @gabrel-dias
    @gabrel-dias Před 9 dny

    thank you very much!
    i'm learning java with Guanabara, but his course it's a bit outdated, so i need to use the intellij

  • @donnythomaskutty4405
    @donnythomaskutty4405 Před 10 měsíci +3

    in my intellij ide groovy is given as a language other than java if i click java no groovy?

  • @MerveSoftware
    @MerveSoftware Před rokem

    🎉

  • @shamilAliyev92
    @shamilAliyev92 Před rokem +2

    It's really best option to use Netbeans ide in order to create java Swing GUI applications. It's to much simply and doing most advanced things without a big effort

  • @homeofcreation
    @homeofcreation Před 8 měsíci +1

    on 4:40 you can right-click and select Generate "form main" and bob is your uncle!

  • @nooramina2661
    @nooramina2661 Před rokem

    But when I add two more labels by this method I didn't work and displayed error.

  • @Blindbuymovieguy
    @Blindbuymovieguy Před rokem +2

    I'm using version 20 of oracle jdk and when I use setSize in your example, I get an error when I use colons next to width and height

  • @georgeosborn421
    @georgeosborn421 Před rokem +1

    Somehow I didn't know this existed... I had just used a third-party plugin for IDEA in the end

  • @samwilson7415
    @samwilson7415 Před rokem

    where can I find the options for adding Menu bar and Menu buttons in this GUI form? I see buttons, label, textfields, textArea, etc... But I can't find the menu options anywhere

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

    sir my intellij (create listener) is not working which version should i have to go for that
    ???

  • @l.aguirre5550
    @l.aguirre5550 Před 8 dny

    como se hace para mover libremente los objetos?? boton, label, radiobutton??

  • @SheikhMuhammadNawaz
    @SheikhMuhammadNawaz Před rokem +2

    Can you please share s JAVA tutorial with SSMS from scratch to advance? Should be at least 10 hours.

  • @tahiraansari-su6oo
    @tahiraansari-su6oo Před 10 měsíci

    from where u copy and paste set title

  • @khanhmai862
    @khanhmai862 Před 11 měsíci +2

    How the fk can you paste code at 4:45 ?

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

    My apologies', but it is give nothing. Does will be continue?

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

    💀bro used light mode
    (FYI:joke)

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

    Exception in thread "main" java.awt.IllegalComponentStateException: contentPane cannot be set to null.
    at java.desktop/javax.swing.JRootPane.setContentPane(JRootPane.java:586)
    at java.desktop/javax.swing.JFrame.setContentPane(JFrame.java:680)
    at com.pruebas.Pruebas.(Pruebas.java:17)
    at com.pruebas.Pruebas.main(Pruebas.java:42) why?