News

I am getting into daily arguments with a co-worker on the subject of layout managers. He's only worked with Java/Swing and looks down at absolute positioning/resource files. Right now we are ...
I need either a layout manager or container that will layout components in a tree format, preferably with lines connecting parent/child. JTree doesn't work for me because it represents trees ...