标签: java css smartgwt
我有一个SmartGWT HLayout,我希望它的底部有一个红色边框。我应该如何实现呢?以下代码给出了一个红色边框,但它适用于所有面。需要帮助。
HLayout headerSection = new HLayout(); headerSection.setHeight("7%"); headerSection.setWidth100(); headerSection.setBorder("5px solid #C90909;");