Ignore:
Timestamp:
2012-01-15T12:15:52+01:00 (13 years ago)
Author:
stoecker
Message:

use createLayout function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysDialog.java ΒΆ

    r27387 r27466  
    108108        modesPanel.add(infoText);
    109109
    110 
    111 
    112110        // Start inactivated - JOSM cannot start directly in awMode
    113111        activate(false);
    114112
    115         // It looks like I don't have other choice for placement than this;
    116         // ToggleDialog already defines its layout as BoxLayout
    117         add(dlgPane, BorderLayout.CENTER);
     113        createLayout(dlgPane, false, null);
    118114
    119115        // Select length preserved mode by default
    120116        btnKeepLength.doClick();
    121 
    122117    }
    123118
Note: See TracChangeset for help on using the changeset viewer.