Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
eray-felek-sonarsource committed Jan 9, 2025
1 parent f158062 commit 0e3cdde
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void createToolWindowContent(Project project, ToolWindow toolWindow) {
var reachOutToUsBackButtonPanel = new JPanel(new FlowLayout(FlowLayout.LEFT));
reachOutToUsBackButtonPanel.add(reachOutToUsBackButton);

createPage4Layout(reachOutToUsStepLabel, project, reachOutToUsLAbel, reachOutToUsPane, reachOutToUsBackButtonPanel, reachOutToUsPage,
createReachOutToUsPageLayout(reachOutToUsStepLabel, project, reachOutToUsLAbel, reachOutToUsPane, reachOutToUsBackButtonPanel, reachOutToUsPage,
reachOutToUsImageLabel);

mainPanel.add(welcomePage, "Page 1");
Expand Down Expand Up @@ -280,7 +280,7 @@ private static void createConnectWithYourTeamLayout(JLabel stepLabel, JLabel pag
page3.add(page3CenterPanel, BorderLayout.CENTER);
}

private static void createPage4Layout(JLabel stepLabel, Project project, JLabel page4Label, JScrollPane scrollPane4,
private static void createReachOutToUsPageLayout(JLabel stepLabel, Project project, JLabel page4Label, JScrollPane scrollPane4,
JPanel backButtonPanel4, JPanel page4, JLabel imageLabel4) {
var gbc4 = new GridBagConstraints();

Expand Down

0 comments on commit 0e3cdde

Please sign in to comment.