public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug AWT/17156] AWT menu items dont get greyed when disabled.
Date: Tue, 24 Aug 2004 05:27:00 -0000	[thread overview]
Message-ID: <20040824052733.23434.qmail@sourceware.org> (raw)
In-Reply-To: <20040823201622.17156.konqueror@gmx.de>


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-24 05:27 -------
Looks like a peer problem:
...
  if (peer != null)
    ((MenuItemPeer) peer).setEnabled (false);
And it is:
  public void setEnabled (boolean b)
  {
    // do nothing, for now.
  }

Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-24 05:27:30
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17156


  parent reply	other threads:[~2004-08-24  5:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-23 20:16 [Bug AWT/17156] New: " konqueror at gmx dot de
2004-08-23 20:26 ` [Bug AWT/17156] " konqueror at gmx dot de
2004-08-24  5:27 ` pinskia at gcc dot gnu dot org [this message]
2004-08-24 15:52 ` djee at redhat dot com
2004-08-24 15:53 ` fitzsim at redhat dot com
2004-08-24 17:54 ` cvs-commit at gcc dot gnu dot org
2004-08-24 17:57 ` djee at redhat dot com
2004-09-02  5:13 ` cvs-commit at gcc dot gnu dot org
2004-12-01  0:37 ` pinskia at gcc dot gnu dot org
     [not found] <bug-17156-3744@http.gcc.gnu.org/bugzilla/>
2005-10-16  1:40 ` [Bug awt/17156] " pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040824052733.23434.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=java-prs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).