Example usage for com.jgoodies.forms.layout LayoutMap rowPut

List of usage examples for com.jgoodies.forms.layout LayoutMap rowPut

Introduction

In this page you can find the example usage for com.jgoodies.forms.layout LayoutMap rowPut.

Prototype

public String rowPut(String key, Size value) 

Source Link

Usage

From source file:org.deegree.igeo.views.swing.style.StyleDialogUtils.java

License:Open Source License

public static void prepareFormConstants() {
    LayoutMap root = LayoutMap.getRoot();
    root.rowPut("sepheight", "10dlu");
    root.rowPut("btheight", "20dlu");
    root.rowPut("rbheight", "15dlu");
    root.rowPut("cpheight", "20dlu");
}