Thank you for the response. My intention is not modify Swing lib, but to capture the 
call of J**.setText() in user code. For example;

public MyClass test {
                
 public static void main (String[] args){

JLable jLabel = new javax.swing.JLabel();
//Need to add a methd before it
jLabel.setText("test");
//Need to add a method after it
...

I need to apply above insert (before and after) operation for all Jxx.SetText() call, 
where Jxx is JLabel, JText, etc..

Is it possible for Javassit? Thanks
  

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845811#3845811

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845811


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to