I can't explain that one. javap javax.swing.JTextField It looks like it is missing
methods on JDK classes.
Try running javap to see what you have. Does it look like you have the right
constructor?
| [EMAIL PROTECTED] tmp]$ javap javax.swing.JTextField
|
| Compiled from "JTextField.java"
| public class javax.swing.JTextField extends javax.swing.text.JTextComponent
implements javax.swing.SwingConstants{
| public static final java.lang.String notifyAction;
| static java.lang.Class class$java$awt$event$ActionListener;
| public javax.swing.JTextField();
| public javax.swing.JTextField(java.lang.String);
| public javax.swing.JTextField(int);
| public javax.swing.JTextField(java.lang.String,int);
| public javax.swing.JTextField(javax.swing.text.Document,java.lang.String,int);
| ...
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852328#3852328
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852328
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user