Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #18426
| Received | by 10.224.207.72 with SMTP id fx8mr2932643qab.2.1346339007851; Thu, 30 Aug 2012 08:03:27 -0700 (PDT) |
|---|---|
| Received | by 10.182.150.102 with SMTP id uh6mr243433obb.15.1346339007782; Thu, 30 Aug 2012 08:03:27 -0700 (PDT) |
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!r1no679974qas.0!news-out.google.com!da15ni8428836qab.0!nntp.google.com!r1no679967qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.lang.java.programmer |
| Date | Thu, 30 Aug 2012 08:03:27 -0700 (PDT) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=198.151.13.60; posting-account=r24XpwkAAABfAJg5TJRsTScS4AL5MjOT |
| NNTP-Posting-Host | 198.151.13.60 |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <e56859b3-9877-441e-9ad4-722ed744c8de@googlegroups.com> (permalink) |
| Subject | How to eliminate warning: unchecked call to additem(E) java as a member of the raw type javax.swing.JComboBox |
| From | clusardi2k@aol.com |
| Injection-Date | Thu, 30 Aug 2012 15:03:27 +0000 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Xref | csiph.com comp.lang.java.programmer:18426 |
Show key headers only | View raw
Without removing warnings in general, for the below code, how can I remove the below warning.
jComboBox6.addItem("Big rock");
Warning: unchecked call to additem(E) java as a member of the raw type javax.swing.JComboBox
Thank you,
Back to comp.lang.java.programmer | Previous | Next — Next in thread | Find similar | Unroll thread
How to eliminate warning: unchecked call to additem(E) java as a member of the raw type javax.swing.JComboBox clusardi2k@aol.com - 2012-08-30 08:03 -0700
Re: How to eliminate warning: unchecked call to additem(E) java as a member of the raw type javax.swing.JComboBox Jeff Higgins <jeff@invalid.invalid> - 2012-08-30 11:31 -0400
Re: How to eliminate warning: unchecked call to additem(E) java as a member of the raw type javax.swing.JComboBox sameer k <sameer12982@gmail.com> - 2012-09-06 14:21 -0700
Re: How to eliminate warning: unchecked call to additem(E) java as a member of the raw type javax.swing.JComboBox Shyam <shyam.k.kotnana@gmail.com> - 2012-08-30 08:38 -0700
Re: How to eliminate warning: unchecked call to additem(E) java as a member of the raw type javax.swing.JComboBox Eric Sosman <esosman@ieee-dot-org.invalid> - 2012-08-30 11:40 -0400
Re: How to eliminate warning: unchecked call to additem(E) java as a member of the raw type javax.swing.JComboBox Jeff Higgins <jeff@invalid.invalid> - 2012-08-30 11:52 -0400
Re: How to eliminate warning: unchecked call to additem(E) java as a member of the raw type javax.swing.JComboBox Jeff Higgins <jeff@invalid.invalid> - 2012-08-30 12:08 -0400
Re: How to eliminate warning: unchecked call to additem(E) java as a member of the raw type javax.swing.JComboBox Jeff Higgins <jeff@invalid.invalid> - 2012-08-30 12:09 -0400
Re: How to eliminate warning: unchecked call to additem(E) java as a member of the raw type javax.swing.JComboBox Eric Sosman <esosman@ieee-dot-org.invalid> - 2012-08-30 13:18 -0400
Re: How to eliminate warning: unchecked call to additem(E) java as a member of the raw type javax.swing.JComboBox Roedy Green <see_website@mindprod.com.invalid> - 2012-09-02 14:06 -0700
Re: How to eliminate warning: unchecked call to additem(E) java as a member of the raw type javax.swing.JComboBox Roedy Green <see_website@mindprod.com.invalid> - 2012-09-03 18:14 -0700
csiph-web