How To Use GUI Designer In IntelliJ IDEA IDE

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

КОМЕНТАРІ •

  • @_pebbled4741
    @_pebbled4741 Рік тому +118

    Light mode is crazy.

  • @dieynglvfrevr
    @dieynglvfrevr Рік тому +6

    you saved my studies today, thanks a lot.

  • @shariyarshajid
    @shariyarshajid Рік тому +6

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

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

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

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

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

    • @LautaroHitta
      @LautaroHitta 11 місяців тому

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

    • @quemaspana
      @quemaspana 11 місяців тому

      @@LautaroHitta Nope, I used 21.

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

    EXCELLENT TUTORIAL !

  • @shamilAliyev92
    @shamilAliyev92 Рік тому +3

    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 Рік тому +1

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

  • @donnythomaskutty4405
    @donnythomaskutty4405 Рік тому +3

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

  • @gabrel-dias
    @gabrel-dias 5 місяців тому

    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

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

    perfect tutorial

  • @khanhmai862
    @khanhmai862 Рік тому +3

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

  • @Robitny
    @Robitny Рік тому +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 Рік тому +1

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

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

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

  • @alqurankareem211
    @alqurankareem211 6 місяців тому

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

  • @l.aguirre5550
    @l.aguirre5550 5 місяців тому

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

  • @tahiraansari-su6oo
    @tahiraansari-su6oo Рік тому

    from where u copy and paste set title

  • @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

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

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

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

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

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

    🎉

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

    💀bro used light mode
    (FYI:joke)

  • @ramzi9482
    @ramzi9482 10 місяців тому

    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?

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

      same

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

      ive got the same issue, cant figure out how to fix it