353637383940414243
* */ public HeaderSectionBasePage_12() { // Create border and add it to the page border = new HeaderSectionBorder("border"); border.setTransparentResolver(true); super.add(border); }
32333435363738
* */ public HeaderSectionBasePage_12() { // Create border and add it to the page add(new HeaderSectionBorder("border")); }