Modified:
swoop/trunk/src/org/mindswap/swoop/popup/PopupNew.java
Log:
Issue212 chatting
Ok, I've merged the changes out for now, since people were having problems.
Since we have many areas that require URI or ID entries, you might want
to consider subclassing JTextField as both URIField and IDField. I wouldn't
worry at this point about whether to make sure the entire field consists
of legal characters. Refer to the XML Spec for what's allowed.
The Java documentation on JTextField has a good example of this.
|