Kommentare und einige Aufräumarbeiten
git-svn-id: https://svn.libreccm.org/ccm/trunk@1792 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
b96f23ecba
commit
75eb2365d2
|
|
@ -29,6 +29,7 @@ import com.arsdigita.bebop.util.GlobalizationUtil;
|
|||
* the right.
|
||||
*
|
||||
* @author Stanislav Freidin
|
||||
* @author Sören Bernstein (sbernstein@quasiweb.de)
|
||||
* @version $Id: SaveCancelSection.java 287 2005-02-22 00:29:02Z sskracic $
|
||||
*/
|
||||
public class SaveCancelSection extends FormSection {
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ public class TabbedPane extends SimpleContainer {
|
|||
while (i.hasNext()) {
|
||||
Pane pane = (Pane) i.next();
|
||||
p.setVisibleDefault(pane.getComponent(), pane == m_defaultPane);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue