Results 1 to 4 of 4

Thread: How to initialize a jcombobox ?

  1. #1
    Join Date
    Feb 2009
    Posts
    43

    How to initialize a jcombobox ?

    Hello everyone, I would like to know how to initialize a jcombobox, and Also Check whether the Jcombobox Variable is Empty or not thanks in Advance For your replies

  2. #2
    Join Date
    Jan 2008
    Posts
    1,521

    Re: How to initialize a jcombobox ?

    Good evening

    you right click on the jcombobox then you go on properties and then you go on the model there you can empty it or you can initialize it with whatever you want to do but if you want to load it with information from the base AC is something else you might have to do

  3. #3
    Join Date
    May 2008
    Posts
    115

    Re: How to initialize a jcombobox ?

    Hello , Follow this For more information about this thing http://java.sun.com/j2se/1.4.2/docs/...JComboBox.html

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: How to initialize a jcombobox ?

    You can initialize the creation ie at the manufacturer

    JCombobix mon_combo = new JCombobox ();

    / / To add items
    mon_combo.addElement (object);
    / / Object is a String, int ..., array, Vector, array ......

    For a vacuum there is a method that perform this task
    mon_combo.removeall ();

Similar Threads

  1. Hdd won't initialize
    By 20phileagles in forum Hardware Peripherals
    Replies: 4
    Last Post: 11-12-2011, 03:35 AM
  2. Cant initialize to MBR
    By Cortezz in forum Operating Systems
    Replies: 3
    Last Post: 10-09-2010, 01:50 PM
  3. Use of JComboBox class
    By Bottlenecked in forum Software Development
    Replies: 5
    Last Post: 18-02-2010, 10:55 AM
  4. How to use JComboBox.AccessibleJComboBox class?
    By ScarFace 01 in forum Software Development
    Replies: 4
    Last Post: 18-02-2010, 09:59 AM
  5. How to initialize IKE
    By Renau in forum Technology & Internet
    Replies: 5
    Last Post: 15-02-2010, 09:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,260,205.05273 seconds with 17 queries