aligment for box elements appears not implemented!
org.gui4j.exception.Gui4jUncheckedException$ResourceError:
Ressource error in /.../ui/XxxGUI4j.xml: Exception
while parsing resource: Error on line 61 of document
file:///.../ui/XxxGUI4j.xml : Attribute "hAlignment"
must be declared for element type "hbox". Nested
exception: Attribute "hAlignment" must be declared for
element type "hbox".
I added the missing (I suppose) line:
"hAlignment (right|left|leading|center|trailing) #IMPLIED"
into view.dtd, so exceptions is never thrown, but
elements alignment remains always on the left..
Is this feature not yet implemented or what??
Thanks in advance,
Francesco
Logged In: YES
user_id=1311422
Hi,
neither hAlignment nor vAlignment is implemented for
(h|v)boxes yet. Use an appropriate layout manager to align
those components.
Greetings,
Marcus