First Java Swing GUI Application with IntelliJ IDEA IDE (2022)

Поделиться
HTML-код
  • Опубликовано: 17 дек 2024

Комментарии • 137

  • @CSCORNERSunitaRai
    @CSCORNERSunitaRai  2 года назад +4

    *_Got a question on the topic? Please share it in the comment section below and I will answer it for you._*

    • @SohailKhan-vq1rz
      @SohailKhan-vq1rz 2 года назад +1

      I am Facing Some Problems in java

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 года назад +1

      @@SohailKhan-vq1rz what problem you are facing?

    • @SohailKhan-vq1rz
      @SohailKhan-vq1rz 2 года назад +1

      @@CSCORNERSunitaRai Java project for 2nd semester (oop in Java) give me a project idea which should cover oops concepts please and Thanks for your reply

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 года назад

      @@SohailKhan-vq1rz You can try Bank System or Employee System

    • @dumdumdumdum8804
      @dumdumdumdum8804 2 года назад +1

      @@CSCORNERSunitaRai Mam, Is it useful to learn swing now as everything is moving towards web based and there is also its successorJavafx.

  • @iggykarpov
    @iggykarpov Год назад +3

    Thank you, Sunita - it was a great refresher! I have not used Swing in the longest time - felt like doing a little brush-up tutorial, and yours was excellent!

  • @__harsh_0001
    @__harsh_0001 Год назад +4

    That was helpful for me as a beginner. Thanks for making such content in very easy and reliable manner.

  • @andrepapito770
    @andrepapito770 Год назад +2

    Thank you so much Sunita! greatings from Brazil!

  • @asadullahallmamun3192
    @asadullahallmamun3192 2 года назад +6

    Make a scientific application and snake game with gui
    . Your explanation is much better than others ever I seen

  • @ramos_3d
    @ramos_3d Год назад +1

    Great content Sunita, thanks!

  • @georgeowolabi7542
    @georgeowolabi7542 11 месяцев назад

    thanks for this video it really helped. I will do my best to support you

  • @rodrigoespinoza5326
    @rodrigoespinoza5326 Год назад +1

    Great tutorial, thanks for sharing! ❤

  • @SohailKhan-vq1rz
    @SohailKhan-vq1rz 2 года назад +1

    Madam Very Nice Video ,This video solved my Problems,Thanks

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 года назад +1

      Glad it helped you👍 stay connected.. Please go through my channel for other stuff related to java

    • @SohailKhan-vq1rz
      @SohailKhan-vq1rz 2 года назад

      @@CSCORNERSunitaRai Okay

    • @SohailKhan-vq1rz
      @SohailKhan-vq1rz 2 года назад

      @@CSCORNERSunitaRai please tell me about bank project
      There will be a lot of classes and which will be child and which will be parent

    • @SohailKhan-vq1rz
      @SohailKhan-vq1rz 2 года назад

      sent me your email here please

  • @user-pd4wz1oo3x
    @user-pd4wz1oo3x Год назад +1

    Thank you for the tutorial.

  • @EmersonCabrera
    @EmersonCabrera 2 года назад +2

    Nice explanation, everything is clear. Thank you for sharing.

  • @aaravmaht1255
    @aaravmaht1255 Год назад +1

    Your voice is awesome ma'am ☺️

  • @mujahidhussain461
    @mujahidhussain461 Год назад +1

    Really a good video to understand, Thank you so much ma'am

  • @niceto0
    @niceto0 2 года назад +1

    Hi ma'am new student nice video....

  • @aleckemilio2897
    @aleckemilio2897 Месяц назад

    OMG THANK YOU A LOOOOT❤

  • @abhishekvathare7846
    @abhishekvathare7846 2 года назад +2

    Mam can i use Visual Studio for C and Java programming ?

  • @rudytorres1577
    @rudytorres1577 2 года назад

    Greetings from Perú in South America.

  • @davigomesantunes6097
    @davigomesantunes6097 Год назад +1

    Hi, do you recommend this IDEA for interface creation practic?

  • @kennethcrespo10
    @kennethcrespo10 26 дней назад +1

    I can't see the Swing UI designer in my IntelliJ any help😢

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  24 дня назад

      Check this video
      ruclips.net/video/5J-Vqu9tRO8/видео.html

  • @dailychinese1396
    @dailychinese1396 Год назад +1

    Thank you for a nice tutorial

  • @rnt802
    @rnt802 Год назад +1

    How do you use panelMain from HelloDemo when it's a private attribute? I set my contentPane in the constructor, the program works fine in the intellij but when I package the jar and try to open it an error message appears saying that my panelMain is null

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  Год назад +1

      panelMain is private but it is declared inside class so it will be available to all methods of the class.
      Check u hv declared variable inside class Or not

    • @rnt802
      @rnt802 Год назад

      @@CSCORNERSunitaRai I discovered the problem, when using the intellij GUI Design, by default it inserts the forms in bytecode and uses the IntelliJ IDEA GridLayout layout, the solution was to change the config to generate the forms in the class and change the layout to GridBagLayout, with that the application packaged correctly.

  • @Ritikcoder12
    @Ritikcoder12 2 года назад +1

    Superb this video is very health full for me 👍👍 @RitikCoder

  • @HomenHobby
    @HomenHobby 2 года назад +2

    A very well explanation👍

  • @RiccardoProcopio
    @RiccardoProcopio Год назад +1

    How can I switch between .form files just by clicking a button? What code should I write in the ActionListener? I created a Home .form and I need to switch to another form that I created by clicking a button.

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  Год назад

      You need to create object of class which u want to open and then use setVisible(true)

  • @luisaucedo
    @luisaucedo 2 года назад +2

    How can you set Null layout when creating in GUI?

  • @imbisatkhan6594
    @imbisatkhan6594 Год назад +1

    😃 great

  • @sheekhar36
    @sheekhar36 Год назад +1

    How to resize and reposition text field?

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  Год назад

      u can do trough coding as well as design time

    • @sheekhar36
      @sheekhar36 Год назад

      @@CSCORNERSunitaRai can you share code please

  • @franciscoivanramirezortega1150
    @franciscoivanramirezortega1150 2 года назад +1

    Very clear and functional exercise. I'm only struggeling to discover how to see the code of the .form

  • @ptsdov5954
    @ptsdov5954 Год назад +1

    Thank you very mush

  •  3 дня назад +1

    before You start in intelij CE 2024.3.1 you have to open File-> Settings -> choose Plugins from list and download (search in filed with peel) Swing UI Designer in Marketplace, then restart

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  3 дня назад +1

      Thank you for sharing this information. It's helpful for everyone!

  • @samwilson7415
    @samwilson7415 Год назад

    Hello mam,
    I followed your steps but I couldn't find a JMenu, JMenuBar or JMenuItem in the drag and drop list... what should I do?

  • @dipmukati9140
    @dipmukati9140 6 месяцев назад +1

    But yisme to ham phle usko desine kr rhe h dirct uska codes to bad m likh re h dirct horha h thora thora wordpress software jesa h

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  6 месяцев назад

      jab hum IDE use karte hai to humara kaam easy ho jata hai.

    • @dipmukati9140
      @dipmukati9140 6 месяцев назад

      But as a freshers samjna thora difficult h to ap essy way m sikha skte hoo kyy

  • @SuhanasCreations
    @SuhanasCreations 2 года назад +1

    Nicely explained 👍

  • @DeepakSharma-bz1dw
    @DeepakSharma-bz1dw 2 года назад

    Easy and working. Thanks🙏

  • @vanvo5748
    @vanvo5748 2 года назад +1

    Hi, how call one form from another form with IntelliJ IDEA?

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 года назад

      U need to create object of form

    • @vanvo5748
      @vanvo5748 2 года назад

      Thanks. Can you help me how to load ArrayList to JList in Intellij Ide?

    • @vanvo5748
      @vanvo5748 2 года назад

      I write:
      DefaultListModel model;
      public setText() {
      button1.addActionListener(new ActionListener() {
      @Override
      public void actionPerformed(ActionEvent e) {
      model =new DefaultListModel();
      model.addElement("aaaaa");
      model.addElement("bbbb");
      model.addElement("cccc");
      setText.setModel(model);
      }
      });
      but it don't work.

  • @learningwithjannatulferdus7898

    Mam what is demonstrate project how to create a demonstrate project by intellij idea with groovy language grails framework please give me an idea.

  • @PharmaceuticalConcepts_Ojaswi
    @PharmaceuticalConcepts_Ojaswi 2 года назад

    Superb session

  • @vijaykrishnagn
    @vijaykrishnagn 2 года назад +1

    Thank you for the info

  • @atharvajoshi1252
    @atharvajoshi1252 3 месяца назад +1

    how can i make this in visual studio ?

  • @nurulfathimah89
    @nurulfathimah89 Год назад

    Why for me after click the actionlistener not show anything why?

  • @SimplySuman
    @SimplySuman 2 года назад

    So usefull content ma'am

  • @Kangeyan_2020
    @Kangeyan_2020 2 года назад +1

    nice one

  • @devop587
    @devop587 Год назад +1

    nixe and neat

  • @sanwu9087
    @sanwu9087 2 года назад

    讲的很仔细 。 谢谢了!

  • @GokulTech_2021
    @GokulTech_2021 2 года назад

    nice information mam

  • @GabrielFiaux
    @GabrielFiaux Год назад

    I'm from Brazil, your video is very good. I learn English and Java with it.

  • @MomsAdvice
    @MomsAdvice 2 года назад

    Thank you Sunitaji

  • @PatriciaSibafo237
    @PatriciaSibafo237 Год назад +1

    Thank you

  • @sumankataria1908
    @sumankataria1908 2 года назад

    Nice👍👍

  • @amithagolla6907
    @amithagolla6907 2 года назад

    very useful video

  • @headlinerbeats
    @headlinerbeats 2 года назад

    java swing in 2022 is nostalgia af

  • @albyarsy8420
    @albyarsy8420 2 года назад

    how to dispose in intellij idea?

  • @GT-cv3xu
    @GT-cv3xu Год назад +1

    thanks

  • @leonel_b7
    @leonel_b7 Год назад

    gracias!

  • @ilysmazme4655
    @ilysmazme4655 2 года назад +1

    thank you so much

  • @devalmishra552
    @devalmishra552 2 года назад

    Thank you mam

  • @codecrafter01
    @codecrafter01 Год назад +1

    Sunita Rai Stop fingering the keyboard that's freaky. 😅

  • @leandrocruz6621
    @leandrocruz6621 3 месяца назад

    Muito bom

  • @SohailKhan-vq1rz
    @SohailKhan-vq1rz 2 года назад

    Please Guide me for java Course ,

  • @Vervienn
    @Vervienn 2 года назад +1

    Very useful but every time she said "GOOII" instead of G.U.I it kinda triggered me ngl xD

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 года назад

      Thank you so much👍
      Both r correct.
      U can call it G. u. I or GUI

  • @HocineFerradj
    @HocineFerradj Год назад +1

    to center frame write: myForm f = new myForm();
    Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
    double screenSizeWidth = screenSize.getWidth();
    double screenSizeHeight = screenSize.getHeight();
    f.setBounds((int) ((screenSizeWidth-800)/2),(int) ((screenSizeHeight-600)/2),800,600);