Hi,
I think this should be a very common problem:
(Take a look at the JLabel in front of the JTextArea)
alignTextArea.png
I use the following code:
But I think it should look like this:Code:final SwingBindingFactory bindingFactory = ( SwingBindingFactory ) getBindingFactory(); TableFormBuilder formBuilder = new TableFormBuilder( bindingFactory ); formBuilder.addSeparator( "general" ); formBuilder.row(); formBuilder.add( Article.PROPERTY_HEADLINE ); formBuilder.row(); formBuilder.add( Article.PROPERTY_AUTHOR ); formBuilder.row(); formBuilder.addSeparator( "content" ); formBuilder.row(); formBuilder.addTextArea( Article.PROPERTY_HEADLINE );
jgoodies.png
Just one remark: I know this is just a small problem. And many technician don't care about it.
But those issues are very, very important for all those guys that pay the money for the work we do. They don't understand the great architecture - and they don't care. But they *see* the application.
So I think the great work on the UI (I love the TitledApplicationDialog) should be continued.


. They don't understand the great architecture - and they don't care. But they *see* the application.
Reply With Quote