|
From: Francois B. <fb...@us...> - 2003-10-13 14:12:21
|
Thank you for the correction. I will look at that.
In the mean time, I do not have plans for much tags. Tables and trees
are the two other tags that I will need most. After that, I don't know.
Thank you again,
Fran=E7ois
On Sat, 11 Oct 2003 08:49:21 -0700, "sysadmin" <sys...@zy...>
said:
>=20
> Hi,
>=20
> I have been playing with JGB for last couple of weeks and I am quite
> impressed so far. Great work !
>=20
> I am wondering what other tags can we expect in the future, say for
> version
> 1.0 ? Is there a published feature set or something like that ? From
> reading
> archived messages, I see that tags for JTable and possibly JTree are in
> the
> works, what else ?
>=20
> I think I have found a bug in SheetTagHandler.java : basically, sheet
> object
> is never put on to object map, therefore, a NullPointer exception is
> generated if sheet object is referenced later in a <ref refid=3D"sheet"/>
> entry. Adding following three lines of code at end of "enterElement"
> method
> will fix the problem:
>=20
> if (atts.containsKey(ATTR_ID)) {
> putObject((String)atts.get(ATTR_ID), sheet);
> }
>=20
> YZ
>=20
>=20
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> SourceForge.net hosts over 70,000 Open Source Projects.
> See the people who have HELPED US provide better services:
> Click here: http://sourceforge.net/supporters.php
> _______________________________________________
> Jgb-devel mailing list
> Jgb...@li...
> https://lists.sourceforge.net/lists/listinfo/jgb-devel
Developer of Java Gui Builder
http://jgb.sourceforge.net/
|