A Java LayoutManager that uses XML as a mean to represent the layout of component, thus separating the layout declaration and the components involved.
Be the first to post a text review of XMLGridLayout. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Use a CCS-like sintax to define common "styles" for component layouts
Use a CCS-like sintax to define common "styles" for component layouts
I just released the version 0.2 of XMLGridLayoutManager. This is Java LayoutManager that implements the ideas presented in my blog (http://soronthar.blog-city.com/read/182037.htm) It's ready to do some basic layouts (It can do the same stuff as BorderLayout, GridLayout, BoxLayout and FlowLayout, with a little more control). Right now I'm focusing on getting all the features described in my <a href="http://soronthar.blog-city.com/read/182037.htm">previous post</a>, then I'll implement a fine-grained configuration to completely mimic GridBagLayout.
0.2 .- Recognize cellpadding and cellspacing from table .- Recognize align and valign .- Added usage documentation .- Added two example classes
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?