classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] [Patch] java.awt.CheckBox and java.awt.Window


From: Michael Koch
Subject: [cp-patches] [Patch] java.awt.CheckBox and java.awt.Window
Date: Mon, 21 Feb 2005 22:24:23 -0600
User-agent: Mutt/1.5.6+20040907i

i list,


the attached patch adds generation of widget names for java.awt.CheckBox
and java.awt.Window objects. Its that way this is done in other widgets
in java.awt.


Michael


2005-02-21  Michael Koch  <address@hidden>

        * java/awt/Checkbox.java
        (next_checkbox_number): New static variable.
        (generateName): New method.
        (getUniqueLong): Likewise.
        * java/awt/Window.java
        (next_window_number): New static variable.
        (generateName): New method.
        (getUniqueLong): Likewise.

Attachment: awt.diff
Description: Text document


reply via email to

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