how to make and use a combo box in Java Netbeans

Sdílet
Vložit
  • čas přidán 27. 02. 2013
  • From scratch Netbeans is used to auto-layout in a form a Combo Box and then it is used. Items are added in the model properties dialogue and by a message-send within the source code.

Komentáře • 49

  • @allanonyango6447
    @allanonyango6447 Před 4 lety +1

    I spent the whole day reading about this but this video helped me within two minutes

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

    Im in a rush studying for a handson exam tomorrow and your vid is a life saviourrr. Thank you very muchhhhhh

  • @Akingsjourney
    @Akingsjourney Před 10 lety +2

    Solved my issue in less than 10 min. after spending an hour online looking it up. Thank You so much. you just got another subscriber here.

  • @camvs1
    @camvs1 Před 7 lety

    Thank you so much for this, it helped me to understand the combo box functionality

  • @OhiAlofokhai
    @OhiAlofokhai Před 11 lety

    Thanks, really enjoying your tutorials!

  • @basalduat
    @basalduat Před 11 lety

    Dear Graham,
    Excellent! Some of the best tutorials I have watched.
    Great voice. Good pacing. Clear steps.
    Applause!!!
    Thank You!

  • @JustinTheVlogger
    @JustinTheVlogger Před 5 lety

    You are much better than any other professors in I.T

  • @nocaptris5508
    @nocaptris5508 Před rokem

    Awesome this was so much help.

  • @itzquinjr
    @itzquinjr Před 11 lety

    Thanks! this helped me a lot

  • @natkaweski1443
    @natkaweski1443 Před 7 lety +1

    9:57 THANK YOU VERY MUCH!

  • @kofuku1344
    @kofuku1344 Před 8 lety +1

    Thank you for this great tutorial!!!
    This Helped Me A LOT !!!

  • @tylerhuntsman8181
    @tylerhuntsman8181 Před 11 lety

    Very helpful tutorial.

  • @user-mq7hx4dh1l
    @user-mq7hx4dh1l Před 11 lety

    Very good ! Thanks

  • @yangfin-rei
    @yangfin-rei Před 2 lety

    Very informative thanks.

  • @evalinechepkiruimursoi7807

    Thank you. Simple and self explanatory. Thumbs up

  • @achu567
    @achu567 Před 10 lety

    great bro ...

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

    Thank you Mr 🙏🏽😍

  • @proyectojaoficial
    @proyectojaoficial Před rokem

    excelente video

  • @UchaRulz
    @UchaRulz Před 7 lety

    Thank you very much sir

  • @zabirjutt2046
    @zabirjutt2046 Před 6 lety

    love you sir love your work sir i

  • @MuhammadUmair001
    @MuhammadUmair001 Před 5 lety

    wonderfull ... Thankhs alot

  • @tzezc
    @tzezc Před 8 lety +1

    THANKS a lot for this!

  • @jseth2640
    @jseth2640 Před 7 lety

    Thank you.

  • @user-oz5ij6xz5n
    @user-oz5ij6xz5n Před 5 lety

    Thanks to sweet tutorial

  • @alaahassan9573
    @alaahassan9573 Před 4 lety

    thank you so much

  • @thedeepaksingh111
    @thedeepaksingh111 Před 5 lety

    thank you sir

  • @rawmasterpeace
    @rawmasterpeace Před 2 lety

    Thank YOu man

  • @gmailguy29
    @gmailguy29 Před 10 lety

    If suppose I want the user to choose between a tour package Normal or Deluxe via radio button and I want them to select their destination from London , India and Australia via combo box and the value of each destination along with their respective packages are different. Then how do I incorporate them both together?

  • @mithrandir2171
    @mithrandir2171 Před 6 lety

    I thought it was Harry Potter doing some NetBeans

  • @aidensteyl1032
    @aidensteyl1032 Před 8 lety

    You are really helped alot .... all your videos are very well done

  • @PaulPlaysMinecraft
    @PaulPlaysMinecraft Před 10 lety

    How can you retrieve a variable and then use the combo box to insert that int or double into the label i.e. if i use a bank account example, if i selected a current account and i wanted to show the interest amount into the label. Can this be achieved?

    • @GrahamRobertsGCR
      @GrahamRobertsGCR  Před 10 lety

      See Daniel Gameboy's comment. Otherwise I am not sure what you mean...

  • @evelynchitsa5995
    @evelynchitsa5995 Před 8 lety

    tutorial was very useful, l was given a homework on how to design an interface with a combo box oooops it worked

  • @danielgameboy1815
    @danielgameboy1815 Před 10 lety

    i was wondering if you can help, i want to store the data from labels in a variable then display it in a text label on a new frame

    • @GrahamRobertsGCR
      @GrahamRobertsGCR  Před 10 lety

      Well, simplest thing would be to make the intermediate variable static and global and then any frame in the package can pick up the value.

  • @rameshpitla783
    @rameshpitla783 Před 10 lety

    Combo boxes are ideal for allowing the user to choose a single item from a long list of options, without consuming a lot of dialog space.Consider deploying the scroll bar when the item list reaches ten items, or if you need to display a hierarchy.
    @@@@@@@ Ramesh
    !!!!!!!!!!!!

  • @arthurtan2088
    @arthurtan2088 Před 6 lety

    hi can show us how to adding image in jcombobox? please.

  • @NadaALbahri95
    @NadaALbahri95 Před 6 lety

    Okay how can I save the choice to database?

    • @zaza2010full
      @zaza2010full Před 5 lety

      String sql3 = "update DATABASE.SECONDE set ETIQUETTESEC ='" +jComboBoxÉtiquette2.getSelectedItem().toString()+"'"+"where IDSECONDE ="+jTextFieldID.getText();
      update.executeUpdate(sql3);

  • @sathishkannan6639
    @sathishkannan6639 Před 10 lety

    how to disabled selected items in combo box.

  • @nickdenverdinopol3094
    @nickdenverdinopol3094 Před 8 lety

    hi! can you help me?? how can pop up or call the checkbox when i'm going to search a data??? please help me. i'm just a student thank you

  • @WarRockEliteSociety
    @WarRockEliteSociety Před 10 lety

    hi sir thanks for the tutorial. but i have a problem. i want the items i selected in the combobox display into another form can you help me?

    • @GrahamRobertsGCR
      @GrahamRobertsGCR  Před 10 lety

      You should try stack overflow site for your query as it actually is not such a simple question as it first appears due to encapsulation, security and other issues.

  • @zidliym9702
    @zidliym9702 Před 8 lety

    thxxx

  • @apoorvpathak8226
    @apoorvpathak8226 Před 10 lety

    how to do the coding for more than one jComboboxes??? please help????

    • @danielgameboy1815
      @danielgameboy1815 Před 10 lety +1

      JTextField1.setText(ComboBox1.getText()+ComboBox2.getText());

  • @jeanrodrigues6249
    @jeanrodrigues6249 Před 2 lety

    Doc

  • @somendranath2475
    @somendranath2475 Před 6 lety

    itz not a form itz frame

  • @zstar8397
    @zstar8397 Před rokem

    Yo just wanna say that GOD loved the world so much he sent his only begotten
    son Jesus to die a brutal death for us so that we can have eternal life
    and we can all accept this amazing gift this by simply believing in him (Jesus) asking for the forgiveness of your sins
    and forming a relationship with heavenly father.