How To Use GUI Designer In IntelliJ IDEA IDE

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ค. 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

ความคิดเห็น • 30

  • @_pebbled4741
    @_pebbled4741 ปีที่แล้ว +72

    Light mode is crazy.

  • @dieynglvfrevr
    @dieynglvfrevr 11 หลายเดือนก่อน +6

    you saved my studies today, thanks a lot.

  • @burgundyboysyt2272
    @burgundyboysyt2272 ปีที่แล้ว +1

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

  • @quemaspana
    @quemaspana 6 หลายเดือนก่อน +1

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

    • @user-ve4ku2sh8z
      @user-ve4ku2sh8z 5 หลายเดือนก่อน

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

    • @quemaspana
      @quemaspana 5 หลายเดือนก่อน

      @@user-ve4ku2sh8z Nope, I used 21.

  • @shariyarshajid
    @shariyarshajid ปีที่แล้ว +5

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

  • @JAMESCOSTAa
    @JAMESCOSTAa 3 หลายเดือนก่อน

    EXCELLENT TUTORIAL !

  • @donnythomaskutty4405
    @donnythomaskutty4405 10 หลายเดือนก่อน +3

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

  • @shamilAliyev92
    @shamilAliyev92 ปีที่แล้ว +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

  • @MerveSoftware
    @MerveSoftware ปีที่แล้ว

    🎉

  • @homeofcreation
    @homeofcreation 8 หลายเดือนก่อน +1

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

  • @georgeosborn421
    @georgeosborn421 ปีที่แล้ว +1

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

  • @alqurankareem211
    @alqurankareem211 29 วันที่ผ่านมา

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

  • @Blindbuymovieguy
    @Blindbuymovieguy ปีที่แล้ว +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

    • @risto____6575
      @risto____6575 9 หลายเดือนก่อน

      same bro

    • @nicolegeorge8659
      @nicolegeorge8659 9 หลายเดือนก่อน

      Use jdk 17 its a LTS (life time support) it has alot of advantages

  • @nooramina2661
    @nooramina2661 ปีที่แล้ว

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

  • @samwilson7415
    @samwilson7415 ปีที่แล้ว

    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

    • @rizalazizfintech2264
      @rizalazizfintech2264 ปีที่แล้ว +1

      U right click at any component at Palette to add a component

  • @SheikhMuhammadNawaz
    @SheikhMuhammadNawaz ปีที่แล้ว +2

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

  • @tahiraansari-su6oo
    @tahiraansari-su6oo 9 หลายเดือนก่อน

    from where u copy and paste set title

  • @khanhmai862
    @khanhmai862 10 หลายเดือนก่อน +2

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

  • @vh3104
    @vh3104 7 หลายเดือนก่อน

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

  • @calvinlloyd2517
    @calvinlloyd2517 8 หลายเดือนก่อน

    💀bro used light mode
    (FYI:joke)

  • @ramzi9482
    @ramzi9482 4 หลายเดือนก่อน

    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?