bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-classpath] [bug #13694] Swing: JToggleButton doesent set ActionComm


From: anonymous
Subject: [bug-classpath] [bug #13694] Swing: JToggleButton doesent set ActionCommand, fix included
Date: Fri, 8 Jul 2005 14:31:36 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13694>

                 Summary: Swing: JToggleButton doesent set ActionCommand, fix
included
                 Project: classpath
            Submitted by: None
            Submitted on: Fre 08.07.2005 um 14:31
                Category: None
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
        Platform Version: None

    _______________________________________________________

Details:

This bug is similiar to others i reported. If JToggleButton is the source of a
ActionEvent, we dont get the correct actionCommand.

Bugfix:
change in javax.swing.JToggleButton in the fonction 'public JToggleButton
(String text, Icon icon, boolean selected)' the line:

model.setActionCommand(text);

to

setActionCommand(text);






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13694>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]