mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 05:39:53 +01:00
Javadocs and unit tests, God help me.
This commit is contained in:
@@ -27,8 +27,7 @@ public class SetupMain {
|
||||
new AlreadyInstalledPanel(wizard, i18n);
|
||||
new InstructionsPanel(wizard, i18n);
|
||||
LocationPanel locationPanel = new LocationPanel(wizard, i18n);
|
||||
SetupParameters parameters =
|
||||
new SetupParametersImpl(locationPanel, fontManager);
|
||||
SetupParameters parameters = new SetupParametersImpl(locationPanel);
|
||||
new SetupWorkerPanel(wizard, workerFactory, parameters, i18n);
|
||||
|
||||
fontManager.initialize(Locale.getDefault());
|
||||
|
||||
Reference in New Issue
Block a user