}
private void openProfileView() {
invokeLater(new Runnable() {
public void run() {
profileView = new ProfileView();
profileView.initialize(getPositionsModel(),
getPositionsSelectionModel(),
getUnitSystemModel(),
getProfileModeModel());
profilePanel.add(profileView.getComponent(), PROFILE_PANEL_CONSTRAINTS);