/** * @param aOwner * @param aName */ public UARTProtocolAnalysisDialog(final Window aOwner, final String aName) { super(aOwner, aName); initDialog(); setLocationRelativeTo(getOwner()); }
/** * Creates a new UARTProtocolAnalysisDialog instance. * * @param aOwner the owner of this dialog; * @param aToolContext the tool context; * @param aContext the OSGi bundle context to use; * @param aTool the {@link UARTAnalyser} tool. */ public UARTProtocolAnalysisDialog( final Window aOwner, final ToolContext aToolContext, final BundleContext aContext, final UARTAnalyser aTool) { super(aOwner, aToolContext, aContext, aTool); initDialog(); setLocationRelativeTo(getOwner()); }