Vaadin 6.7.5 – Label position in vertical layout

I ran into trouble when I tried to center a label in a VerticalLayout, after a bit of searching I found out that I only had to give the label an undefined width, since it by default has the size of 100%. e.g.   VerticalLayout layout = new VerticalLayout(); layout.setSizeFull(); // width: 100%; height: 100%; … Continue Reading

The early morning post

Everyone, sometime, has their early morning post, well this is mine. What I decided to talk about is MySQL and Java as a background serviceĀ  (While listening to “The Deep Dark Woods – Charlie’s (Is Coming Down)”). Hell of a combination. MySQL (version any, mine is 5.0xx for production, 5.1 local) Whenever you build a … Continue Reading